Package com.luciad.format.gml32.model
Class TLcdGML32RelatedTime
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32TimePrimitiveProperty
com.luciad.format.gml32.model.TLcdGML32RelatedTime
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
gml:RelatedTimeType provides a content model for indicating the relative position of an arbitrary member of the substitution group whose head is gml:AbstractTimePrimitive. It extends the generic gml:TimePrimitivePropertyType with an XML attribute relativePosition, whose value is selected from the set of 13 temporal relationships identified by Allen (1983)
- Since:
- 10.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to therelativePositionattribute.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32TimePrimitiveProperty
ABSTRACT_TIME_PRIMITIVE_PROPERTY, LINK_INFO_PROPERTY, LINKED_OBJECT_PROPERTY, NIL_REASON_PROPERTY, OWNS_PROPERTY, REMOTE_SCHEMA_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.gml32.model.TLcdGML32TimePrimitiveProperty
getAbstractTimePrimitive, getLinkedObject, getLinkInfo, getNilReason, getOwns, getRemoteSchema, setAbstractTimePrimitive, setLinkedObject, setLinkInfo, setNilReason, setOwns, setRemoteSchema
-
Field Details
-
RELATIVE_POSITION_PROPERTY
Data property that maps to therelativePositionattribute. The possible values for this property are instances ofRelativePosition.
-
-
Constructor Details
-
TLcdGML32RelatedTime
public TLcdGML32RelatedTime() -
TLcdGML32RelatedTime
-
-
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.
-