public class TemporalPointSupport extends TemporalSupport
Modifier and Type | Field and Description |
---|---|
protected int |
renderType |
logger, temporals
Constructor and Description |
---|
TemporalPointSupport(int renderType) |
Modifier and Type | Method and Description |
---|---|
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() |
add, clear, getPosition, getTemporals, remove, setTemporals, updateForTemporal
public java.util.TreeSet<TemporalPoint> createTemporalSet()
createTemporalSet
in class TemporalSupport
public java.util.Iterator<TemporalPoint> iterator()
iterator
in class TemporalSupport
protected TemporalRecord interpolate(long time, TemporalRecord previous, TemporalRecord next)
interpolate
in class TemporalSupport
time
- the current time.previous
- TemporalRecord that occurred before current time.next
- TemporalRecord that occurred after current time.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details