Interface ILcdGML3BoundingShape


public interface ILcdGML3BoundingShape
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.
Interface for the gml:BoundingShapeType type.

A bounding shape.

(GML Specification, v3.1.0, paragraph 8.2.2.1)

  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the GML envelope of this bounding shape, or null if there is a GML Null value present.
    Deprecated.
    Returns the GML Null value, if no envelope is present, null otherwise.
    void
    Deprecated.
    Sets the envelope of this bounding shape.
    void
    setNull(String aNull)
    Deprecated.
    Sets the GML Null value of this bounding shape.
  • Method Details

    • getEnvelope

      ILcdGML3Envelope getEnvelope()
      Deprecated.
      Returns the GML envelope of this bounding shape, or null if there is a GML Null value present.
      Returns:
      the GML envelope of this bounding shape
    • getNull

      String getNull()
      Deprecated.
      Returns the GML Null value, if no envelope is present, null otherwise.
      Returns:
      the GML Null value, if no envelope is present, null otherwise.
    • setEnvelope

      void setEnvelope(ILcdGML3Envelope aEnvelope)
      Deprecated.
      Sets the envelope of this bounding shape. Either the envelope or the Null value should be set on a bounding shape, not both.
      Parameters:
      aEnvelope - the envelope of this bounding shape.
    • setNull

      void setNull(String aNull)
      Deprecated.
      Sets the GML Null value of this bounding shape. Either the envelope or the Null value should be set on a bounding shape, not both.
      Parameters:
      aNull - the GML Null value of this bounding shape.