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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theruleDefinitionandruleReferenceelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theruleDefinitionandruleReferenceelements.voidsetDefinition(Object aValue) Sets the value of the property that maps to the choice between theruleDefinitionandruleReferenceelements.
-
Field Details
-
DEFINITION_PROPERTY
Data property that maps to the choice between theruleDefinitionandruleReferenceelements. The possible values for this property are instances ofStringTLcdGML32Reference
-
-
Constructor Details
-
TLcdGML32MappingRule
public TLcdGML32MappingRule() -
TLcdGML32MappingRule
-
-
Method Details
-
getDefinition
Returns the value of the property that maps to the choice between theruleDefinitionandruleReferenceelements.The possible values for this property are instances of
StringTLcdGML32Reference
- Returns:
- the value of the
DEFINITION_PROPERTYproperty.
-
setDefinition
Sets the value of the property that maps to the choice between theruleDefinitionandruleReferenceelements.The possible values for this property are instances of
StringTLcdGML32Reference
- Parameters:
aValue- the value to set for theDEFINITION_PROPERTYproperty.
-