Class TLcdOGCFilterCapabilitiesObjectFactoryLibrary10

java.lang.Object
com.luciad.ogc.filter.xml.capabilities.TLcdOGCFilterCapabilitiesObjectFactoryLibrary10

@Deprecated public class TLcdOGCFilterCapabilitiesObjectFactoryLibrary10 extends Object
Deprecated.
Library containing ILcdXMLObjectFactory instances necessary for the decoding of filter capabilities documents, encoded according to the OGC Filter 1.0.0 specification.
  • Constructor Details

    • TLcdOGCFilterCapabilitiesObjectFactoryLibrary10

      public TLcdOGCFilterCapabilitiesObjectFactoryLibrary10()
      Deprecated.
      Default constructor.
  • Method Details

    • retrieveObjectFactoryForXMLName

      public ILcdXMLObjectFactory retrieveObjectFactoryForXMLName(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.
    • getXMLName

      public TLcdXMLName getXMLName(int aIndex)
      Deprecated.
      Returns the name of the XML type, supported by this library, 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.
    • getXMLNameCount

      public int getXMLNameCount()
      Deprecated.
      Returns the number of XML types that are supported by this library.
      Returns:
      the number of XML types that are supported by this library.