Package | Description |
---|---|
com.bbn.openmap.omGraphics.time |
Modifier and Type | Class and Description |
---|---|
class |
TemporalPoint
A TemporalPoint is a representation of something occurring at a location and
time.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.TreeSet<? extends TemporalRecord> |
TemporalSupport.temporals |
Modifier and Type | Method and Description |
---|---|
abstract <T extends TemporalRecord> |
TemporalSupport.createTemporalSet() |
<T extends TemporalRecord> |
TemporalSupport.getPosition(long time,
boolean interpolate) |
<T extends TemporalRecord> |
TemporalSupport.getTemporals() |
abstract <T extends TemporalRecord> |
TemporalSupport.iterator() |
<T extends TemporalRecord> |
TemporalSupport.setTemporals(java.util.TreeSet<T> temporals) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details