Class TLcdGML32RangeSet

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

public class TLcdGML32RangeSet extends TLcdDataObject
The gml:rangeSet property element contains the values of the coverage (sometimes called the attribute values). Its content model is given by gml:RangeSetType. This content model supports a structural description of the range. The semantic information describing the range set is embedded using a uniform method, as part of the explicit values, or as a template value accompanying the representation using gml:DataBlock and gml:File. The values from each component (or "band") in the range may be encoded within a gml:ValueArray element or a concrete member of the gml:AbstractScalarValueList substitution group . Use of these elements satisfies the value-type homogeneity requirement.
Since:
2017.0
  • Field Details

    • COVERAGE_VALUES_PROPERTY

      public static final TLcdDataProperty COVERAGE_VALUES_PROPERTY
      Data property that maps to the choice between the ValueArray and AbstractScalarValueList and DataBlock and File elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML32RangeSet

      public TLcdGML32RangeSet()
    • TLcdGML32RangeSet

      public TLcdGML32RangeSet(TLcdDataType aType)
  • Method Details

    • getCoverageValues

      public Object getCoverageValues()
      Returns the value of the property that maps to the choice between the ValueArray and AbstractScalarValueList and DataBlock and File elements.

      The possible values for this property are instances of

      Returns:
      the value of the COVERAGE_VALUES_PROPERTY property.
    • setCoverageValues

      public void setCoverageValues(Object aValue)
      Sets the value of the property that maps to the choice between the ValueArray and AbstractScalarValueList and DataBlock and File elements.

      The possible values for this property are instances of

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