Interface ILcdGML3LocationProperty

All Superinterfaces:
ILcdGML3AssociationAttributeGroup, ILcdXMLSimpleLink

public interface ILcdGML3LocationProperty extends ILcdGML3AssociationAttributeGroup
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:LocationPropertyType type.

The gml:location element is a convenience property that describes the generalized location of the feature. The value of a location can be a geometry, a location string, a location keyword, or a null.

(GML Specification, v3.1.0, paragraph 8.2.2.2)

  • Method Details

    • getGeometry

      Deprecated.
      Returns the geometry contained in this location.
      Returns:
      the geometry contained in this location.
    • getLocationKeyWord

      ILcdGML3Code getLocationKeyWord()
      Deprecated.
      Returns the location keyword contained in this location.
      Returns:
      the location keyword contained in this location.
    • getLocationString

      ILcdGML3StringOrRef getLocationString()
      Deprecated.
      Returns the location string contained in this location.
      Returns:
      the location string contained in this location.
    • getNull

      String getNull()
      Deprecated.
      Returns the GML Null value of this location.
      Returns:
      the GML Null value of this location.
    • setGeometry

      void setGeometry(ILcdGML3AbstractGeometry aGeometry)
      Deprecated.
      Sets the geometry to be contained in this location.
      Parameters:
      aGeometry - the geometry to be contained in this location.
    • setLocationKeyWord

      void setLocationKeyWord(ILcdGML3Code aLocationKeyWord)
      Deprecated.
      Sets the location keyword to be contained in this location.
      Parameters:
      aLocationKeyWord - the location keyword to be contained in this location.
    • setLocationString

      void setLocationString(ILcdGML3StringOrRef aLocationString)
      Deprecated.
      Sets the location string to be contained in this location.
      Parameters:
      aLocationString - the location string to be contained in this location.
    • setNull

      void setNull(String aNull)
      Deprecated.
      Sets the GML Null value for this location.
      Parameters:
      aNull - the GML Null value for this location.