Interface ILcdGML3FeatureProperty

All Superinterfaces:
ILcdGML3AssociationAttributeGroup, ILcdXMLSimpleLink

public interface ILcdGML3FeatureProperty 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:FeaturePropertyType type.

Container for a feature.

(GML Specification, v3.1.0, paragraph 8.2.2.4)

  • Method Details

    • getFeature

      Deprecated.
      Returns the feature of this property.
      Returns:
      the feature of this property.
    • setFeature

      void setFeature(ILcdGML3AbstractFeature aFeature)
      Deprecated.
      Sets the feature of this property.
      Parameters:
      aFeature - the feature of this property.