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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to therelativePosition
attribute.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
-
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.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 therelativePosition
attribute. 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 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.
-