Uses of Package
org.geotools.filter

Packages that use org.geotools.filter
org.geotools.arcsde.filter   
org.geotools.brewer.color   
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.db2   
org.geotools.data.db2.filter   
org.geotools.data.jdbc   
org.geotools.data.ows   
org.geotools.data.postgis   
org.geotools.data.store   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_1_0   
org.geotools.feature   
org.geotools.feature.visitor   
org.geotools.filter   
org.geotools.filter.expression   
org.geotools.filter.function   
org.geotools.filter.function.math   
org.geotools.filter.function.string This package captures a set of string formatting functions defined by the SE 1.1 specification. 
org.geotools.filter.spatial   
org.geotools.filter.visitor   
org.geotools.graph.util.delaunay   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.shape   
org.geotools.sld.bindings   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.validation.relate   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
 

Classes in org.geotools.filter used by org.geotools.arcsde.filter
FilterCapabilities
          Deprecated. use FilterCapabilities.
 

Classes in org.geotools.filter used by org.geotools.brewer.color
DefaultExpression
          Implements a default expression, with helpful variables and static methods.
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FilterFactory
          Deprecated. use FilterFactory
FunctionExpression
          Deprecated. use Function
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
AttributeExpression
          Deprecated. use PropertyName
FilterFactory
          Deprecated. use FilterFactory
GeometryFilter
          Deprecated. use BinarySpatialOperator.
 

Classes in org.geotools.filter used by org.geotools.data.db2
SQLEncoderException
          Deprecated. Since you're using OpenGISSFilterToSQLEncoder, use FilterToSQLException as well
 

Classes in org.geotools.filter used by org.geotools.data.db2.filter
FilterCapabilities
          Deprecated. use FilterCapabilities.
 

Classes in org.geotools.filter used by org.geotools.data.jdbc
FilterCapabilities
          Deprecated. use FilterCapabilities.
SQLEncoder
          Deprecated. Please use org.geotools.data.jdbc.FilterToSQL which uses opengis filters instead of these geotools filters.
SQLEncoderException
          Deprecated. Since you're using OpenGISSFilterToSQLEncoder, use FilterToSQLException as well
 

Classes in org.geotools.filter used by org.geotools.data.ows
FilterCapabilities
          Deprecated. use FilterCapabilities.
 

Classes in org.geotools.filter used by org.geotools.data.postgis
Filter
          Deprecated. use Filter
SQLEncoder
          Deprecated. Please use org.geotools.data.jdbc.FilterToSQL which uses opengis filters instead of these geotools filters.
SQLEncoderException
          Deprecated. Since you're using OpenGISSFilterToSQLEncoder, use FilterToSQLException as well
SQLUnpacker
          Deprecated. please use PostPreProcessFilterSplittingVisitor
 

Classes in org.geotools.filter used by org.geotools.data.store
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.wfs.v1_0_0
FidFilter
          Deprecated. use FeatureId
Filter
          Deprecated. use Filter
 

Classes in org.geotools.filter used by org.geotools.data.wfs.v1_1_0
Capabilities
          Allows for easier interaction with FilterCapabilities.
 

Classes in org.geotools.filter used by org.geotools.feature
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.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.
AttributeExpression
          Deprecated. use PropertyName
BBoxExpression
          A convenience expression to form a geometry literal from an envelope.
BetweenFilter
          Deprecated. use PropertyIsBetween
BinaryComparisonAbstract
          Abstract implemention for binary filters.
BinaryLogicAbstract
           
Capabilities
          Allows for easier interaction with FilterCapabilities.
CompareFilter
          Deprecated. use BinaryComparisonOperator
CompareFilterImpl
          Defines a comparison filter (can be a math comparison or generic equals).
ConstantExpression
          The Expression class is not immutable!
DefaultExpression
          Implements a default expression, with helpful variables and static methods.
EnvironmentVariable
          Represents a reference to an environmental variable.
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FidFilter
          Deprecated. use FeatureId
Filter
          Deprecated. use Filter
FilterAbstract
          Abstract implementation for Filter.
FilterCapabilities
          Deprecated. use FilterCapabilities.
FilterFactory
          Deprecated. use FilterFactory
FilterHandler
          Interface to recieve filters from the filter sax parsing classes.
FilterType
          Deprecated. please use instance of check against geoapi class.
FilterVisitor
          Deprecated. use FilterVisitor
FilterVisitor2
          Deprecated. use FilterVisitor
FunctionExpression
          Deprecated. use Function
FunctionExpressionImpl
          Abstract class for a function expression implementation
GeometryDistanceFilter
          Deprecated. use DistanceBufferOperator
GeometryFilter
          Deprecated. use BinarySpatialOperator.
GeometryFilterImpl
          Implements a geometry filter.
IllegalFilterException
          Defines an exception for illegal filters.
LikeFilter
          Deprecated. use PropertyIsLike
LiteralExpression
          Deprecated. use Literal
LiteralExpressionImpl
          Defines an expression that holds a literal for return.
LogicFilter
          Deprecated. use BinaryLogicOperator
LogicFilterImpl
          Defines a logic filter (the only filter type that contains other filters).
MapScaleDenominator
          DOCUMENT ME!
MathExpression
          Deprecated. use BinaryExpression
NullFilter
          Deprecated. use PropertyIsNull
SortBy
          Deprecated. Please use org.opengis.filter.sort.SortBy
SQLEncoder
          Deprecated. Please use org.geotools.data.jdbc.FilterToSQL which uses opengis filters instead of these geotools filters.
