Class TLcdGML32GridEnvelope

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

public class TLcdGML32GridEnvelope extends TLcdDataObject
Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.
Since:
2017.0
  • Field Details

    • LOW_PROPERTY

      public static final TLcdDataProperty LOW_PROPERTY
      Data property that maps to the low element. The possible values for this property are instances of ILcdLongList.
    • HIGH_PROPERTY

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

    • TLcdGML32GridEnvelope

      public TLcdGML32GridEnvelope()
    • TLcdGML32GridEnvelope

      public TLcdGML32GridEnvelope(TLcdDataType aType)
  • Method Details

    • getLow

      public ILcdLongList getLow()
      Returns the value of the property that maps to the low element.
      Returns:
      the value of the LOW_PROPERTY property.
    • setLow

      public void setLow(ILcdLongList aValue)
      Sets the value of the property that maps to the low element.
      Parameters:
      aValue - the value to set for the LOW_PROPERTY property.
    • getHigh

      public ILcdLongList getHigh()
      Returns the value of the property that maps to the high element.
      Returns:
      the value of the HIGH_PROPERTY property.
    • setHigh

      public void setHigh(ILcdLongList aValue)
      Sets the value of the property that maps to the high element.
      Parameters:
      aValue - the value to set for the HIGH_PROPERTY property.