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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to therelativePosition
attribute.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31TimePrimitiveProperty
LINK_INFO_PROPERTY, LINKED_OBJECT_PROPERTY, REMOTE_SCHEMA_PROPERTY, TIME_PRIMITIVE_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to therelativePosition
attribute.void
Sets the value of the property that maps to therelativePosition
attribute.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31TimePrimitiveProperty
getLinkedObject, getLinkInfo, getRemoteSchema, getTimePrimitive, setLinkedObject, setLinkInfo, setRemoteSchema, setTimePrimitive
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RELATIVE_POSITION_PROPERTY
Data property that maps to therelativePosition
attribute. 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 therelativePosition
attribute.- Returns:
- the value of the
RELATIVE_POSITION_PROPERTY
property.
-
setRelativePosition
Sets the value of the property that maps to therelativePosition
attribute.- Parameters:
aValue
- the value to set for theRELATIVE_POSITION_PROPERTY
property.
-