Class TLcdGML32MappingRule

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32MappingRule
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32MappingRule extends TLcdDataObject
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 Details

    • DEFINITION_PROPERTY

      public static final TLcdDataProperty DEFINITION_PROPERTY
      Data property that maps to the choice between the ruleDefinition and ruleReference elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML32MappingRule

      public TLcdGML32MappingRule()
    • TLcdGML32MappingRule

      public TLcdGML32MappingRule(TLcdDataType aType)
  • Method Details

    • getDefinition

      public Object getDefinition()
      Returns the value of the property that maps to the choice between the ruleDefinition and ruleReference elements.

      The possible values for this property are instances of

      Returns:
      the value of the DEFINITION_PROPERTY property.
    • setDefinition

      public void setDefinition(Object aValue)
      Sets the value of the property that maps to the choice between the ruleDefinition and ruleReference elements.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the DEFINITION_PROPERTY property.