Package com.luciad.ogc.filter.evaluator
Class TLcdXMLElementPropertyRetrieverProvider
java.lang.Object
com.luciad.ogc.filter.evaluator.TLcdXMLElementPropertyRetrieverProvider
- All Implemented Interfaces:
ILcdPropertyRetrieverProvider
@Deprecated
public class TLcdXMLElementPropertyRetrieverProvider
extends Object
implements ILcdPropertyRetrieverProvider
Deprecated.
This implementation of
ILcdPropertyRetrieverProvider
makes use of the ILcdXMLElement
interface of the objects for retrieving the properties referenced by the given XPath expression.If no element or attribute corresponds to the XPath expression, null is returned.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPropertyRetriever
(TLcdOGCXPath aXPath) Deprecated.Returns an instance ofILcdPropertyRetriever
that corresponds to the given OGC XPath expression.
-
Constructor Details
-
TLcdXMLElementPropertyRetrieverProvider
public TLcdXMLElementPropertyRetrieverProvider()Deprecated.
-
-
Method Details
-
getPropertyRetriever
Deprecated.Description copied from interface:ILcdPropertyRetrieverProvider
Returns an instance ofILcdPropertyRetriever
that corresponds to the given OGC XPath expression. If the XPath expression is invalid for a given object, theILcdPropertyRetriever.retrieveProperty(Object)
method should returnnull
.- Specified by:
getPropertyRetriever
in interfaceILcdPropertyRetrieverProvider
- Parameters:
aXPath
- the given OGC XPath expression- Returns:
- the corresponding property retriever.
-
ILcdXMLElement
has been deprecated. UseILcdPropertyRetrieverProvider.createDefaultPropertyRetrieverProvider(ILcdModel)
when you want to create anILcdPropertyRetrieverProvider
for the elements of a model.