Uses of Interface
com.bbn.openmap.omGraphics.time.TemporalRecord

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
<T extends TemporalRecord>
java.util.TreeSet<T>
TemporalSupport.createTemporalSet()
           
<T extends TemporalRecord>
T
TemporalSupport.getPosition(long time, boolean interpolate)
           
<T extends TemporalRecord>
java.util.TreeSet<T>
TemporalSupport.getTemporals()
           
abstract
<T extends TemporalRecord>
java.util.Iterator<T>
TemporalSupport.iterator()
           
<T extends TemporalRecord>
void
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.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details