Interface ILcdGML3FeatureArrayProperty
public interface ILcdGML3FeatureArrayProperty
Deprecated.
Interface for the
gml:FeatureArrayPropertyType
type.
Container for features.
(GML Specification, v3.1.0, paragraph 8.2.2.5)-
Method Summary
Modifier and TypeMethodDescriptiongetArrayFeature
(int aIndex) Deprecated.Returns the feature at the given index.int
Deprecated.Returns the number of features present in this array.void
setArrayFeatures
(ILcdGML3AbstractFeature[] aFeatures) Deprecated.Sets the array of features to be contained in this feature array property.
-
Method Details
-
getArrayFeature
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
- ifaIndex < 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
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.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.