Package com.luciad.ogc.filter.xml
Class TLcdOGCFilterElementAdapterProvider11
java.lang.Object
com.luciad.format.xml.schema.TLcdXMLTypedElementAdapterProvider
com.luciad.ogc.filter.xml.TLcdOGCFilterElementAdapterProvider11
- All Implemented Interfaces:
ILcdXMLElementAdapterProvider
,ILcdXMLTypedElementAdapterProvider
@Deprecated
public class TLcdOGCFilterElementAdapterProvider11
extends TLcdXMLTypedElementAdapterProvider
Deprecated.
Class TLcdOGCFilterElementAdapterProvider11
This class is part of the older filter decoder/encoder. Please upgrade to the
new TLcdXMLEncoder
and
TLcdXMLDecoder
.
-
Constructor Summary
ConstructorDescriptionTLcdOGCFilterElementAdapterProvider11
(ILcdXMLSchemaProvider aSchemaProvider, ILcdXMLTypedElementAdapterProvider aTypedElementAdapterProvider) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetAdapterForObject
(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.Returns theILcdXMLElementAdapter
that is most suitable to handle the object, specified by the given name/object stack, substitution group and object.Methods inherited from class com.luciad.format.xml.schema.TLcdXMLTypedElementAdapterProvider
getAdapterForType, registerElementAdapter, registerElementAdapter
-
Constructor Details
-
TLcdOGCFilterElementAdapterProvider11
public TLcdOGCFilterElementAdapterProvider11(ILcdXMLSchemaProvider aSchemaProvider, ILcdXMLTypedElementAdapterProvider aTypedElementAdapterProvider) Deprecated.
-
-
Method Details
-
getAdapterForObject
public ILcdXMLElementAdapter getAdapterForObject(ILcdXMLNameStack aNameStack, ILcdXMLObjectStack aObjectStack, TLcdXMLName aXMLName, Object aObject) Deprecated.Description copied from interface:ILcdXMLElementAdapterProvider
Returns theILcdXMLElementAdapter
that is most suitable to handle the object, specified by the given name/object stack, substitution group and object.- Specified by:
getAdapterForObject
in interfaceILcdXMLElementAdapterProvider
- Overrides:
getAdapterForObject
in classTLcdXMLTypedElementAdapterProvider
- Parameters:
aNameStack
- the XML name stack, containing all XML names from the root element up to the parent element nameaObjectStack
- the XML object stack, containing all XML objects from the root element up to the parent elementaXMLName
- the substitution group the element belongs to, if there is one (null
otherwise).aObject
- the element for which to return an adapter.- Returns:
- the element adapter that is most suitable to handle the specified object.
-
TLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.