Class TLcdOGCFilterCapabilitiesObjectFactoryLibrary10
java.lang.Object
com.luciad.ogc.filter.xml.capabilities.TLcdOGCFilterCapabilitiesObjectFactoryLibrary10
Deprecated.
Library containing ILcdXMLObjectFactory instances necessary for the decoding of filter capabilities documents, encoded
according to the OGC Filter 1.0.0 specification.
-
Constructor Summary
ConstructorDescriptionDeprecated.Default constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetXMLName
(int aIndex) Deprecated.Returns the name of the XML type, supported by this library, at the given index.int
Deprecated.Returns the number of XML types that are supported by this library.retrieveObjectFactoryForXMLName
(TLcdXMLName aTypeName) Deprecated.Returns a new ILcdXMLObjectFactory for the given type.
-
Constructor Details
-
TLcdOGCFilterCapabilitiesObjectFactoryLibrary10
public TLcdOGCFilterCapabilitiesObjectFactoryLibrary10()Deprecated.Default constructor.
-
-
Method Details
-
retrieveObjectFactoryForXMLName
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
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.
-
TLcdOGCFilterEncoder