|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.geotools.filter used by org.geotools.brewer.color | |
DefaultExpression
Implements a default expression, with helpful variables and static methods. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterFactory
This specifies the interface to create filters. |
|
FunctionExpressionImpl
Abstract class for a function expression implementation |
|
IllegalFilterException
Defines an exception for illegal filters. |
Classes in org.geotools.filter used by org.geotools.data | |
BetweenFilter
Defines a 'between' filter (which is a specialized compare filter). |
|
CompareFilter
Defines a comparison filter (can be a math comparison or generic equals). |
|
FidFilter
Defines a feature ID filter, which holds a list of feature IDs. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
GeometryFilter
Implements a geometry filter. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
LogicFilter
Defines a logic filter (the only filter type that contains other filters). |
|
NullFilter
Defines a null filter, which checks to see if an attribute is null. |
|
SortBy
Deprecated. Please use org.opengis.filter.sort.SortBy |
Classes in org.geotools.filter used by org.geotools.data.db2 | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
|
SQLEncoderException
Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems. |
Classes in org.geotools.filter used by org.geotools.data.db2.filter | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterCapabilities
Represents the Filter capabilities that are supported by a SQLEncoder. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
GeometryFilter
Implements a geometry filter. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
|
SQLEncoderException
Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems. |
Classes in org.geotools.filter used by org.geotools.data.dir | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
Classes in org.geotools.filter used by org.geotools.data.geometryless | |
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
Classes in org.geotools.filter used by org.geotools.data.hsql | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
Classes in org.geotools.filter used by org.geotools.data.jdbc | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
|
SQLEncoderException
Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems. |
Classes in org.geotools.filter used by org.geotools.data.mysql | |
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
Classes in org.geotools.filter used by org.geotools.data.ows | |
FilterCapabilitiesMask
This class should be merged with FilterCapabilities at some point |
Classes in org.geotools.filter used by org.geotools.data.postgis | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
|
SQLEncoderException
Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems. |
|
SQLEncoderPostgis
Encodes a filter into a SQL WHERE statement for postgis. |
|
SQLUnpacker
Determines which parts of a Filter can be turned into valid SQL statements. |
Classes in org.geotools.filter used by org.geotools.data.shapefile.indexed | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
Classes in org.geotools.filter used by org.geotools.data.store | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
SortBy
Deprecated. Please use org.opengis.filter.sort.SortBy |
|
SortBy2
GeoTools allows for more pervase use of Expression then is strictly supported by the specification. |
Classes in org.geotools.filter used by org.geotools.data.view | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
Classes in org.geotools.filter used by org.geotools.data.vpf | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
Classes in org.geotools.filter used by org.geotools.data.wfs | |
BetweenFilter
Defines a 'between' filter (which is a specialized compare filter). |
|
CompareFilter
Defines a comparison filter (can be a math comparison or generic equals). |
|
FidFilter
Defines a feature ID filter, which holds a list of feature IDs. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
GeometryFilter
Implements a geometry filter. |
|
IllegalFilterException
Defines an exception for illegal filters. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
LogicFilter
Defines a logic filter (the only filter type that contains other filters). |
|
NullFilter
Defines a null filter, which checks to see if an attribute is null. |
Classes in org.geotools.filter used by org.geotools.feature | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterFactory
This specifies the interface to create filters. |
|
SortBy
Deprecated. Please use org.opengis.filter.sort.SortBy |
|
SortBy2
GeoTools allows for more pervase use of Expression then is strictly supported by the specification. |
Classes in org.geotools.filter used by org.geotools.feature.collection | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
SortBy
Deprecated. Please use org.opengis.filter.sort.SortBy |
Classes in org.geotools.filter used by org.geotools.feature.type | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
Classes in org.geotools.filter used by org.geotools.feature.visitor | |
IllegalFilterException
Defines an exception for illegal filters. |
Classes in org.geotools.filter used by org.geotools.filter | |
AbstractFilter
Implements Filter interface, with constants and default behaviors for methods. |
|
AbstractFilterImpl
Abstract filter implementation provides or and and methods for child filters to use. |
|
BetweenFilter
Defines a 'between' filter (which is a specialized compare filter). |
|
BinaryComparisonAbstract
Abstract implemention for binary filters. |
|
BinaryLogicAbstract
|
|
CompareFilter
Defines a comparison filter (can be a math comparison or generic equals). |
|
CompareFilterImpl
Defines a comparison filter (can be a math comparison or generic equals). |
|
DefaultExpression
Implements a default expression, with helpful variables and static methods. |
|
EnvironmentVariable
DOCUMENT ME! |
|
Expr
This is FilterFactory for a very interesting implementation of Filter / Expression. |
|
FidFilter
Defines a feature ID filter, which holds a list of feature IDs. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterAbstract
Abstract implementation for Filter. |
|
FilterCapabilities
Represents the Filter capabilities that are supported by a SQLEncoder. |
|
FilterFactory
This specifies the interface to create filters. |
|
FilterFactoryImpl
Implementation of the FilterFactory, generates the filter implementations in defaultcore. |
|
FilterHandler
Interface to recieve filters from the filter sax parsing classes. |
|
FilterType
The FilterType interface lists all the possible type of filter. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
FunctionExpressionImpl
Abstract class for a function expression implementation |
|
GeometryDistanceFilter
Defines geometry filters with a distance element. |
|
GeometryEncoderException
Indicates a client class has attempted to encode a filter not supported by the GeometryEncoderSDE being used. |
|
GeometryExpressionImpl
Defines a complex filter (could also be called logical filter). |
|
GeometryFilter
Implements a geometry filter. |
|
GeometryFilterImpl
Implements a geometry filter. |
|
IllegalFilterException
Defines an exception for illegal filters. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
LiteralExpressionImpl
Defines an expression that holds a literal for return. |
|
LogicFilter
Defines a logic filter (the only filter type that contains other filters). |
|
LogicFilterImpl
Defines a logic filter (the only filter type that contains other filters). |
|
MapScaleDenominator
DOCUMENT ME! |
|
NullFilter
Defines a null filter, which checks to see if an attribute is null. |
|
SortBy
Deprecated. Please use org.opengis.filter.sort.SortBy |
|
SQLEncoder
Encodes a filter into a SQL WHERE statement. |
|
SQLEncoderException
Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems. |
|
SQLEncoderPostgis
Encodes a filter into a SQL WHERE statement for postgis. |
Classes in org.geotools.filter used by org.geotools.filter.expression | |
DefaultExpression
Implements a default expression, with helpful variables and static methods. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
IllegalFilterException
Defines an exception for illegal filters. |
|
MathExpressionImpl
Holds a mathematical relationship between two expressions. |
Classes in org.geotools.filter used by org.geotools.filter.function | |
DefaultExpression
Implements a default expression, with helpful variables and static methods. |
|
FunctionExpressionImpl
Abstract class for a function expression implementation |
|
IllegalFilterException
Defines an exception for illegal filters. |
Classes in org.geotools.filter used by org.geotools.filter.spatial | |
AbstractFilter
Implements Filter interface, with constants and default behaviors for methods. |
|
BinaryComparisonAbstract
Abstract implemention for binary filters. |
|
CartesianDistanceFilter
Defines geometry filters with a distance element. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterAbstract
Abstract implementation for Filter. |
|
FilterFactory
This specifies the interface to create filters. |
|
FilterType
The FilterType interface lists all the possible type of filter. |
|
GeometryDistanceFilter
Defines geometry filters with a distance element. |
|
GeometryFilter
Implements a geometry filter. |
|
GeometryFilterImpl
Implements a geometry filter. |
Classes in org.geotools.filter used by org.geotools.filter.visitor | |
BetweenFilter
Defines a 'between' filter (which is a specialized compare filter). |
|
CompareFilter
Defines a comparison filter (can be a math comparison or generic equals). |
|
FidFilter
Defines a feature ID filter, which holds a list of feature IDs. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterFactory
This specifies the interface to create filters. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
GeometryFilter
Implements a geometry filter. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
LogicFilter
Defines a logic filter (the only filter type that contains other filters). |
|
NullFilter
Defines a null filter, which checks to see if an attribute is null. |
Classes in org.geotools.filter used by org.geotools.index.rtree | |
BetweenFilter
Defines a 'between' filter (which is a specialized compare filter). |
|
CompareFilter
Defines a comparison filter (can be a math comparison or generic equals). |
|
FidFilter
Defines a feature ID filter, which holds a list of feature IDs. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
GeometryFilter
Implements a geometry filter. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
LogicFilter
Defines a logic filter (the only filter type that contains other filters). |
|
NullFilter
Defines a null filter, which checks to see if an attribute is null. |
Classes in org.geotools.filter used by org.geotools.renderer.lite | |
BetweenFilter
Defines a 'between' filter (which is a specialized compare filter). |
|
CompareFilter
Defines a comparison filter (can be a math comparison or generic equals). |
|
FidFilter
Defines a feature ID filter, which holds a list of feature IDs. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
GeometryFilter
Implements a geometry filter. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
LogicFilter
Defines a logic filter (the only filter type that contains other filters). |
|
NullFilter
Defines a null filter, which checks to see if an attribute is null. |
Classes in org.geotools.filter used by org.geotools.renderer.shape | |
BetweenFilter
Defines a 'between' filter (which is a specialized compare filter). |
|
CompareFilter
Defines a comparison filter (can be a math comparison or generic equals). |
|
FidFilter
Defines a feature ID filter, which holds a list of feature IDs. |
|
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
GeometryFilter
Implements a geometry filter. |
|
LikeFilter
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
|
LogicFilter
Defines a logic filter (the only filter type that contains other filters). |
|
NullFilter
Defines a null filter, which checks to see if an attribute is null. |
Classes in org.geotools.filter used by org.geotools.styling | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterAttributeExtractor
A simple visitor that extracts every attribute used by a filter or an expression |
|
FilterFactory
This specifies the interface to create filters. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
|
IllegalFilterException
Defines an exception for illegal filters. |
Classes in org.geotools.filter used by org.geotools.styling.visitor | |
FilterFactory
This specifies the interface to create filters. |
|
FilterVisitor
An interface for classes that want to perform operations on a Filter hiarachy. |
Classes in org.geotools.filter used by org.geotools.validation.attributes | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
Classes in org.geotools.filter used by org.geotools.validation.relate | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterFactory
This specifies the interface to create filters. |
|
IllegalFilterException
Defines an exception for illegal filters. |
Classes in org.geotools.filter used by org.geotools.xml.filter | |
Filter
Defines an OpenGIS Filter object, with default behaviors for all methods. |
|
FilterType
The FilterType interface lists all the possible type of filter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |