Interface ILcdGML3AbstractFeatureCollection
- All Superinterfaces:
ILcdGML3AbstractFeature,ILcdGML3AbstractGML,ILcdGML3StandardObjectProperties
- All Known Subinterfaces:
ILcdGML3FeatureCollection
Deprecated.
Interface for the
gml:AbstractFeatureCollectionType type.
Features can be stored in a collection in two different ways: - as a direct feature property
- as a member of a feature array property. Only one feature array property can be present in each feature collection, but direct feature properties and a feature array property can be present together in the same collection
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatureMember(int aIndex) Deprecated.Returns the feature property at the given index.intDeprecated.Returns the number of feature members present in this collection.Deprecated.Returns the feature array property contained in this collection.voidsetFeatureMembers(ILcdGML3FeatureProperty[] aProperty) Deprecated.Sets the feature properties of this collection.voidsetFeatureMembersArray(ILcdGML3FeatureArrayProperty aArrayProperty) Deprecated.Sets the feature array property of this collection.Methods inherited from interface com.luciad.format.gml3.model.feature.ILcdGML3AbstractFeature
getBoundedBy, setBoundedByMethods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setIdMethods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3StandardObjectProperties
getDescription, getMetaDataProperty, getMetaDataPropertyCount, getName, getNameCount, setDescription, setMetaDataProperties, setNames
-
Method Details
-
getFeatureMember
Deprecated.Returns the feature property at the given index.- Parameters:
aIndex- the feature property at the given index.- Returns:
- IndexOutOfBoundsException if
aIndex < 0 || aIndex >= getFeatureMemberCount()
-
getFeatureMemberCount
int getFeatureMemberCount()Deprecated.Returns the number of feature members present in this collection.- Returns:
- the number of feature members present in this collection.
-
getFeatureMembersArray
ILcdGML3FeatureArrayProperty getFeatureMembersArray()Deprecated.Returns the feature array property contained in this collection.- Returns:
- the feature array property contained in this collection.
-
setFeatureMembers
Deprecated.Sets the feature properties of this collection.- Parameters:
aProperty- the feature properties of this collection.
-
setFeatureMembersArray
Deprecated.Sets the feature array property of this collection.- Parameters:
aArrayProperty- the feature array property of this collection.
-
com.luciad.format.gml3.*packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml,com.luciad.format.gml31.xmlandcom.luciad.format.gml32.xml.