Interface ILcdGML3GridLimits


public interface ILcdGML3GridLimits
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 class represents the GMl grid limits type.
  • Method Details

    • getGridEnvelope

      ILcdGML3GridEnvelope getGridEnvelope()
      Deprecated.
      Gets the grid envelope.
      Returns:
      the grid envelope.
    • setGridEnvelope

      void setGridEnvelope(ILcdGML3GridEnvelope aGridEnvelope)
      Deprecated.
      Sets the grid envelope.
      Parameters:
      aGridEnvelope - the grid envelope to be set.