|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.time.primitive.TimeInstant
public class TimeInstant
Zero-dimensional geometric primitive that represents an identifiable position in time.
Constructor Summary | |
---|---|
TimeInstant(String id,
org.deegree.commons.tom.gml.GMLStdProps stdProps,
TemporalPosition value)
|
Method Summary | |
---|---|
int |
compareTo(TimeInstant that)
|
String |
getFrame()
Returns the time frame. |
org.deegree.commons.tom.gml.GMLStdProps |
getGMLProperties()
|
String |
getId()
|
TemporalPosition |
getPosition()
Returns the TemporalPosition . |
List<?> |
getRelatedTimes()
Returns all time objects related to this TimePrimitive . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeInstant(String id, org.deegree.commons.tom.gml.GMLStdProps stdProps, TemporalPosition value)
Method Detail |
---|
public String getId()
getId
in interface org.deegree.commons.tom.Object
public org.deegree.commons.tom.gml.GMLStdProps getGMLProperties()
getGMLProperties
in interface org.deegree.commons.tom.gml.GMLObject
public TemporalPosition getPosition()
TemporalPosition
.
null
public List<?> getRelatedTimes()
TimePrimitive
TimePrimitive
.
getRelatedTimes
in interface TimePrimitive
null
public String getFrame()
TimeGeometricPrimitive
getFrame
in interface TimeGeometricPrimitive
null
public int compareTo(TimeInstant that)
compareTo
in interface Comparable<TimeInstant>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |