Class TLcdXMLFeaturedDescriptor

java.lang.Object
com.luciad.format.xml.bind.schema.TLcdXMLFeaturedDescriptor
All Implemented Interfaces:
ILcdCollectionFeaturedDescriptor, ILcdFeaturedDescriptor

public class TLcdXMLFeaturedDescriptor extends Object implements ILcdCollectionFeaturedDescriptor
Implementation of com.luciad.util.ILcdCollectionFeaturedDescriptor that contains additional XML-related information about the object it describes.
Since:
9.0
  • Constructor Details

    • TLcdXMLFeaturedDescriptor

      public TLcdXMLFeaturedDescriptor(TLcdXMLSchemaBasedMapping aSchemaMapping, ILcdCollectionFeaturedDescriptor aCollectionFeaturedDescriptor, TLcdXMLSchemaType aType)
      Creates a new TLcdXMLFeaturedDescriptor.
      Parameters:
      aSchemaMapping - the XML Mapping containing the XML Schema Type and other mapping information from which this descriptor was created.
      aCollectionFeaturedDescriptor - the featured descriptor describing the features.
      aType - the XML Schema type this featured descriptor describes.
  • Method Details