Class TLcdGML3ModelDescriptor

java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.gml3.TLcdGML3ModelDescriptor
All Implemented Interfaces:
ILcdModelDescriptor, ILcdFeaturedDescriptorProvider, Serializable

public class TLcdGML3ModelDescriptor extends TLcdModelDescriptor implements ILcdFeaturedDescriptorProvider
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
GML3 Model descriptor. Contains the URI(s) of the schema(s) that define the structure of the original XML document.
See Also:
  • Constructor Details

    • TLcdGML3ModelDescriptor

      public TLcdGML3ModelDescriptor(String aSourceName, String aDisplayName)
      Deprecated.
  • Method Details

    • getNamespaceURI

      public String getNamespaceURI(int aIndex)
      Deprecated.
    • getNamespaceURICount

      public int getNamespaceURICount()
      Deprecated.
    • getFeaturedDescriptor

      public ILcdFeaturedDescriptor getFeaturedDescriptor(ILcdFeatured aFeatured)
      Deprecated.
      Description copied from interface: ILcdFeaturedDescriptorProvider
      Gets a ILcdFeaturedDescriptor that describes the ILcdFeatured passed.
      Specified by:
      getFeaturedDescriptor in interface ILcdFeaturedDescriptorProvider
      Parameters:
      aFeatured - a featured object to retrieve a featured descriptor for.
      Returns:
      a ILcdFeaturedDescriptor that describes the ILcdFeatured passed.