Class TLcdGML31IndexMap

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31IndexMap extends TLcdGML31GridFunction
Exends GridFunctionType with a lookUpTable. This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet. The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set. The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.
Since:
2018.1
See Also:
  • Field Details

    • LOOK_UP_TABLE_PROPERTY

      public static final TLcdDataProperty LOOK_UP_TABLE_PROPERTY
      Data property that maps to the lookUpTable element. The possible values for this property are instances of ILcdLongList.
  • Constructor Details

    • TLcdGML31IndexMap

      public TLcdGML31IndexMap()
    • TLcdGML31IndexMap

      public TLcdGML31IndexMap(TLcdDataType aType)
  • Method Details

    • getLookUpTable

      public ILcdLongList getLookUpTable()
      Returns the value of the property that maps to the lookUpTable element.
      Returns:
      the value of the LOOK_UP_TABLE_PROPERTY property.
    • setLookUpTable

      public void setLookUpTable(ILcdLongList aValue)
      Sets the value of the property that maps to the lookUpTable element.
      Parameters:
      aValue - the value to set for the LOOK_UP_TABLE_PROPERTY property.