Package org.geotools.filter
Class NativeFilterImpl
Object
NativeFilterImpl
- All Implemented Interfaces:
Filter
,NativeFilter
Default implementation of a native filter that works like an holder for the native expression. This should be enough
for most of the situations.
-
Field Summary
Fields inherited from interface NativeFilter
NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept
(FilterVisitor visitor, Object extraData) Accepts a visitor.boolean
boolean
Give an object, this method determines if the test(s) represented by this filter object are passed.Returns the native filter expression defined in the target data source language.int
hashCode()
toString()
-
Constructor Details
-
NativeFilterImpl
-
-
Method Details
-
getNative
Description copied from interface:NativeFilter
Returns the native filter expression defined in the target data source language.- Specified by:
getNative
in interfaceNativeFilter
- Returns:
- the native expression defined in the target data source language.
-
evaluate
Description copied from interface:Filter
Give an object, this method determines if the test(s) represented by this filter object are passed.This ability is used to allow Queries against both Features and and non spatial data (such as Record) and to express constraints on permissable data values.
-
accept
Description copied from interface:Filter
Accepts a visitor.Implementations of all subinterfaces must have with a method whose content is the following:
return visitor.visit(this, extraData);
-
equals
-
hashCode
public int hashCode() -
toString
-