Interface ILcdGML3AbstractFeature

All Superinterfaces:
ILcdGML3AbstractGML, ILcdGML3StandardObjectProperties
All Known Subinterfaces:
ILcdGML3AbstractFeatureCollection, ILcdGML3BoundedFeature, ILcdGML3FeatureCollection
All Known Implementing Classes:
ALcdGML3AbstractFeature

public interface ILcdGML3AbstractFeature extends ILcdGML3AbstractGML
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:AbstractFeatureType type.

An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy. A concrete feature type must derive from this type and specify additional properties in an application schema. A feature must possess an identifying attribute ('id' - 'fid' has been deprecated).

(GML Specification, v3.1.0, paragraph 7.5.3.2)

  • Method Details

    • getBoundedBy

      ILcdGML3BoundingShape getBoundedBy()
      Deprecated.
      Returns the bounding shape of this feature.
      Returns:
      the bounding shape of this feature.
    • setBoundedBy

      void setBoundedBy(ILcdGML3BoundingShape aBoundingShape)
      Deprecated.
      Sets the bounding shape of this feature
      Parameters:
      aBoundingShape - the bounding shape of this feature