Class TLcdGML3ObjectFactoryLibrary

java.lang.Object
com.luciad.format.gml3.factory.TLcdGML3ObjectFactoryLibrary

@Deprecated public class TLcdGML3ObjectFactoryLibrary extends Object
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.
A library that contains XML object factories for GML elements.
  • Constructor Details

    • TLcdGML3ObjectFactoryLibrary

      public TLcdGML3ObjectFactoryLibrary()
      Deprecated.
  • Method Details

    • getXMLTypeCount

      public static int getXMLTypeCount()
      Deprecated.
      Returns the number of XML types that are supported by this provider.
      Returns:
      the number of XML types supported by this provider.
    • getXMLType

      public static TLcdXMLName getXMLType(int aIndex)
      Deprecated.
      Returns the name of the XML type, supported by this provider, at the given index.
      Parameters:
      aIndex - the index of the XML type whose name is to be returned.
      Returns:
      the name of the XML type at the given index.
    • createObjectFactory

      public static ILcdXMLObjectFactory createObjectFactory(TLcdXMLName aTypeName)
      Deprecated.
      Returns a new ILcdXMLObjectFactory for the given type.
      Parameters:
      aTypeName - the name of the type for which an object factory is to be returned.
      Returns:
      a new ILcdXMLObjectFactory, able to create objects of the given type.
      Throws:
      IllegalArgumentException - if there is no ILcdXMLObjectFactory available for the given type.