Package com.luciad.format.gml32.model
Class TLcdGML32SequenceRule
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32SequenceRule
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
The gml:SequenceRuleType is derived from the gml:SequenceRuleEnumeration through the addition of an axisOrder attribute. The gml:SequenceRuleEnumeration is an enumerated type. The rule names are defined in ISO 19123. If no rule name is specified the default is "Linear".
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaxisOrderattribute.static final TLcdDataPropertyData property that maps to theorderattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theaxisOrderattribute.getOrder()Returns the value of the property that maps to theorderattribute.getRule()Returns the value of the property that maps to the value defined by the simple content.voidsetAxisOrder(List<String> aValue) Sets the value of the property that maps to theaxisOrderattribute.voidSets the value of the property that maps to theorderattribute.voidSets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
RULE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofELcdGML32SequenceRuleEnumeration. -
AXIS_ORDER_PROPERTY
Data property that maps to theaxisOrderattribute. The possible values for this property are instances ofList<String>. -
ORDER_PROPERTY
Data property that maps to theorderattribute. The possible values for this property are instances ofString.
-
-
Constructor Details
-
TLcdGML32SequenceRule
public TLcdGML32SequenceRule() -
TLcdGML32SequenceRule
-
-
Method Details
-
getRule
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
RULE_PROPERTYproperty.
-
setRule
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theRULE_PROPERTYproperty.
-
getAxisOrder
Returns the value of the property that maps to theaxisOrderattribute.- Returns:
- the value of the
AXIS_ORDER_PROPERTYproperty.
-
setAxisOrder
Sets the value of the property that maps to theaxisOrderattribute.- Parameters:
aValue- the value to set for theAXIS_ORDER_PROPERTYproperty.
-
getOrder
Returns the value of the property that maps to theorderattribute.- Returns:
- the value of the
ORDER_PROPERTYproperty.
-
setOrder
Sets the value of the property that maps to theorderattribute.- Parameters:
aValue- the value to set for theORDER_PROPERTYproperty.
-