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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPropertyRetriever(TLcdOGCXPath aXPath) Deprecated.Returns an instance ofILcdPropertyRetrieverthat corresponds to the given OGC XPath expression.
-
Constructor Details
-
TLcdXMLElementPropertyRetrieverProvider
public TLcdXMLElementPropertyRetrieverProvider()Deprecated.
-
-
Method Details
-
getPropertyRetriever
Deprecated.Description copied from interface:ILcdPropertyRetrieverProviderReturns an instance ofILcdPropertyRetrieverthat 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:
getPropertyRetrieverin interfaceILcdPropertyRetrieverProvider- Parameters:
aXPath- the given OGC XPath expression- Returns:
- the corresponding property retriever.
-
ILcdXMLElementhas been deprecated. UseILcdPropertyRetrieverProvider.createDefaultPropertyRetrieverProvider(ILcdModel)when you want to create anILcdPropertyRetrieverProviderfor the elements of a model.