|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.omGraphics.time.TemporalSupport
com.bbn.openmap.omGraphics.time.TemporalPointSupport
public class TemporalPointSupport
| Field Summary | |
|---|---|
protected int |
renderType
|
| Fields inherited from class com.bbn.openmap.omGraphics.time.TemporalSupport |
|---|
logger, temporals |
| Constructor Summary | |
|---|---|
TemporalPointSupport(int renderType)
|
|
| Method Summary | |
|---|---|
java.util.TreeSet<TemporalPoint> |
createTemporalSet()
|
protected TemporalRecord |
interpolate(long time,
TemporalRecord previous,
TemporalRecord next)
Just returns the TemporalRecord that is closes to the current time. |
java.util.Iterator<TemporalPoint> |
iterator()
|
| Methods inherited from class com.bbn.openmap.omGraphics.time.TemporalSupport |
|---|
add, clear, getPosition, getTemporals, remove, setTemporals, updateForTemporal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int renderType
| Constructor Detail |
|---|
public TemporalPointSupport(int renderType)
| Method Detail |
|---|
public java.util.TreeSet<TemporalPoint> createTemporalSet()
createTemporalSet in class TemporalSupportpublic java.util.Iterator<TemporalPoint> iterator()
iterator in class TemporalSupport
protected TemporalRecord interpolate(long time,
TemporalRecord previous,
TemporalRecord next)
interpolate in class TemporalSupporttime - the current time.previous - TemporalRecord that occurred before current time.next - TemporalRecord that occurred after current time.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||