Interface ILcdGML3FeatureArrayProperty


public interface ILcdGML3FeatureArrayProperty
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:FeatureArrayPropertyType type.

Container for features.

(GML Specification, v3.1.0, paragraph 8.2.2.5)

  • Method Details

    • getArrayFeature

      ILcdGML3AbstractFeature getArrayFeature(int aIndex)
      Deprecated.
      Returns the feature at the given index.
      Parameters:
      aIndex - the index of the feature to be returned.
      Returns:
      the feature at the given index.
      Throws:
      IndexOutOfBoundsException - if aIndex < 0 || aIndex > getArrayFeatureCount()
    • getArrayFeatureCount

      int getArrayFeatureCount()
      Deprecated.
      Returns the number of features present in this array.
      Returns:
      the number of features present in this array.
    • setArrayFeatures

      void setArrayFeatures(ILcdGML3AbstractFeature[] aFeatures)
      Deprecated.
      Sets the array of features to be contained in this feature array property.
      Parameters:
      aFeatures - the array of features to be contained in this feature array property.