Package com.luciad.format.gml31.model
Class TLcdGML31AbstractTimePrimitive
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractGML
com.luciad.format.gml31.model.TLcdGML31AbstractTimeObject
com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Direct Known Subclasses:
TLcdGML31AbstractTimeGeometricPrimitive
The abstract supertype for temporal primitives.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to therelatedTime
element.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to therelatedTime
element.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RELATED_TIME_PROPERTY
Data property that maps to therelatedTime
element. The possible values for this property are instances ofList<TLcdGML31RelatedTime>
.
-
-
Constructor Details
-
TLcdGML31AbstractTimePrimitive
public TLcdGML31AbstractTimePrimitive() -
TLcdGML31AbstractTimePrimitive
-
-
Method Details
-
getRelatedTime
Returns the value of the property that maps to therelatedTime
element.- Returns:
- the value of the
RELATED_TIME_PROPERTY
property.
-