Interface ILcdCollectionFeaturedDescriptor

All Superinterfaces:
ILcdFeaturedDescriptor
All Known Implementing Classes:
TLcdARINCControlledAirspaceModelDescriptor, TLcdARINCRestrictiveAirspaceModelDescriptor, TLcdDAFIFAerodromeModelDescriptor, TLcdDAFIFHeliportModelDescriptor, TLcdXMLFeaturedDescriptor

@Deprecated public interface ILcdCollectionFeaturedDescriptor extends ILcdFeaturedDescriptor
Deprecated.
The ILcdFeatured interface has been deprecated in favor of ILcdDataObject and TLcdDataModel.
Extension to ILcdFeaturedDescriptor that enables gathering information on the classes of features which are multivalued, i.e. the value of a feature is a collection, e.g. an Array, an Enumeration, a Vector, ... . The class returned by ILcdFeaturedDescriptor.getFeatureClass(int) is then the collections class, which hides the class of the elements inside the class.