Uses of Class
com.luciad.format.xml.TLcdXMLName
Packages that use 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
Methods in com.luciad.format.gml3 with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionvoidTLcdGML2ModelEncoder.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.voidTLcdGML2ModelEncoder.registerElementAdapter(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers a element adapter for the given XML type name and the given Java class.voidTLcdGML3ModelEncoder.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.voidTLcdGML3ModelEncoder.registerElementAdapter(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers a element adapter for the given XML type name and the given Java class.voidTLcdGML2ModelEncoder.registerElementName(Class aJavaClass, TLcdXMLName aElementName) Deprecated.Registers an element name for the given Java class.voidTLcdGML3ModelEncoder.registerElementName(Class aJavaClass, TLcdXMLName aElementName) Deprecated.Registers an element name for the given Java class.voidTLcdGML3ModelDecoder.registerFactory(TLcdXMLName aTypeName, ILcdXMLObjectFactory aTypeFactory) Deprecated.Registers an object factory for the given typename.voidTLcdGML3ModelDecoder.registerReader(TLcdXMLName aTypeName, ILcdXMLElementReader aReader) Deprecated.Registers an element reader for the given typename.voidTLcdGML3ModelDecoder.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
Methods in com.luciad.format.gml3.adapter with parameters of type TLcdXMLNameModifier 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.voidTLcdGML2ElementAdapterProvider.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.voidTLcdGML2ElementAdapterProvider.registerElementAdapter(TLcdXMLName aXMLTypeName, Class aJavaClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers an element adapter for the given XML type and java class.voidTLcdGML3ElementAdapterProvider.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.voidTLcdGML3ElementAdapterProvider.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
Methods in com.luciad.format.gml3.factory that return TLcdXMLNameModifier and TypeMethodDescriptionstatic TLcdXMLNameTLcdGML3ObjectFactoryLibrary.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Methods in com.luciad.format.gml3.factory with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionstatic ILcdXMLObjectFactoryTLcdGML3ObjectFactoryLibrary.createObjectFactory(TLcdXMLName aTypeName) Deprecated.Returns a newILcdXMLObjectFactoryfor the given type.voidTLcdGML3ObjectFactoryProvider.registerFactory(TLcdXMLName aXMLType, ILcdXMLObjectFactory aFactory) Deprecated. -
Uses of TLcdXMLName in com.luciad.format.gml3.name
Methods in com.luciad.format.gml3.name that return TLcdXMLNameModifier 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.Methods in com.luciad.format.gml3.name with parameters of type TLcdXMLNameModifier 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
Methods in com.luciad.format.gml3.reader that return TLcdXMLNameModifier and TypeMethodDescriptionstatic TLcdXMLNameTLcdGML3ElementReaderLibrary.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Methods in com.luciad.format.gml3.reader with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionstatic ILcdXMLElementReaderTLcdGML3ElementReaderLibrary.createElementReader(TLcdXMLName aTypeName, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReaderfor the given type, initialized with the given providers, ornullif no element reader is available for the given type.TLcdGML3ElementReaderProvider.getReaderForType(TLcdXMLName aTypeName, boolean aSearchRecursive) Deprecated.voidTLcdGML3ElementReaderProvider.registerReader(TLcdXMLName aTypeName, ILcdXMLElementReader aReader) Deprecated.Registers the given element reader for the specified type.voidTLcdGML3ElementReaderProvider.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
Methods in com.luciad.format.xml that return TLcdXMLNameModifier 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 theTLcdXMLNamethat best matches the object, specified by the given name/object stack, substitution group and object.static TLcdXMLNameTLcdXMLName.getInstance(String aNamespaceURI, String aLocalName) Returns aTLcdXMLNameinstance containing the given namespace and local name.static TLcdXMLNameTLcdXMLName.getInstance(QName aQName) Returns aTLcdXMLNameinstance 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.Methods in com.luciad.format.xml with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionvoidILcdXMLElementVisitor.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 theILcdXMLElementAdapterthat 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,, ornullif 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, ornullif 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 suitableILcdXMLElementAdapterfor 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.intALcdXMLIndexBasedElementAdapter.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.intALcdXMLVisitorBasedElementAdapter.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.intILcdXMLElement.getContentCount(TLcdXMLName aChildName) Deprecated.Returns the number of contents with the specified name, contained in this XML element.intILcdXMLElementAdapter.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.intTLcdXMLElement.getContentCount(TLcdXMLName aChildName) Deprecated.ILcdXMLElementNameProvider.getElementNameForObject(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement, TLcdXMLName aTypeName) Deprecated.Returns theTLcdXMLNamethat 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.voidTLcdXMLNameStack.push(TLcdXMLName aName) Deprecated.usepushName()instead.voidILcdXMLEditableNameStack.pushName(TLcdXMLName aName) Deprecated.Adds an element on top of this stack.voidTLcdXMLNameStack.pushName(TLcdXMLName aName) Deprecated.voidTLcdXMLObjectFactoryProvider.registerFactory(TLcdXMLName[] aName, ILcdXMLObjectFactory aFactory) Deprecated.Registers the given object factory for the XML element name stack specified by theTLcdXMLNamearray.voidTLcdXMLElementReaderProvider.registerReader(TLcdXMLName[] aName, ILcdXMLElementReader aReader) Deprecated.Registers the given reader for the XML element name stack specified by theTLcdXMLNamearray.voidILcdXMLEditableElement.removeAttribute(TLcdXMLName aName) Deprecated.Removes the attribute with the given name, if it exists.voidTLcdXMLElement.removeAttribute(TLcdXMLName aName) Deprecated.voidILcdXMLEditableElement.setAttribute(TLcdXMLName aName, Object aValue) Deprecated.Adds the given attribute (name,value) pair to this element.voidTLcdXMLElement.setAttribute(TLcdXMLName aTLcdXMLName, Object aObject) Deprecated.voidILcdXMLEditableElement.setName(TLcdXMLName aName) Deprecated.Sets the name of this XML element.voidTLcdXMLElement.setName(TLcdXMLName aName) Deprecated.protected voidALcdXMLVisitorBasedElementAdapter.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.voidALcdXMLIndexBasedElementAdapter.visitElement(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.voidALcdXMLVisitorBasedElementAdapter.visitElement(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.voidILcdXMLElementAdapter.visitElement(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aName, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.Visits the given element.Constructors in com.luciad.format.xml with parameters of type TLcdXMLNameModifierConstructorDescriptionALcdXMLIndexBasedElementAdapter(ILcdXMLElementAdapterProvider aElementAdapterProvider, TLcdXMLName aElementName) Deprecated.Constructs a newALcdXMLIndexBasedElementAdapter, initialized with the specifiedILcdXMLElementAdapterProviderand a fixed element name.ALcdXMLVisitorBasedElementAdapter(ILcdXMLElementAdapterProvider aElementAdapterProvider, TLcdXMLName aElementName) Deprecated.Constructs a newALcdXMLElementAdapter, initialized with the specifiedILcdXMLElementAdapterProviderand a fixed element name. -
Uses of TLcdXMLName in com.luciad.format.xml.schema
Methods in com.luciad.format.xml.schema that return TLcdXMLNameModifier 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 TLcdXMLNameALcdXMLTypedIndexBasedElementAdapter.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 TLcdXMLNameALcdXMLTypedIndexBasedElementAdapter.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 TLcdXMLNameALcdXMLTypedIndexBasedElementAdapter.getTypeContentSubstitutionGroup(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, int aIndex) Deprecated.Methods in com.luciad.format.xml.schema with parameters of type TLcdXMLNameModifier 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 aILcdXMLElementAdapterfor 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, ornullif 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, ornullif none could be found.booleanTLcdXMLSchemaUtil.isOfType(TLcdXMLName aTypeName, TLcdXMLName aSuperTypeName) Deprecated.Returnstrueif type, corresponding to the given type name, is derived from the super type, corresponding to the given super type name,falseotherwise.booleanTLcdXMLSchemaUtil.isSubstitutableBy(TLcdXMLName aSubstitutableElementName, TLcdXMLName aElementName) Deprecated.Returnstrueif 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),falseotherwise.protected booleanALcdXMLTypedElementReader.isSupportedAttribute(TLcdXMLName aAttributeName) Deprecated.voidTLcdXMLTypedElementAdapterProvider.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.voidTLcdXMLTypedElementAdapterProvider.registerElementAdapter(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers the given element adapter for the given XML type and Java type.voidTLcdXMLTypedElementNameProvider.registerElementName(Class aJavaClass, TLcdXMLName aElementName) Deprecated.Registers the given element name for the given Java type.voidTLcdXMLTypedObjectFactoryProvider.registerFactory(TLcdXMLName aTypeName, ILcdXMLObjectFactory aFactory) Deprecated.Registers the given factory for the given XML type.voidTLcdXMLTypedObjectFactoryProvider.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.voidTLcdXMLTypedElementReaderProvider.registerReader(TLcdXMLName aXMLTypeName, ILcdXMLElementReader aReader) Deprecated.Registers the given reader for the given XML type.voidTLcdXMLTypedElementReaderProvider.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.voidALcdXMLTypedIndexBasedElementAdapter.visitElement(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.voidALcdXMLTypedVisitorBasedElementAdapter.visitElement(ILcdXMLEditableNameStack aNameStack, ILcdXMLEditableObjectStack aObjectStack, TLcdXMLName aSubstitutionGroup, Object aObject, ILcdXMLElementVisitor aElementVisitor, ILcdXMLDocumentContext aDocumentContext) Deprecated.Constructors in com.luciad.format.xml.schema with parameters of type TLcdXMLNameModifierConstructorDescriptionALcdXMLTypedElementReader(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 anALcdXMLTypedIndexBasedElementAdapterobject.ALcdXMLTypedIndexBasedElementAdapter(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName aElementName) Deprecated.Constructs anALcdXMLTypedIndexBasedElementAdapterfor a global type, with a fixed element name.ALcdXMLTypedIndexBasedElementAdapter(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack) Deprecated.Constructs anALcdXMLTypedIndexBasedElementAdapterobject for an anonymous type.ALcdXMLTypedVisitorBasedElementAdapter(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLElementNameProvider aElementNameProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName) Deprecated.Constructs anALcdXMLTypedVisitorBasedElementAdapterfor a global type.ALcdXMLTypedVisitorBasedElementAdapter(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName aElementName) Deprecated.Constructs anALcdXMLTypedVisitorBasedElementAdapterfor a global type, with a fixed element name.ALcdXMLTypedVisitorBasedElementAdapter(ILcdXMLTypedElementAdapterProvider aElementAdapterProvider, ILcdXMLSchemaProvider aSchemaProvider, TLcdXMLName aTypeName, TLcdXMLName[] aElementNameStack) Deprecated.Constructs anALcdXMLTypedElementAdapterfor an anonymous type.TLcdXMLSchemaAttribute(TLcdXMLSchema aSchema, TLcdXMLName aName) Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name.TLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLName aElementName) Deprecated.Constructs a newTLcdXMLSchemaElementwith 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
Methods in com.luciad.ogc.filter.evaluator that return TLcdXMLNameModifier and TypeMethodDescriptionILcdSpatialEvaluatorFunction.getSupportedOperands()Deprecated.Gets the supported operands.Methods in com.luciad.ogc.filter.evaluator with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionstatic voidTLcdOGCFilterEvaluator.registerDefaultFunction(TLcdXMLName aXMLName, ILcdEvaluatorFunction aFunction) Registers a custom function which will be available on allTLcdOGCFilterEvaluatorinstances which are created in the future.voidTLcdOGCFilterEvaluator.registerFunction(TLcdXMLName aXMLName, ILcdEvaluatorFunction aFunction) Registers a custom function on this evaluator.Constructors in com.luciad.ogc.filter.evaluator with parameters of type TLcdXMLNameModifierConstructorDescriptionTLcdFeaturedDescriptorPropertyRetrieverProvider(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
Methods in com.luciad.ogc.filter.model that return TLcdXMLNameModifier and TypeMethodDescriptionTLcdOGCXPath.getStepName(int aIndex) Gets the step name for a given position.Methods in com.luciad.ogc.filter.model with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionvoidTLcdOGCXPath.addStep(TLcdXMLName aStepName, String aAxis, Object aPredicate) Adds a new step to this instance.Constructors in com.luciad.ogc.filter.model with parameters of type TLcdXMLNameModifierConstructorDescriptionTLcdOGCPropertyName(TLcdXMLName aName) Convenient constructor for a given qualified name. -
Uses of TLcdXMLName in com.luciad.ogc.filter.model.capabilities
Fields in com.luciad.ogc.filter.model.capabilities declared as TLcdXMLNameModifier and TypeFieldDescriptionstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.ARCGML arc operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.ARCBYBULGEGML arc by bulge operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.ARCBYCENTERPOINTGML arc by center point operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.BEZIERGML bezier operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.CIRCLEGML circle operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.CIRCLEBYCENTERPOINTGML circle by center point operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.CLOTHOIDGML clothoid operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.CUBICSPLINEGML cubic spline operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.ENVELOPEGML envelope operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.GEODESICGML geodesic operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.LINESTRINGGML linestring operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.OFFSETCURVEGML offset curve operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.POINTGML point operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.POLYGONGML polygon operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.POLYHEDRALSURFACEGML polyhedral surface operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.SOLIDGML solid operandstatic final TLcdXMLNameTLcdOGCTemporalFilterCapabilities.TIME_INSTANTGML time instant temporal operandstatic final TLcdXMLNameTLcdOGCTemporalFilterCapabilities.TIME_PERIODGML time period temporal operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.TINGML tin operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.TRIANGLEGML triangle operandstatic final TLcdXMLNameTLcdOGCSpatialFilterCapabilities.TRIANGULATEDSURFACEGML triangulated surface operandMethods in com.luciad.ogc.filter.model.capabilities that return TLcdXMLNameModifier 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.Methods in com.luciad.ogc.filter.model.capabilities that return types with arguments of type TLcdXMLNameModifier 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()Methods in com.luciad.ogc.filter.model.capabilities with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionvoidTLcdOGCSpatialFilterCapabilities.addGeometryOperand(TLcdXMLName aOperand) Add a geometry operand to the list of geometry operands specified in this capabilities object.voidTLcdOGCSpatialOperator.addGeometryOperand(TLcdXMLName aOperand) Adds the geometry operand aOperand to the list of geometry operands supported by this spatial operator.voidTLcdOGCTemporalFilterCapabilities.addTemporalOperand(TLcdXMLName aOperand) Adds a temporal operand to the list of supported temporal operands.voidTLcdOGCTemporalOperator.addTemporalOperand(TLcdXMLName aOperand) Adds the given temporal operand to the list of temporal operands supported by this temporal operator.voidTLcdOGCSpatialFilterCapabilities.removeGeometryOperand(TLcdXMLName aOperand) Remove the geometry operand aOperand to the list of geometry operands specified in this capabilities object.voidTLcdOGCSpatialOperator.removeGeometryOperand(TLcdXMLName aOperand) Removes the geometry operand aOperand from the list of geometry operands supported by this spatial operator.voidTLcdOGCTemporalFilterCapabilities.removeTemporalOperand(TLcdXMLName aOperand) Removes the given temporal operand from the list of supported temporal operands.voidTLcdOGCTemporalOperator.removeTemporalOperand(TLcdXMLName aOperand) Removes the given temporal operand from the list of temporal operands supported by this temporal operator.Constructors in com.luciad.ogc.filter.model.capabilities with parameters of type TLcdXMLNameModifierConstructorDescriptionTLcdOGCSpatialFilterCapabilities(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
Methods in com.luciad.ogc.filter.xml that return TLcdXMLNameModifier 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 TLcdXMLNameTLcdOGCFilterObjectFactoryLibrary11.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.static TLcdXMLNameTLcdOGCFilterReaderLibrary11.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Methods in com.luciad.ogc.filter.xml with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionstatic ILcdXMLElementReaderTLcdOGCFilterReaderLibrary11.createElementReader(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReaderfor the given type and sub elements, initialized with the given providers.static ILcdXMLObjectFactoryTLcdOGCFilterObjectFactoryLibrary11.createObjectFactory(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames) Deprecated.Returns a newILcdXMLObjectFactoryfor 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
Methods in com.luciad.ogc.filter.xml.capabilities that return TLcdXMLNameModifier 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.Methods in com.luciad.ogc.filter.xml.capabilities with parameters of type TLcdXMLNameModifier 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.voidTLcdOGCFilterCapabilitiesElementAdapterProvider10.registerElementAdapter(TLcdXMLName aTypeName, Class aJavaClass, ILcdXMLElementAdapter aAdapter) Deprecated.Registers an element adapter for the given XML type and java class.voidTLcdOGCFilterCapabilitiesElementAdapterProvider11.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
Methods in com.luciad.ogc.sld.xml that return TLcdXMLNameModifier 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 TLcdXMLNameTLcdSLDFeatureTypeStyleElementReaderLibrary10.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.static TLcdXMLNameTLcdSLDFeatureTypeStyleObjectFactoryLibrary10.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Methods in com.luciad.ogc.sld.xml with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionstatic ILcdXMLElementReaderTLcdSLDFeatureTypeStyleElementReaderLibrary10.createElementReader(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReaderfor the given type and sub elements, initialized with the given providers.static ILcdXMLObjectFactoryTLcdSLDFeatureTypeStyleObjectFactoryLibrary10.createObjectFactory(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames) Deprecated.Returns a newILcdXMLObjectFactoryfor the given type and sub elements.TLcdSLDFeatureTypeStyleElementAdapterProvider10.getAdapterForObject(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.voidTLcdSLDFeatureTypeStyleEncoder10.registerElementAdapter(TLcdXMLName aXMLName, TLcdXMLName[] aElementNames, Class aClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers the given reader for the given XML type, sub-elements and Java type.voidTLcdSLDFeatureTypeStyleEncoder10.registerElementAdapter(TLcdXMLName aXMLName, Class aClass, ILcdXMLElementAdapter aElementAdapter) Deprecated.Registers the given reader for the given XML type, sub-elements and Java type.voidTLcdSLDFeatureTypeStyleDecoder10.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.voidTLcdSLDFeatureTypeStyleDecoder10.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
Methods in com.luciad.ogc.wfs.common.model that return TLcdXMLNameModifier and TypeMethodDescriptionTLcdWFSGMLObjectType.getName()Gets the name of this GML Object type.Methods in com.luciad.ogc.wfs.common.model with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionvoidTLcdWFSGMLObjectType.setName(TLcdXMLName aName) Sets the name of this GML Object type. -
Uses of TLcdXMLName in com.luciad.wms.sld.xml
Methods in com.luciad.wms.sld.xml that return TLcdXMLNameModifier 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 TLcdXMLNameTLcdSLDStyledLayerDescriptorObjectFactoryLibrary10.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.static TLcdXMLNameTLcdSLDStyledLayerDescriptorReaderLibrary10.getXMLType(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.Methods in com.luciad.wms.sld.xml with parameters of type TLcdXMLNameModifier and TypeMethodDescriptionstatic ILcdXMLElementReaderTLcdSLDStyledLayerDescriptorReaderLibrary10.createElementReader(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames, ILcdXMLTypedElementReaderProvider aElementReaderProvider, ILcdXMLObjectFactoryProvider aObjectFactoryProvider, ILcdXMLSchemaProvider aSchemaProvider) Deprecated.Returns a newILcdXMLElementReaderfor the given type and sub elements, initialized with the given providers.static ILcdXMLObjectFactoryTLcdSLDStyledLayerDescriptorObjectFactoryLibrary10.createObjectFactory(TLcdXMLName aTypeName, TLcdXMLName[] aElementNames) Deprecated.Returns a newILcdXMLObjectFactoryfor the given type and sub elements.TLcdSLDStyledLayerDescriptorElementAdapterProvider10.getAdapterForObject(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.voidTLcdSLDStyledLayerDescriptorDecoder10.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.voidTLcdSLDStyledLayerDescriptorDecoder10.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.