public final class NativeFilterImpl extends Object implements NativeFilter
NAME
Constructor and Description |
---|
NativeFilterImpl(String nativeFilter) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor.
|
boolean |
equals(Object other) |
boolean |
evaluate(Object object)
Give an object, this method determines if the test(s) represented by this filter object
are passed.
|
String |
getNative()
Returns the native filter expression defined in the target data source language.
|
int |
hashCode() |
String |
toString() |
public NativeFilterImpl(String nativeFilter)
public String getNative()
NativeFilter
getNative
in interface NativeFilter
public boolean evaluate(Object object)
Filter
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.
public Object accept(FilterVisitor visitor, Object extraData)
Filter
Implementations of all subinterfaces must have with a method whose content is the following:
return visitor.visit(this, extraData);
Copyright © 1996–2023 Geotools. All rights reserved.