SQLEncoderException
          Deprecated. Since you're using OpenGISSFilterToSQLEncoder, use FilterToSQLException as well
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.
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FilterVisitor
          Deprecated. use FilterVisitor
MathExpression
          Deprecated. use BinaryExpression
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.
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FunctionExpression
          Deprecated. use Function
FunctionExpressionImpl
          Abstract class for a function expression implementation
 

Classes in org.geotools.filter used by org.geotools.filter.function.math
DefaultExpression
          Implements a default expression, with helpful variables and static methods.
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FunctionExpression
          Deprecated. use Function
FunctionExpressionImpl
          Abstract class for a function expression implementation
 

Classes in org.geotools.filter used by org.geotools.filter.function.string
DefaultExpression
          Implements a default expression, with helpful variables and static methods.
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FunctionExpression
          Deprecated. use Function
FunctionExpressionImpl
          Abstract class for a function expression implementation
 

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
          Deprecated. use Filter
FilterAbstract
          Abstract implementation for Filter.
FilterFactory
          Deprecated. use FilterFactory
FilterType
          Deprecated. please use instance of check against geoapi class.
GeometryDistanceFilter
          Deprecated. use DistanceBufferOperator
GeometryFilter
          Deprecated. use BinarySpatialOperator.
GeometryFilterImpl
          Implements a geometry filter.
 

Classes in org.geotools.filter used by org.geotools.filter.visitor
AttributeExpression
          Deprecated. use PropertyName
BetweenFilter
          Deprecated. use PropertyIsBetween
Capabilities
          Allows for easier interaction with FilterCapabilities.
CompareFilter
          Deprecated. use BinaryComparisonOperator
Expression
          Deprecated. use Expression
FidFilter
          Deprecated. use FeatureId
Filter
          Deprecated. use Filter
FilterCapabilities
          Deprecated. use FilterCapabilities.
FilterVisitor
          Deprecated. use FilterVisitor
FilterVisitor2
          Deprecated. use FilterVisitor
FunctionExpression
          Deprecated. use Function
GeometryFilter
          Deprecated. use BinarySpatialOperator.
LikeFilter
          Deprecated. use PropertyIsLike
LiteralExpression
          Deprecated. use Literal
LogicFilter
          Deprecated. use BinaryLogicOperator
MathExpression
          Deprecated. use BinaryExpression
NullFilter
          Deprecated. use PropertyIsNull
 

Classes in org.geotools.filter used by org.geotools.graph.util.delaunay
Expression
          Deprecated. use Expression
 

Classes in org.geotools.filter used by org.geotools.renderer.lite
FidFilter
          Deprecated. use FeatureId
FilterAttributeExtractor
          A simple visitor that extracts every attribute used by a filter or an expression
 

Classes in org.geotools.filter used by org.geotools.renderer.shape
AttributeExpression
          Deprecated. use PropertyName
BetweenFilter
          Deprecated. use PropertyIsBetween
CompareFilter
          Deprecated. use BinaryComparisonOperator
Expression
          Deprecated. use Expression
FidFilter
          Deprecated. use FeatureId
Filter
          Deprecated. use Filter
FilterVisitor
          Deprecated. use FilterVisitor
FunctionExpression
          Deprecated. use Function
GeometryFilter
          Deprecated. use BinarySpatialOperator.
LikeFilter
          Deprecated. use PropertyIsLike
LiteralExpression
          Deprecated. use Literal
LogicFilter
          Deprecated. use BinaryLogicOperator
MathExpression
          Deprecated. use BinaryExpression
NullFilter
          Deprecated. use PropertyIsNull
 

Classes in org.geotools.filter used by org.geotools.sld.bindings
FilterFactory
          Deprecated. use FilterFactory
 

Classes in org.geotools.filter used by org.geotools.styling
ConstantExpression
          The Expression class is not immutable!
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FilterAttributeExtractor
          A simple visitor that extracts every attribute used by a filter or an expression
IllegalFilterException
          Defines an exception for illegal filters.
LiteralExpression
          Deprecated. use Literal
 

Classes in org.geotools.filter used by org.geotools.validation.relate
Filter
          Deprecated. use Filter
FilterFactory
          Deprecated. use FilterFactory
IllegalFilterException
          Defines an exception for illegal filters.
 

Classes in org.geotools.filter used by org.geotools.xml.filter
AttributeExpression
          Deprecated. use PropertyName
BetweenFilter
          Deprecated. use PropertyIsBetween
CompareFilter
          Deprecated. use BinaryComparisonOperator
Expression
          Deprecated. use Expression
ExpressionType
          The ExpressionType interface lists all the possible type of filter.
FidFilter
          Deprecated. use FeatureId
Filter
          Deprecated. use Filter
FilterType
          Deprecated. please use instance of check against geoapi class.
FilterVisitor
          Deprecated. use FilterVisitor
FilterVisitor2
          Deprecated. use FilterVisitor
FunctionExpression
          Deprecated. use Function
GeometryFilter
          Deprecated. use BinarySpatialOperator.
LikeFilter
          Deprecated. use PropertyIsLike
LiteralExpression
          Deprecated. use Literal
LogicFilter
          Deprecated. use BinaryLogicOperator
MathExpression
          Deprecated. use BinaryExpression
NullFilter
          Deprecated. use PropertyIsNull
 



Copyright © 1996-2009 Geotools. All Rights Reserved.