Uses of Interface
com.luciad.format.gml3.model.feature.ILcdGML3AbstractFeature
Packages that use ILcdGML3AbstractFeature
Package
Description
Contains domain model interfaces for the GML3 feature schema.
-
Uses of ILcdGML3AbstractFeature in com.luciad.format.gml3.model.feature
Subinterfaces of ILcdGML3AbstractFeature in com.luciad.format.gml3.model.featureModifier and TypeInterfaceDescriptioninterfaceDeprecated.This class has been deprecated.interfaceDeprecated.This class has been deprecated.interfaceDeprecated.This class has been deprecated.Classes in com.luciad.format.gml3.model.feature that implement ILcdGML3AbstractFeatureModifier and TypeClassDescriptionclassDeprecated.This class has been deprecated.Methods in com.luciad.format.gml3.model.feature that return ILcdGML3AbstractFeatureModifier and TypeMethodDescriptionILcdGML3FeatureArrayProperty.getArrayFeature(int aIndex) Deprecated.Returns the feature at the given index.ILcdGML3FeatureProperty.getFeature()Deprecated.Returns the feature of this property.Methods in com.luciad.format.gml3.model.feature with parameters of type ILcdGML3AbstractFeatureModifier and TypeMethodDescriptionvoidILcdGML3FeatureArrayProperty.setArrayFeatures(ILcdGML3AbstractFeature[] aFeatures) Deprecated.Sets the array of features to be contained in this feature array property.voidILcdGML3FeatureProperty.setFeature(ILcdGML3AbstractFeature aFeature) Deprecated.Sets the feature of this property.