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 Link icon

    • TLcdGML3ModelDescriptor Link icon

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

    • getNamespaceURI Link icon

      public String getNamespaceURI(int aIndex)
      Deprecated.
    • getNamespaceURICount Link icon

      public int getNamespaceURICount()
      Deprecated.
    • getFeaturedDescriptor Link icon

      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.