Uses of Interface
com.luciad.format.gml3.model.feature.ILcdGML3AbstractFeature
Package
Description
Contains domain model interfaces for the GML3 feature schema.
-
Uses of ILcdGML3AbstractFeature in com.luciad.format.gml3.model.feature
Modifier and TypeInterfaceDescriptioninterface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.Modifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated.Modifier and TypeMethodDescriptionILcdGML3FeatureArrayProperty.getArrayFeature
(int aIndex) Deprecated.Returns the feature at the given index.ILcdGML3FeatureProperty.getFeature()
Deprecated.Returns the feature of this property.Modifier 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.