Class TLcdGML2ModelDescriptor

All Implemented Interfaces:
ILcdAnnotatedElement, ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptorProvider, Serializable

public class TLcdGML2ModelDescriptor extends TLcdGMLModelDescriptor implements ILcdFeaturedDescriptorProvider
Implementation of ILcdModelDescriptor for GML 2.0 data.

In addition to all information provided via the ILcdModelDescriptor interface, this descriptor also provides XML related information, such as the schemas that were used for reading and interpreting the XML data, and a NamespaceContext.

Since:
9.0
See Also:
  • Field Details

  • Constructor Details

    • TLcdGML2ModelDescriptor

      public TLcdGML2ModelDescriptor(String aSourceName, TLcdDataModel aDataModel)
      Creates a new com.luciad.format.gml2.xml.TLcdGML2ModelDescriptor, initialized with the specified source name.
      Parameters:
      aSourceName - the full name that uniquely identifies the data source from which this descriptor's model was decoded.
      aDataModel - the data model that describes the model
    • TLcdGML2ModelDescriptor

      public TLcdGML2ModelDescriptor(String aSourceName, String aDisplayName, TLcdDataModel aDataModel)
      Creates a new com.luciad.format.gml2.xml.TLcdGML2ModelDescriptor, initialized with the specified source name.
      Parameters:
      aSourceName - the full name that uniquely identifies the data source from which this descriptor's model was decoded.
      aDisplayName - a displayable name for the model.
      aDataModel - the data model that describes the model
  • Method Details