|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.time.primitive.TimePeriod
public class TimePeriod
One-dimensional geometric primitive that represents an identifiable extent in time.
Constructor Summary | |
---|---|
TimePeriod(String id,
GMLStdProps stdProps)
|
Method Summary | |
---|---|
TemporalPosition |
getBeginPosition()
Returns the begin TemporalPosition . |
TemporalPosition |
getEndPosition()
Returns the end TemporalPosition . |
String |
getFrame()
Returns the time frame. |
GMLStdProps |
getGMLProperties()
Returns the standard GML properties (e.g. |
String |
getId()
Returns the id of the object. |
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 TimePeriod(String id, GMLStdProps stdProps)
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 getBeginPosition()
TemporalPosition
.
null
public TemporalPosition getEndPosition()
TemporalPosition
.
null
public List<?> getRelatedTimes()
TimePrimitive
TimePrimitive
.
getRelatedTimes
in interface TimePrimitive
null
public String getFrame()
TimeGeometricPrimitive
getFrame
in interface TimeGeometricPrimitive
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |