Package com.luciad.format.gml32.model
Class TLcdGML32DirectionDescription
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32DirectionDescription
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
direction descriptions are specified by a compass point code, a keyword, a textual description or a reference to a description.
A gml:compassPoint is specified by a simple enumeration.
In addition, thre elements to contain text-based descriptions of direction are provided.
If the direction is specified using a term from a list, gml:keyword should be used, and the list indicated using the value of the codeSpace attribute.
if the direction is decribed in prose, gml:direction or gml:reference should be used, allowing the value to be included inline or by reference.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between thecompassPointandkeywordanddescriptionandreferenceelements. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between thecompassPointandkeywordanddescriptionandreferenceelements.voidsetDescription(Object aValue) Sets the value of the property that maps to the choice between thecompassPointandkeywordanddescriptionandreferenceelements.
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to the choice between thecompassPointandkeywordanddescriptionandreferenceelements. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML32DirectionDescription
public TLcdGML32DirectionDescription() -
TLcdGML32DirectionDescription
-
-
Method Details
-
getDescription
Returns the value of the property that maps to the choice between thecompassPointandkeywordanddescriptionandreferenceelements.The possible values for this property are instances of
- Returns:
- the value of the
DESCRIPTION_PROPERTYproperty.
-
setDescription
Sets the value of the property that maps to the choice between thecompassPointandkeywordanddescriptionandreferenceelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theDESCRIPTION_PROPERTYproperty.
-