Interface ILcdGML3GridEnvelope


public interface ILcdGML3GridEnvelope
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
This interface represents the GML grid envelope type.

A GML grid envelope 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.

  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    Deprecated.
    Gets the high grid coordinates.
    int[]
    Deprecated.
    Gets the low grid coordinates.
    void
    setHigh(int[] aHigh)
    Deprecated.
    Sets the high grid coordinates.
    void
    setLow(int[] aLow)
    Deprecated.
    Sets the low grid coordinates.
  • Method Details

    • getLow

      int[] getLow()
      Deprecated.
      Gets the low grid coordinates.
      Returns:
      the low grid coordinates.
    • setLow

      void setLow(int[] aLow)
      Deprecated.
      Sets the low grid coordinates.
      Parameters:
      aLow - the low grid coordinates to be set.
    • getHigh

      int[] getHigh()
      Deprecated.
      Gets the high grid coordinates.
      Returns:
      the high grid coordinates.
    • setHigh

      void setHigh(int[] aHigh)
      Deprecated.
      Sets the high grid coordinates.
      Parameters:
      aHigh - the high grid coordinates to be set.