| 
||||||||||
| 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,
           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 Objectnull if it doesn't have an idpublic GMLStdProps getGMLProperties()
GMLObjectgml:name).
getGMLProperties in interface GMLObjectpublic TemporalPosition getBeginPosition()
TemporalPosition.
nullpublic TemporalPosition getEndPosition()
TemporalPosition.
nullpublic List<?> getRelatedTimes()
TimePrimitiveTimePrimitive.
getRelatedTimes in interface TimePrimitivenullpublic String getFrame()
TimeGeometricPrimitive
getFrame in interface TimeGeometricPrimitivenull
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||