| 
||||||||||
| 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,
            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 Objectnull if it doesn't have an idpublic GMLStdProps getGMLProperties()
GMLObjectgml:name).
getGMLProperties in interface GMLObjectpublic TemporalPosition getPosition()
TemporalPosition.
nullpublic List<?> getRelatedTimes()
TimePrimitiveTimePrimitive.
getRelatedTimes in interface TimePrimitivenullpublic String getFrame()
TimeGeometricPrimitive
getFrame in interface TimeGeometricPrimitivenullpublic 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 | |||||||||