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 TypeInterfaceDescriptioninterface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.Classes in com.luciad.format.gml3.model.feature that implement ILcdGML3AbstractFeatureModifier and TypeClassDescriptionclass
Deprecated.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 TypeMethodDescriptionvoid
ILcdGML3FeatureArrayProperty.setArrayFeatures
(ILcdGML3AbstractFeature[] aFeatures) Deprecated.Sets the array of features to be contained in this feature array property.void
ILcdGML3FeatureProperty.setFeature
(ILcdGML3AbstractFeature aFeature) Deprecated.Sets the feature of this property.