|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.time.primitive.TimeInstant
public class TimeInstant
Zero-dimensional geometric primitive that represents an identifiable position in time.
Constructor Summary | |
---|---|
TimeInstant(String id,
GMLStdProps stdProps,
TemporalPosition value)
|
Method Summary | |
---|---|
int |
compareTo(TimeInstant that)
|
String |
getFrame()
Returns the time frame. |
GMLStdProps |
getGMLProperties()
Returns the standard GML properties (e.g. |
String |
getId()
Returns the id of the object. |
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, GMLStdProps stdProps, TemporalPosition value)
Method Detail |
---|
public String getId()
Object
getId
in interface Object
null
if it doesn't have an idpublic GMLStdProps getGMLProperties()
GMLObject
gml:name
).
getGMLProperties
in interface 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 |