Class TLcdSelfPropertyRetrieverProvider

java.lang.Object
com.luciad.ogc.filter.evaluator.TLcdSelfPropertyRetrieverProvider
All Implemented Interfaces:
ILcdPropertyRetrieverProvider

public class TLcdSelfPropertyRetrieverProvider extends Object implements ILcdPropertyRetrieverProvider
This class is an implementation of ILcdPropertyRetrieverProvider that returns a instance of TLcdSelfPropertyRetriever. An optional TLcdXMLName instance can be provided. In that case the TLcdOGCXPath will be checked against the given name before providing the TLcdSelfPropertyRetriever.

  • Constructor Details

    • TLcdSelfPropertyRetrieverProvider

      public TLcdSelfPropertyRetrieverProvider(TLcdXMLName aName)
      Constructor with a name for the property that will return the object itself.
      Parameters:
      aName - the name for the property that will return the object itself.
    • TLcdSelfPropertyRetrieverProvider

      public TLcdSelfPropertyRetrieverProvider()
      Default constructor.
  • Method Details