Package com.luciad.format.gml32.model
Class TLcdGML32AbstractTimePrimitive
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
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdGML32AbstractTimeGeometricPrimitive
gml:AbstractTimePrimitive acts as the head of a substitution group for geometric and topological temporal primitives.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to therelatedTime
element.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
Modifier and TypeMethodDescriptionReturns the value of the property that maps to therelatedTime
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
RELATED_TIME_PROPERTY
Data property that maps to therelatedTime
element. The possible values for this property are instances ofList<TLcdGML32RelatedTime>
.
-
-
Constructor Details
-
TLcdGML32AbstractTimePrimitive
public TLcdGML32AbstractTimePrimitive() -
TLcdGML32AbstractTimePrimitive
-
-
Method Details
-
getRelatedTime
Returns the value of the property that maps to therelatedTime
element.- Returns:
- the value of the
RELATED_TIME_PROPERTY
property.
-