Package com.luciad.format.gml32.model
Class TLcdGML32MappingRule
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32MappingRule
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
gml:CoverageMappingRule provides a formal or informal description of the coverage function.
The mapping rule may be defined as an in-line string (gml:ruleDefinition) or via a remote reference through xlink:href (gml:ruleReference).
If no rule name is specified, the default is 'Linear' with respect to members of the domain in document order.
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theruleDefinition
andruleReference
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theruleDefinition
andruleReference
elements.void
setDefinition
(Object aValue) Sets the value of the property that maps to the choice between theruleDefinition
andruleReference
elements.
-
Field Details
-
DEFINITION_PROPERTY
Data property that maps to the choice between theruleDefinition
andruleReference
elements. The possible values for this property are instances ofString
TLcdGML32Reference
-
-
Constructor Details
-
TLcdGML32MappingRule
public TLcdGML32MappingRule() -
TLcdGML32MappingRule
-
-
Method Details
-
getDefinition
Returns the value of the property that maps to the choice between theruleDefinition
andruleReference
elements.The possible values for this property are instances of
String
TLcdGML32Reference
- Returns:
- the value of the
DEFINITION_PROPERTY
property.
-
setDefinition
Sets the value of the property that maps to the choice between theruleDefinition
andruleReference
elements.The possible values for this property are instances of
String
TLcdGML32Reference
- Parameters:
aValue
- the value to set for theDEFINITION_PROPERTY
property.
-