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 Link icon

    • LOW_PROPERTY Link icon

      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 Link icon

      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 Link icon

    • TLcdGML32GridEnvelope Link icon

      public TLcdGML32GridEnvelope()
    • TLcdGML32GridEnvelope Link icon

      public TLcdGML32GridEnvelope(TLcdDataType aType)
  • Method Details Link icon

    • getLow Link icon

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

      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 Link icon

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

      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.