Class TLcdGML32ModelDescriptor

All Implemented Interfaces:
ILcdAnnotatedElement, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdGML32ModelDescriptor extends TLcdGMLModelDescriptor
Implementation of ILcdModelDescriptor for GML 3.2 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

    • TLcdGML32ModelDescriptor

      public TLcdGML32ModelDescriptor(String aSourceName, TLcdDataModel aDataModel)
      Creates a new com.luciad.format.gml32.xml.TLcdGML32ModelDescriptor, 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
    • TLcdGML32ModelDescriptor

      public TLcdGML32ModelDescriptor(String aSourceName, String aDisplayName, TLcdDataModel aDataModel)
      Creates a new com.luciad.format.gml32.xml.TLcdGML32ModelDescriptor, 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