Package com.luciad.format.gml32.model
Class TLcdGML32AbstractTimeGeometricPrimitive
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32AbstractTimeObject
com.luciad.format.gml32.model.TLcdGML32AbstractTimePrimitive
com.luciad.format.gml32.model.TLcdGML32AbstractTimeGeometricPrimitive
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdGML32TimeInstant
,TLcdGML32TimePeriod
gml:TimeGeometricPrimitive acts as the head of a substitution group for geometric temporal primitives.
A temporal geometry shall be associated with a temporal reference system through the frame attribute that provides a URI reference that identifies a description of the reference system. Following ISO 19108, the Gregorian calendar with UTC is the default reference system, but others may also be used. The GPS calendar is an alternative reference systems in common use.
The two geometric primitives in the temporal dimension are the instant and the period. GML components are defined to support these as follows.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theframe
attribute.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractTimePrimitive
RELATED_TIME_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractTimePrimitive
getRelatedTime
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
FRAME_PROPERTY
Data property that maps to theframe
attribute. The possible values for this property are instances ofURI
.
-
-
Constructor Details
-
TLcdGML32AbstractTimeGeometricPrimitive
public TLcdGML32AbstractTimeGeometricPrimitive() -
TLcdGML32AbstractTimeGeometricPrimitive
-
-
Method Details
-
getFrame
Returns the value of the property that maps to theframe
attribute.- Returns:
- the value of the
FRAME_PROPERTY
property.
-
setFrame
Sets the value of the property that maps to theframe
attribute.- Parameters:
aValue
- the value to set for theFRAME_PROPERTY
property.
-