Package com.luciad.format.gml31.model
Class TLcdGML31RelatedTime
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31TimePrimitiveProperty
com.luciad.format.gml31.model.TLcdGML31RelatedTime
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Since:
- 10.0
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to therelativePositionattribute.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31TimePrimitiveProperty
LINK_INFO_PROPERTY, LINKED_OBJECT_PROPERTY, REMOTE_SCHEMA_PROPERTY, TIME_PRIMITIVE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to therelativePositionattribute.voidSets the value of the property that maps to therelativePositionattribute.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31TimePrimitiveProperty
getLinkedObject, getLinkInfo, getRemoteSchema, getTimePrimitive, setLinkedObject, setLinkInfo, setRemoteSchema, setTimePrimitiveMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RELATIVE_POSITION_PROPERTY
Data property that maps to therelativePositionattribute. The possible values for this property are instances ofRelativePosition.
-
-
Constructor Details
-
TLcdGML31RelatedTime
public TLcdGML31RelatedTime() -
TLcdGML31RelatedTime
-
-
Method Details
-
getRelativePosition
Returns the value of the property that maps to therelativePositionattribute.- Returns:
- the value of the
RELATIVE_POSITION_PROPERTYproperty.
-
setRelativePosition
Sets the value of the property that maps to therelativePositionattribute.- Parameters:
aValue- the value to set for theRELATIVE_POSITION_PROPERTYproperty.
-