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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theaxisOrder
attribute.static final TLcdDataProperty
Data property that maps to theorder
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theaxisOrder
attribute.getOrder()
Returns the value of the property that maps to theorder
attribute.getRule()
Returns the value of the property that maps to the value defined by the simple content.void
setAxisOrder
(List<String> aValue) Sets the value of the property that maps to theaxisOrder
attribute.void
Sets the value of the property that maps to theorder
attribute.void
Sets 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 theaxisOrder
attribute. The possible values for this property are instances ofList<String>
. -
ORDER_PROPERTY
Data property that maps to theorder
attribute. 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_PROPERTY
property.
-
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_PROPERTY
property.
-
getAxisOrder
Returns the value of the property that maps to theaxisOrder
attribute.- Returns:
- the value of the
AXIS_ORDER_PROPERTY
property.
-
setAxisOrder
Sets the value of the property that maps to theaxisOrder
attribute.- Parameters:
aValue
- the value to set for theAXIS_ORDER_PROPERTY
property.
-
getOrder
Returns the value of the property that maps to theorder
attribute.- Returns:
- the value of the
ORDER_PROPERTY
property.
-
setOrder
Sets the value of the property that maps to theorder
attribute.- Parameters:
aValue
- the value to set for theORDER_PROPERTY
property.
-