|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.time.primitive.TimePeriod
public class TimePeriod
One-dimensional geometric primitive that represents an identifiable extent in time.
Constructor Summary | |
---|---|
TimePeriod(String id,
org.deegree.commons.tom.gml.GMLStdProps stdProps)
|
Method Summary | |
---|---|
TemporalPosition |
getBeginPosition()
Returns the begin TemporalPosition . |
TemporalPosition |
getEndPosition()
Returns the end TemporalPosition . |
String |
getFrame()
Returns the time frame. |
org.deegree.commons.tom.gml.GMLStdProps |
getGMLProperties()
|
String |
getId()
|
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, org.deegree.commons.tom.gml.GMLStdProps stdProps)
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 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 |