Uses of Class
com.luciad.format.xml.TLcdXMLName
Package
Description
Handles GML 2.1.2 and GML 3 data.
Contains XML adapters for the GML3 format.
Contains XML object factories for the GML3 format.
Contains an XML name provider for the GML3 format.
Contains XML element readers for the GML3 format.
Provides a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.
This package provides classes to evaluate an OGC 1.0/1.1/2.0 filter.
Contains a Java object model for representing an OGC filter, implementing the OGC 02-059, 04-095 and 09-026 standards
(OGC Filter Encoding Implementation Specification, version 1.0.0, 1.1.0 and 2.0.0).
Contains an object model for representing OGC filter capabilities.
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
Encoding and decoding of XML files containing OGC Filter capabilities elements to and from the OGC Filter capabilities
model.
Encoding and decoding of XML files containing Feature Type Styles to and from the SLD model.
Model of an OGC Web Feature Service (WFS), used by the WFS client API in
com.luciad.ogc.wfs.client.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
Uses of TLcdXMLName in com.luciad.format.gml3
Modifier and TypeMethodDescriptionvoid
TLcdGML2ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML2ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers a element adapter for the given XML type name and the given Java class.void
TLcdGML3ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML3ModelEncoder.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers a element adapter for the given XML type name and the given Java class.void
TLcdGML2ModelEncoder.registerElementName
(Class aJavaClass, TLcdXMLName aElementName) Deprecated.Registers an element name for the given Java class.void
TLcdGML3ModelEncoder.registerElementName
(Class aJavaClass, TLcdXMLName aElementName) Deprecated.Registers an element name for the given Java class.void
TLcdGML3ModelDecoder.registerFactory
(TLcdXMLName aTypeName, ILcdXMLObjectFactory aTypeFactory) Deprecated.Registers an object factory for the given typename.void
TLcdGML3ModelDecoder.registerReader
(TLcdXMLName aTypeName, ILcdXMLElementReader aReader) Deprecated.Registers an element reader for the given typename.void
TLcdGML3ModelDecoder.registerReader
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, ILcdXMLElementReader aReader) Deprecated.Registers the given reader for the anonymous XML type, identified by the given element name stack, and, if the element name stack is contained within a named type, the name of that type. -
Uses of TLcdXMLName in com.luciad.format.gml3.adapter
Modifier and TypeMethodDescriptionTLcdGML2ElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.TLcdGML3ElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.TLcdGML2ElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.TLcdGML3ElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.void
TLcdGML2ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML2ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aXMLTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers an element adapter for the given XML type and java class.void
TLcdGML3ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdGML3ElementAdapterProvider.registerElementAdapter
(TLcdXMLName aXMLTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers an element adapter for the given XML type and java class. -
Uses of TLcdXMLName in com.luciad.format.gml3.factory
Modifier and TypeMethodDescriptionstatic TLcdXMLName
TLcdGML3ObjectFactoryLibrary.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Modifier and TypeMethodDescriptionstatic ILcdXMLObjectFactory
TLcdGML3ObjectFactoryLibrary.createObjectFactory
(TLcdXMLName aTypeName) Deprecated.Returns a newILcdXMLObjectFactory
for the given type.void
TLcdGML3ObjectFactoryProvider.registerFactory
(TLcdXMLName aXMLType, ILcdXMLObjectFactory aFactory) Deprecated. -
Uses of TLcdXMLName in com.luciad.format.gml3.name
Modifier and TypeMethodDescriptionTLcdGML2ElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, TLcdXMLName aTypeName) Deprecated.TLcdGML3ElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, TLcdXMLName aTypeName) Deprecated.TLcdGML2ElementNameProvider.getSchemaType
(Class aClass) Deprecated.Returns the name of the global XML Schema type onto which the specified Java class should be mapped.TLcdGML3ElementNameProvider.getSchemaType
(Class aClass) Deprecated.Returns the name of the global XML Schema type onto which the specified Java class should be mapped.Modifier and TypeMethodDescriptionTLcdGML2ElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, TLcdXMLName aTypeName) Deprecated.TLcdGML3ElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, TLcdXMLName aTypeName) Deprecated. -
Uses of TLcdXMLName in com.luciad.format.gml3.reader
Modifier and TypeMethodDescriptionstatic TLcdXMLName
TLcdGML3ElementReaderLibrary.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Modifier and TypeMethodDescriptionstatic ILcdXMLElementReader
TLcdGML3ElementReaderLibrary.createElementReader
(TLcdXMLName aTypeName, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReader
for the given type, initialized with the given providers, ornull
if no element reader is available for the given type.TLcdGML3ElementReaderProvider.getReaderForType
(TLcdXMLName aTypeName, boolean aSearchRecursive) Deprecated.void
TLcdGML3ElementReaderProvider.registerReader
(TLcdXMLName aTypeName, ILcdXMLElementReader aReader) Deprecated.Registers the given element reader for the specified type.void
TLcdGML3ElementReaderProvider.registerReader
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, ILcdXMLElementReader aReader) Deprecated.Registers the given reader for the anonymous XML type, identified by the given element name stack, and, if the element name stack is contained within a named type, the name of that type. -
Uses of TLcdXMLName in com.luciad.format.xml
Modifier and TypeMethodDescriptionALcdXMLIndexBasedElementAdapter.getAttributeName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.ALcdXMLVisitorBasedElementAdapter.getAttributeName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.ILcdXMLElement.getAttributeName
(int aIndex) Deprecated.Returns the full XML name of the attribute at the given index.ILcdXMLElementAdapter.getAttributeName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns the name of the attribute at the given index.TLcdXMLElement.getAttributeName
(int aIndex) Deprecated.ALcdXMLIndexBasedElementAdapter.getContentName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Returns the XML name for the content at the specified index.ALcdXMLVisitorBasedElementAdapter.getContentName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.ILcdXMLElementAdapter.getContentName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns the name of the content at the given index.ILcdXMLElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement, TLcdXMLName aTypeName) Deprecated.Returns theTLcdXMLName
that best matches the object, specified by the given name/object stack, substitution group and object.static TLcdXMLName
TLcdXMLName.getInstance
(String aNamespaceURI, String aLocalName) Returns aTLcdXMLName
instance containing the given namespace and local name.static TLcdXMLName
TLcdXMLName.getInstance
(QName aQName) Returns aTLcdXMLName
instance based on the given QName.ALcdXMLIndexBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ALcdXMLVisitorBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ILcdXMLElement.getName()
Deprecated.Returns the full XML name of this element.ILcdXMLElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement) Deprecated.Returns the name of the object specified by the given name/object stack, substitution group and object.ILcdXMLNameStack.getName
(int aIndex) Deprecated.Returns the name at the given index.TLcdXMLDefaultElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup) Deprecated.TLcdXMLElement.getName()
Deprecated.TLcdXMLNameStack.getName
(int aIndex) Deprecated.ILcdXMLNameStack.peekName()
Deprecated.Returns the name on top of the stack.TLcdXMLNameStack.peekName()
Deprecated.TLcdXMLNameStack.pop()
Deprecated.ILcdXMLEditableNameStack.popName()
Deprecated.Removes the element on top of this stack and returns that object as the value of this function.TLcdXMLNameStack.popName()
Deprecated.Modifier and TypeMethodDescriptionvoid
ILcdXMLElementVisitor.attribute
(TLcdXMLName aXMLName, Object aValue, String aValueAsString) Deprecated.Notifies the presence of an attribute in the current XML element.ILcdXMLElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement) Deprecated.Returns theILcdXMLElementAdapter
that is most suitable to handle the object, specified by the given name/object stack, substitution group and object.ALcdXMLIndexBasedElementAdapter.getAttributeValue
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.ALcdXMLVisitorBasedElementAdapter.getAttributeValue
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.ILcdXMLElement.getAttributeValue
(TLcdXMLName aAttributeName) Deprecated.Returns the value of the attribute with the specified name,, ornull
if no such attribute exists.ILcdXMLElementAdapter.getAttributeValue
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.Inspects the object on top of the name/object stack: returns the value of the attribute with the specified name, ornull
if no such attribute exists.TLcdXMLElement.getAttributeValue
(TLcdXMLName aAttributeName) Deprecated.ALcdXMLIndexBasedElementAdapter.getAttributeValueAsString
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.ALcdXMLVisitorBasedElementAdapter.getAttributeValueAsString
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.ILcdXMLElementAdapter.getAttributeValueAsString
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.Inspects the object on top of the name/object stack: returns the value of the attribute with the specified name, as a String.ALcdXMLIndexBasedElementAdapter.getContent
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.The default implementation iterates over all contents, and counts the number of elements having the provided XML name, to retrieve the content at positionaIndex
.ALcdXMLVisitorBasedElementAdapter.getContent
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.The default implementation iterates over all contents, and counts the number of elements having the provided XML name, to retrieve the content at positionaIndex
.ILcdXMLElement.getContent
(TLcdXMLName aChildName, int aIndex) Deprecated.Returns the content at the specified position in the list of contents having the specified name.ILcdXMLElementAdapter.getContent
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns the content at the specified index in the list of contents having the specified XML name.TLcdXMLElement.getContent
(TLcdXMLName aChildName, int aIndex) Deprecated.ALcdXMLIndexBasedElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Returns an XML adapter for the content at the specified index in the list of contents having the specified XML name.ALcdXMLVisitorBasedElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Returns an XML adapter for the content at the specified index in the list of contents having the specified XML name.ILcdXMLElementAdapter.getContentAdapter
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns a suitableILcdXMLElementAdapter
for the content at the specified index in the list of contents having the specified XML name.ALcdXMLIndexBasedElementAdapter.getContentAsString
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Returns thetoString()
value of the Object returned bygetContent()
.ALcdXMLVisitorBasedElementAdapter.getContentAsString
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Returns thetoString()
value of the Object returned bygetContent()
.ILcdXMLElementAdapter.getContentAsString
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns the content at the specified index in the list of contents having the specified XML name, as a String.int
ALcdXMLIndexBasedElementAdapter.getContentCount
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName) Deprecated.The default implementation iterates over all contents, and counts the number of elements having the provided XML name.int
ALcdXMLVisitorBasedElementAdapter.getContentCount
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName) Deprecated.The default implementation iterates over all contents, and counts the number of elements having the provided XML name.int
ILcdXMLElement.getContentCount
(TLcdXMLName aChildName) Deprecated.Returns the number of contents with the specified name, contained in this XML element.int
ILcdXMLElementAdapter.getContentCount
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName) Deprecated.Inspects the object on top of the name/object stack: returns the number of contents, contained in the inspected object and having the specified XML name.int
TLcdXMLElement.getContentCount
(TLcdXMLName aChildName) Deprecated.ILcdXMLElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement, TLcdXMLName aTypeName) Deprecated.Returns theTLcdXMLName
that best matches the object, specified by the given name/object stack, substitution group and object.ALcdXMLIndexBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ALcdXMLVisitorBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ILcdXMLElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement) Deprecated.Returns the name of the object specified by the given name/object stack, substitution group and object.TLcdXMLDefaultElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup) Deprecated.void
TLcdXMLNameStack.push
(TLcdXMLName aName) Deprecated.usepushName()
instead.void
ILcdXMLEditableNameStack.pushName
(TLcdXMLName aName) Deprecated.Adds an element on top of this stack.void
TLcdXMLNameStack.pushName
(TLcdXMLName aName) Deprecated.void
TLcdXMLObjectFactoryProvider.registerFactory
(TLcdXMLName[] aName, ILcdXMLObjectFactory aFactory) Deprecated.Registers the given object factory for the XML element name stack specified by theTLcdXMLName
array.void
TLcdXMLElementReaderProvider.registerReader
(TLcdXMLName[] aName, ILcdXMLElementReader aReader) Deprecated.Registers the given reader for the XML element name stack specified by theTLcdXMLName
array.void
ILcdXMLEditableElement.removeAttribute
(TLcdXMLName aName) Deprecated.Removes the attribute with the given name, if it exists.void
TLcdXMLElement.removeAttribute
(TLcdXMLName aName) Deprecated.void
ILcdXMLEditableElement.setAttribute
(TLcdXMLName aName, Object aValue) Deprecated.Adds the given attribute (name,value) pair to this element.void
TLcdXMLElement.setAttribute
(TLcdXMLName aTLcdXMLName, Object aObject) Deprecated.void
ILcdXMLEditableElement.setName
(TLcdXMLName aName) Deprecated.Sets the name of this XML element.void
TLcdXMLElement.setName
(TLcdXMLName aName) Deprecated.protected void
ALcdXMLVisitorBasedElementAdapter.visitContent
(ILcdXMLEditableNameStack aParentElementNameStack, ILcdXMLEditableObjectStack aParentObjectStack, TLcdXMLName aName, Object aContent, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.Convenience method that can be called from thevisitContents()
method, to process one child content.void
ALcdXMLIndexBasedElementAdapter.visitElement
(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.void
ALcdXMLVisitorBasedElementAdapter.visitElement
(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.void
ILcdXMLElementAdapter.visitElement
(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aName, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.Visits the given element.ModifierConstructorDescriptionALcdXMLIndexBasedElementAdapter
(ILcdXMLElementAdapterProvider aElementAdapterProvider, TLcdXMLName aElementName) Deprecated.Constructs a newALcdXMLIndexBasedElementAdapter
, initialized with the specifiedILcdXMLElementAdapterProvider
and a fixed element name.ALcdXMLVisitorBasedElementAdapter
(ILcdXMLElementAdapterProvider aElementAdapterProvider, TLcdXMLName aElementName) Deprecated.Constructs a newALcdXMLElementAdapter
, initialized with the specifiedILcdXMLElementAdapterProvider
and a fixed element name. -
Uses of TLcdXMLName in com.luciad.format.xml.schema
Modifier and TypeMethodDescriptionALcdXMLTypedIndexBasedElementAdapter.getAttributeName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.ALcdXMLTypedIndexBasedElementAdapter.getContentName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.TLcdXMLTypedElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, TLcdXMLName aTypeName) Deprecated.ALcdXMLTypedIndexBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ALcdXMLTypedVisitorBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.TLcdXMLSchemaAttribute.getName()
Deprecated.TLcdXMLSchemaElement.getName()
Deprecated.Returns the XML name of this schema element.TLcdXMLSchemaType.getName()
Deprecated.Returns the XML name of this type.protected TLcdXMLName
ALcdXMLTypedIndexBasedElementAdapter.getTypeAttributeName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns the name of the attribute at the given index.protected TLcdXMLName
ALcdXMLTypedIndexBasedElementAdapter.getTypeContentName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Inspects the object on top of the name/object stack: returns the name of the content at the given index.protected TLcdXMLName
ALcdXMLTypedIndexBasedElementAdapter.getTypeContentSubstitutionGroup
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Modifier and TypeMethodDescriptionTLcdXMLCompositeElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.TLcdXMLTypedElementAdapterProvider.getAdapterForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ILcdXMLTypedElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.Returns aILcdXMLElementAdapter
for the given XML name and Java object.TLcdXMLCompositeElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.TLcdXMLTypedElementAdapterProvider.getAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.ALcdXMLTypedIndexBasedElementAdapter.getAttributeValue
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.ALcdXMLTypedIndexBasedElementAdapter.getAttributeValueAsString
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aAttributeName) Deprecated.TLcdXMLSchemaType.getElement
(TLcdXMLName aName) Deprecated.Returns the child element with the given name, ornull
if there is no child element with the given name.TLcdXMLSchemaUtil.getElement
(TLcdXMLName aElementName) Deprecated.Returns the global element that corresponds to the given name.TLcdXMLTypedElementNameProvider.getElementNameForObject
(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, TLcdXMLName aTypeName) Deprecated.ALcdXMLTypedIndexBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ALcdXMLTypedVisitorBasedElementAdapter.getName
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject) Deprecated.ILcdXMLTypedElementReaderProvider.getReaderForType
(TLcdXMLName aTypeName, boolean aSearchRecursive) Deprecated.Returns an element reader for the given type.TLcdXMLTypedElementReaderProvider.getReaderForType
(TLcdXMLName aTypeName, boolean aSearchRecursive) Deprecated.TLcdXMLSchemaUtil.getType
(TLcdXMLName aTypeName) Deprecated.Returns the global type that corresponds to the given name, ornull
if none could be found.boolean
TLcdXMLSchemaUtil.isOfType
(TLcdXMLName aTypeName, TLcdXMLName aSuperTypeName) Deprecated.Returnstrue
if type, corresponding to the given type name, is derived from the super type, corresponding to the given super type name,false
otherwise.boolean
TLcdXMLSchemaUtil.isSubstitutableBy
(TLcdXMLName aSubstitutableElementName, TLcdXMLName aElementName) Deprecated.Returnstrue
if the element, corresponding to the first element name, is substitutable by the element, corresponding to the second name (i.e., the second element belongs to the substitution group for which the first one is the head element),false
otherwise.protected boolean
ALcdXMLTypedElementReader.isSupportedAttribute
(TLcdXMLName aAttributeName) Deprecated.void
TLcdXMLTypedElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given adapter for the anonymous XML type, identified by the element name stack, and, if the element name stack is contained within a named type, the name of that type.void
TLcdXMLTypedElementAdapterProvider.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given element adapter for the given XML type and Java type.void
TLcdXMLTypedElementNameProvider.registerElementName
(Class aJavaClass, TLcdXMLName aElementName) Deprecated.Registers the given element name for the given Java type.void
TLcdXMLTypedObjectFactoryProvider.registerFactory
(TLcdXMLName aTypeName, ILcdXMLObjectFactory aFactory) Deprecated.Registers the given factory for the given XML type.void
TLcdXMLTypedObjectFactoryProvider.registerFactory
(TLcdXMLName aXMLTypeName, TLcdXMLName[] aElementNameStack, ILcdXMLObjectFactory aFactory) Deprecated.Registers the given factory for the XML type, identified by the element name stack that is contained in the given XML type.void
TLcdXMLTypedElementReaderProvider.registerReader
(TLcdXMLName aXMLTypeName, ILcdXMLElementReader aReader) Deprecated.Registers the given reader for the given XML type.void
TLcdXMLTypedElementReaderProvider.registerReader
(TLcdXMLName aXMLTypeName, TLcdXMLName[] aElementNameStack, ILcdXMLElementReader aReader) Deprecated.Registers the given reader for the anonymous XML type, identified by the given element name stack, and, if the element name stack is contained within a named type, the name of that type.void
ALcdXMLTypedIndexBasedElementAdapter.visitElement
(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.void
ALcdXMLTypedVisitorBasedElementAdapter.visitElement
(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.ModifierConstructorDescriptionALcdXMLTypedElementReader
(ILcdXMLTypedElementReaderProvider aTypedElementReaderProvider, ILcdXMLObjectFactoryProvider aTypeFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName) Deprecated.Creates a new reader for a global type.ALcdXMLTypedElementReader
(ILcdXMLTypedElementReaderProvider aTypedElementReaderProvider, ILcdXMLObjectFactoryProvider aTypeFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack) Deprecated.Creates a new reader for an anonymous type.ALcdXMLTypedIndexBasedElementAdapter
(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLElementNameProvider aElementNameProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName) Deprecated.Constructs anALcdXMLTypedIndexBasedElementAdapter
object.ALcdXMLTypedIndexBasedElementAdapter
(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName aElementName) Deprecated.Constructs anALcdXMLTypedIndexBasedElementAdapter
for a global type, with a fixed element name.ALcdXMLTypedIndexBasedElementAdapter
(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack) Deprecated.Constructs anALcdXMLTypedIndexBasedElementAdapter
object for an anonymous type.ALcdXMLTypedVisitorBasedElementAdapter
(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLElementNameProvider aElementNameProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName) Deprecated.Constructs anALcdXMLTypedVisitorBasedElementAdapter
for a global type.ALcdXMLTypedVisitorBasedElementAdapter
(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName aElementName) Deprecated.Constructs anALcdXMLTypedVisitorBasedElementAdapter
for a global type, with a fixed element name.ALcdXMLTypedVisitorBasedElementAdapter
(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack) Deprecated.Constructs anALcdXMLTypedElementAdapter
for an anonymous type.TLcdXMLSchemaAttribute
(TLcdXMLSchema aSchema, TLcdXMLName aName) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name.TLcdXMLSchemaElement
(TLcdXMLSchema aSchema, TLcdXMLName aElementName) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name.TLcdXMLSchemaType
(TLcdXMLSchema aSchema, TLcdXMLName aName) Deprecated.Creates a newTLcdXMLType
, initialized with the given name. -
Uses of TLcdXMLName in com.luciad.ogc.filter.evaluator
Modifier and TypeMethodDescriptionILcdSpatialEvaluatorFunction.getSupportedOperands()
Deprecated.Gets the supported operands.Modifier and TypeMethodDescriptionstatic void
TLcdOGCFilterEvaluator.registerDefaultFunction
(TLcdXMLName aXMLName, ILcdEvaluatorFunction aFunction) Registers a custom function which will be available on allTLcdOGCFilterEvaluator
instances which are created in the future.void
TLcdOGCFilterEvaluator.registerFunction
(TLcdXMLName aXMLName, ILcdEvaluatorFunction aFunction) Registers a custom function on this evaluator.ModifierConstructorDescriptionTLcdFeaturedDescriptorPropertyRetrieverProvider
(ILcdFeaturedDescriptor aFeaturedDescriptor, TLcdXMLName aSelfName) Constructs an instance with a given featured descriptor and a property name that must be mapped on the model object.Constructor with a name for the property that will return the object itself. -
Uses of TLcdXMLName in com.luciad.ogc.filter.model
Modifier and TypeMethodDescriptionTLcdOGCXPath.getStepName
(int aIndex) Gets the step name for a given position.Modifier and TypeMethodDescriptionvoid
TLcdOGCXPath.addStep
(TLcdXMLName aStepName, String aAxis, Object aPredicate) Adds a new step to this instance.ModifierConstructorDescriptionTLcdOGCPropertyName
(TLcdXMLName aName) Convenient constructor for a given qualified name. -
Uses of TLcdXMLName in com.luciad.ogc.filter.model.capabilities
Modifier and TypeFieldDescriptionstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.ARC
GML arc operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.ARCBYBULGE
GML arc by bulge operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.ARCBYCENTERPOINT
GML arc by center point operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.BEZIER
GML bezier operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.CIRCLE
GML circle operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.CIRCLEBYCENTERPOINT
GML circle by center point operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.CLOTHOID
GML clothoid operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.CUBICSPLINE
GML cubic spline operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.ENVELOPE
GML envelope operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.GEODESIC
GML geodesic operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.LINESTRING
GML linestring operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.OFFSETCURVE
GML offset curve operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.POINT
GML point operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.POLYGON
GML polygon operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.POLYHEDRALSURFACE
GML polyhedral surface operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.SOLID
GML solid operandstatic final TLcdXMLName
TLcdOGCTemporalFilterCapabilities.TIME_INSTANT
GML time instant temporal operandstatic final TLcdXMLName
TLcdOGCTemporalFilterCapabilities.TIME_PERIOD
GML time period temporal operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.TIN
GML tin operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.TRIANGLE
GML triangle operandstatic final TLcdXMLName
TLcdOGCSpatialFilterCapabilities.TRIANGULATEDSURFACE
GML triangulated surface operandModifier and TypeMethodDescriptionTLcdOGCSpatialFilterCapabilities.getGeometryOperand
(int aIndex) Returns the geometry operand at the given index.TLcdOGCSpatialOperator.getGeometryOperand
(int aOperandIndex) Returns the geometry operand at the given index.TLcdOGCTemporalFilterCapabilities.getTemporalOperand
(int aIndex) Returns the temporal operand at the given index.TLcdOGCTemporalOperator.getTemporalOperand
(int aOperandIndex) Returns the temporal operand at the given index.Modifier and TypeMethodDescriptionTLcdOGCSpatialFilterCapabilities.getGeometryOperands()
Returns a list containing the supported geometry operands.TLcdOGCSpatialOperator.getGeometryOperands()
TLcdOGCTemporalFilterCapabilities.getTemporalOperands()
Returns a list containing the supported temporal operands.TLcdOGCTemporalOperator.getTemporalOperands()
Modifier and TypeMethodDescriptionvoid
TLcdOGCSpatialFilterCapabilities.addGeometryOperand
(TLcdXMLName aOperand) Add a geometry operand to the list of geometry operands specified in this capabilities object.void
TLcdOGCSpatialOperator.addGeometryOperand
(TLcdXMLName aOperand) Adds the geometry operand aOperand to the list of geometry operands supported by this spatial operator.void
TLcdOGCTemporalFilterCapabilities.addTemporalOperand
(TLcdXMLName aOperand) Adds a temporal operand to the list of supported temporal operands.void
TLcdOGCTemporalOperator.addTemporalOperand
(TLcdXMLName aOperand) Adds the given temporal operand to the list of temporal operands supported by this temporal operator.void
TLcdOGCSpatialFilterCapabilities.removeGeometryOperand
(TLcdXMLName aOperand) Remove the geometry operand aOperand to the list of geometry operands specified in this capabilities object.void
TLcdOGCSpatialOperator.removeGeometryOperand
(TLcdXMLName aOperand) Removes the geometry operand aOperand from the list of geometry operands supported by this spatial operator.void
TLcdOGCTemporalFilterCapabilities.removeTemporalOperand
(TLcdXMLName aOperand) Removes the given temporal operand from the list of supported temporal operands.void
TLcdOGCTemporalOperator.removeTemporalOperand
(TLcdXMLName aOperand) Removes the given temporal operand from the list of temporal operands supported by this temporal operator.ModifierConstructorDescriptionTLcdOGCSpatialFilterCapabilities
(TLcdOGCSpatialOperator[] aSpatialOperators, TLcdXMLName[] aGeometryOperands) Constructs a spatial filter capabilities object, with the given spatial operators and geometry operands.TLcdOGCSpatialOperator
(String aName, TLcdXMLName[] aGeometryOperands) Constructs a spatial operator with name aName and supported geometry operands aGeometryOperands.TLcdOGCTemporalFilterCapabilities
(TLcdOGCTemporalOperator[] aTemporalOperators, TLcdXMLName[] aTemporalOperands) Constructs a temporal filter capabilities object, with the given temporal operators and operands.TLcdOGCTemporalOperator
(String aName, TLcdXMLName[] aTemporalOperands) Constructs a temporal operator with the given name and supported temporal operands. -
Uses of TLcdXMLName in com.luciad.ogc.filter.xml
Modifier and TypeMethodDescriptionstatic TLcdXMLName[]
TLcdOGCFilterObjectFactoryLibrary11.getXMLElementNames
(int aIndex) Deprecated.Returns the sub elements names of the XML type, supported by this provider, at the given index.static TLcdXMLName[]
TLcdOGCFilterReaderLibrary11.getXMLElementNames
(int aIndex) Deprecated.Returns the sub elements names of the XML type, supported by this provider, at the given index.static TLcdXMLName
TLcdOGCFilterObjectFactoryLibrary11.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.static TLcdXMLName
TLcdOGCFilterReaderLibrary11.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Modifier and TypeMethodDescriptionstatic ILcdXMLElementReader
TLcdOGCFilterReaderLibrary11.createElementReader
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReader
for the given type and sub elements, initialized with the given providers.static ILcdXMLObjectFactory
TLcdOGCFilterObjectFactoryLibrary11.createObjectFactory
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames) Deprecated.Returns a newILcdXMLObjectFactory
for the given type and sub elements.TLcdOGCFilterElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.TLcdOGCFilterElementAdapterProvider11.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated. -
Uses of TLcdXMLName in com.luciad.ogc.filter.xml.capabilities
Modifier and TypeMethodDescriptionTLcdOGCFilterCapabilitiesElementNameProvider10.getElementNameForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aTLcdXMLName, Object aObject, TLcdXMLName aTLcdXMLName1) Deprecated.TLcdOGCFilterCapabilitiesElementNameProvider11.getElementNameForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aTLcdXMLName) Deprecated.TLcdOGCFilterCapabilitiesElementNameProvider11.getElementNameForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject, TLcdXMLName aXMLName1) Deprecated.TLcdOGCFilterCapabilitiesElementReaderLibrary10.getXMLName
(int aIndex) Deprecated.Returns the name of the XML type, supported by this library, at the given index.TLcdOGCFilterCapabilitiesElementReaderLibrary11.getXMLName
(int aIndex) Deprecated.Returns the name of the XML type, supported by this library, at the given index.TLcdOGCFilterCapabilitiesObjectFactoryLibrary10.getXMLName
(int aIndex) Deprecated.Returns the name of the XML type, supported by this library, at the given index.TLcdOGCFilterCapabilitiesObjectFactoryLibrary11.getXMLName
(int aIndex) Deprecated.Returns the name of the XML type, supported by this library, at the given index.Modifier and TypeMethodDescriptionTLcdOGCFilterCapabilitiesElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.TLcdOGCFilterCapabilitiesElementAdapterProvider11.getAdapterForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.TLcdOGCFilterCapabilitiesElementNameProvider10.getElementNameForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aTLcdXMLName, Object aObject, TLcdXMLName aTLcdXMLName1) Deprecated.TLcdOGCFilterCapabilitiesElementNameProvider11.getElementNameForObject
(ILcdXMLNameStack aILcdXMLNameStack, ILcdXMLObjectStack aILcdXMLObjectStack, TLcdXMLName aTLcdXMLName) Deprecated.TLcdOGCFilterCapabilitiesElementNameProvider11.getElementNameForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject, TLcdXMLName aXMLName1) Deprecated.void
TLcdOGCFilterCapabilitiesElementAdapterProvider10.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers an element adapter for the given XML type and java class.void
TLcdOGCFilterCapabilitiesElementAdapterProvider11.registerElementAdapter
(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers an element adapter for the given XML type and java class.TLcdOGCFilterCapabilitiesElementReaderLibrary10.retrieveElementReaderForXMLName
(TLcdXMLName aXMLName) Deprecated.Returns a new ILcdXMLElementReader for the given type.TLcdOGCFilterCapabilitiesElementReaderLibrary11.retrieveElementReaderForXMLName
(TLcdXMLName aXMLName) Deprecated.Returns a new ILcdXMLElementReader for the given type.TLcdOGCFilterCapabilitiesObjectFactoryLibrary10.retrieveObjectFactoryForXMLName
(TLcdXMLName aTypeName) Deprecated.Returns a new ILcdXMLObjectFactory for the given type.TLcdOGCFilterCapabilitiesObjectFactoryLibrary11.retrieveObjectFactoryForXMLName
(TLcdXMLName aTypeName) Deprecated.Returns a new ILcdXMLObjectFactory for the given type. -
Uses of TLcdXMLName in com.luciad.ogc.sld.xml
Modifier and TypeMethodDescriptionstatic TLcdXMLName[]
TLcdSLDFeatureTypeStyleElementReaderLibrary10.getXMLElementNames
(int aIndex) Deprecated.Returns the sub elements names of the XML type, supported by this provider, at the given index.static TLcdXMLName[]
TLcdSLDFeatureTypeStyleObjectFactoryLibrary10.getXMLElementNames
(int aIndex) Deprecated.Returns the sub elements names of the XML type, supported by this provider, at the given index.static TLcdXMLName
TLcdSLDFeatureTypeStyleElementReaderLibrary10.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.static TLcdXMLName
TLcdSLDFeatureTypeStyleObjectFactoryLibrary10.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Modifier and TypeMethodDescriptionstatic ILcdXMLElementReader
TLcdSLDFeatureTypeStyleElementReaderLibrary10.createElementReader
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReader
for the given type and sub elements, initialized with the given providers.static ILcdXMLObjectFactory
TLcdSLDFeatureTypeStyleObjectFactoryLibrary10.createObjectFactory
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames) Deprecated.Returns a newILcdXMLObjectFactory
for the given type and sub elements.TLcdSLDFeatureTypeStyleElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.void
TLcdSLDFeatureTypeStyleEncoder10.registerElementAdapter
(TLcdXMLName aXMLName, TLcdXMLName[] aElementNames, Class aClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers the given reader for the given XML type, sub-elements and Java type.void
TLcdSLDFeatureTypeStyleEncoder10.registerElementAdapter
(TLcdXMLName aXMLName, Class aClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers the given reader for the given XML type, sub-elements and Java type.void
TLcdSLDFeatureTypeStyleDecoder10.registerFactory
(TLcdXMLName aXMLName, TLcdXMLName[] aTLcdXMLNames, ILcdXMLObjectFactory aILcdXMLObjectFactory) Deprecated.Registers the given factory for the XML type, identified by the element name stack that is contained in the given XML type.void
TLcdSLDFeatureTypeStyleDecoder10.registerReader
(TLcdXMLName aXMLName, TLcdXMLName[] aTLcdXMLNames, ILcdXMLElementReader aILcdXMLElementReader) Deprecated.Registers the given reader for the XML type, identified by the element name stack that is contained in the given XML type. -
Uses of TLcdXMLName in com.luciad.ogc.wfs.common.model
Modifier and TypeMethodDescriptionTLcdWFSGMLObjectType.getName()
Gets the name of this GML Object type.Modifier and TypeMethodDescriptionvoid
TLcdWFSGMLObjectType.setName
(TLcdXMLName aName) Sets the name of this GML Object type. -
Uses of TLcdXMLName in com.luciad.wms.sld.xml
Modifier and TypeMethodDescriptionstatic TLcdXMLName[]
TLcdSLDStyledLayerDescriptorObjectFactoryLibrary10.getXMLElementNames
(int aIndex) Deprecated.Returns the sub elements names of the XML type, supported by this provider, at the given index.static TLcdXMLName[]
TLcdSLDStyledLayerDescriptorReaderLibrary10.getXMLElementNames
(int aIndex) Deprecated.Returns the sub elements names of the XML type, supported by this provider, at the given index.static TLcdXMLName
TLcdSLDStyledLayerDescriptorObjectFactoryLibrary10.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.static TLcdXMLName
TLcdSLDStyledLayerDescriptorReaderLibrary10.getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Modifier and TypeMethodDescriptionstatic ILcdXMLElementReader
TLcdSLDStyledLayerDescriptorReaderLibrary10.createElementReader
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReader
for the given type and sub elements, initialized with the given providers.static ILcdXMLObjectFactory
TLcdSLDStyledLayerDescriptorObjectFactoryLibrary10.createObjectFactory
(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames) Deprecated.Returns a newILcdXMLObjectFactory
for the given type and sub elements.TLcdSLDStyledLayerDescriptorElementAdapterProvider10.getAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.void
TLcdSLDStyledLayerDescriptorDecoder10.registerFactory
(TLcdXMLName aXMLName, TLcdXMLName[] aTLcdXMLNames, ILcdXMLObjectFactory aILcdXMLObjectFactory) Deprecated.Registers the given factory for the XML type, identified by the element name stack that is contained in the given XML type.void
TLcdSLDStyledLayerDescriptorDecoder10.registerReader
(TLcdXMLName aXMLName, TLcdXMLName[] aTLcdXMLNames, ILcdXMLElementReader aILcdXMLElementReader) Deprecated.Registers the given reader for the XML type, identified by the element name stack that is contained in the given XML type.
popName()
instead.