|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemporalRecord | |
---|---|
com.bbn.openmap.omGraphics.time |
Uses of TemporalRecord in com.bbn.openmap.omGraphics.time |
---|
Classes in com.bbn.openmap.omGraphics.time that implement TemporalRecord | |
---|---|
class |
TemporalPoint
A TemporalPoint is a representation of something occurring at a location and time. |
Fields in com.bbn.openmap.omGraphics.time with type parameters of type TemporalRecord | |
---|---|
protected java.util.TreeSet<? extends TemporalRecord> |
TemporalSupport.temporals
|
Methods in com.bbn.openmap.omGraphics.time with type parameters of type TemporalRecord | ||
---|---|---|
abstract
|
TemporalSupport.createTemporalSet()
|
|
|
TemporalSupport.getPosition(long time,
boolean interpolate)
|
|
|
TemporalSupport.getTemporals()
|
|
abstract
|
TemporalSupport.iterator()
|
|
|
TemporalSupport.setTemporals(java.util.TreeSet<T> temporals)
|
Methods in com.bbn.openmap.omGraphics.time that return TemporalRecord | |
---|---|
protected TemporalRecord |
TemporalSupport.interpolate(long time,
TemporalRecord previous,
TemporalRecord next)
Just returns the TemporalRecord that is closes to the current time. |
protected TemporalRecord |
TemporalPointSupport.interpolate(long time,
TemporalRecord previous,
TemporalRecord next)
Just returns the TemporalRecord that is closes to the current time. |
Methods in com.bbn.openmap.omGraphics.time with parameters of type TemporalRecord | |
---|---|
void |
TemporalSupport.add(TemporalRecord tr)
|
void |
TemporalOMScalingIcon.addTimeStamp(TemporalRecord timeStamp)
Add a TimeStamp to the point. |
void |
TemporalOMPoint.addTimeStamp(TemporalRecord timeStamp)
Add a TimeStamp to the point. |
void |
TemporalOMGraphicList.addTimeStamp(TemporalRecord timeStamp)
Add a location at a time to every TemporalGeometry contained within. |
void |
TemporalOMGraphic.addTimeStamp(TemporalRecord timeStamp)
Add a location at a time. |
int |
TemporalRecordComparator.compare(TemporalRecord o1,
TemporalRecord o2)
|
protected TemporalRecord |
TemporalSupport.interpolate(long time,
TemporalRecord previous,
TemporalRecord next)
Just returns the TemporalRecord that is closes to the current time. |
protected TemporalRecord |
TemporalPointSupport.interpolate(long time,
TemporalRecord previous,
TemporalRecord next)
Just returns the TemporalRecord that is closes to the current time. |
boolean |
TemporalSupport.remove(TemporalRecord tr)
Return true if the TemporalRecord was contained in the list. |
boolean |
TemporalOMScalingIcon.removeTimeStamp(TemporalRecord timeStamp)
|
boolean |
TemporalOMPoint.removeTimeStamp(TemporalRecord timeStamp)
|
boolean |
TemporalOMGraphicList.removeTimeStamp(TemporalRecord timeStamp)
Remove a location at a certain time. |
boolean |
TemporalOMGraphic.removeTimeStamp(TemporalRecord timeStamp)
Remove a location at a certain time. |
protected void |
TemporalSupport.updateForTemporal(long time,
TemporalRecord temporal)
Override this method to use the TemporalRecord's contents to affect the status of whatever you like. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |