|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterVisitor | |
---|---|
org.geotools.filter | |
org.geotools.filter.expression | |
org.geotools.filter.visitor | |
org.geotools.renderer.shape | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
Uses of FilterVisitor in org.geotools.filter |
---|
Subinterfaces of FilterVisitor in org.geotools.filter | |
---|---|
interface |
FilterVisitor2
Deprecated. use FilterVisitor |
Classes in org.geotools.filter that implement FilterVisitor | |
---|---|
class |
SQLEncoder
Deprecated. Please use org.geotools.data.jdbc.FilterToSQL which uses opengis filters instead of these geotools filters. |
class |
SQLEncoderOracle
Encodes Geometry filters into valid oracle SDO statements. |
class |
SQLEncoderPostgis
Encodes a filter into a SQL WHERE statement for postgis. |
class |
SQLEncoderPostgisGeos
Deprecated. use SQLEncoderPostgis with setSupportsGEOS(true) |
Methods in org.geotools.filter with parameters of type FilterVisitor | |
---|---|
static void |
Filters.accept(org.opengis.filter.Filter filter,
FilterVisitor visitor)
Deprecated. Please update your code to a org.opengis.filter.FilterVisitor |
void |
DefaultExpression.accept(FilterVisitor visitor)
Deprecated. use Expression.accept(ExpressionVisitor, Object) |
void |
AbstractFilter.accept(FilterVisitor visitor)
Deprecated. use Filter.accept(FilterVisitor, Object) |
void |
Filter.accept(FilterVisitor visitor)
Deprecated. use Filter.accept(FilterVisitor, Object) . |
void |
Expression.accept(FilterVisitor visitor)
Deprecated. use use Expression.accept(ExpressionVisitor, Object) |
void |
ConstantExpression.accept(FilterVisitor visitor)
Deprecated. use ConstantExpression.accept(ExpressionVisitor, Object) . |
Constructors in org.geotools.filter with parameters of type FilterVisitor | |
---|---|
FilterVisitorFilterWrapper(FilterVisitor delegate)
|
Uses of FilterVisitor in org.geotools.filter.expression |
---|
Constructors in org.geotools.filter.expression with parameters of type FilterVisitor | |
---|---|
FilterVisitorExpressionWrapper(FilterVisitor delegate)
|
Uses of FilterVisitor in org.geotools.filter.visitor |
---|
Classes in org.geotools.filter.visitor that implement FilterVisitor | |
---|---|
class |
WFSBBoxFilterVisitor
Visit the BBOX filter elements and make sure they are valid. |
Uses of FilterVisitor in org.geotools.renderer.shape |
---|
Classes in org.geotools.renderer.shape that implement FilterVisitor | |
---|---|
class |
ReplaceGeometryFilter
Replaces all geometry filters in Filter with an implementation that can process SimpleGeometries. |
Uses of FilterVisitor in org.geotools.xml.filter |
---|
Classes in org.geotools.xml.filter that implement FilterVisitor | |
---|---|
class |
FilterEncodingPreProcessor
Prepares a filter for xml encoded for interoperability with another system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |