Uses of Package
org.opengis.filter

Packages that use org.opengis.filter
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.filter   
org.geotools.brewer.color   
org.geotools.coverage.grid.io   
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection Implementations of FeatureCollection for different purposes. 
org.geotools.data.complex This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. 
org.geotools.data.complex.filter   
org.geotools.data.db2   
org.geotools.data.directory   
org.geotools.data.gen   
org.geotools.data.h2   
org.geotools.data.jdbc   
org.geotools.data.memory   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.shapefile   
org.geotools.data.simple   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.store   
org.geotools.data.teradata   
org.geotools.data.transform   
org.geotools.data.view   
org.geotools.data.wfs.protocol.wfs   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_1_0   
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections. 
org.geotools.feature.simple   
org.geotools.feature.type   
org.geotools.feature.visitor   
org.geotools.filter   
org.geotools.filter.expression   
org.geotools.filter.function   
org.geotools.filter.spatial   
org.geotools.filter.temporal   
org.geotools.filter.text.commons   
org.geotools.filter.text.cql2 Common Query Language (CQL)

This package implements the OGC_Common Catalogue Query Language. 

org.geotools.filter.text.ecql Extended Common Query Language (ECQL)

This package implements the ECQL query language that extend the OGC Common Catalogue Query Language (CQL) capabilities. 

org.geotools.filter.v1_0   
org.geotools.filter.v1_0.capabilities   
org.geotools.filter.v1_1   
org.geotools.filter.v1_1.capabilities   
org.geotools.filter.v2_0.bindings   
org.geotools.filter.visitor   
org.geotools.gce.imagemosaic   
org.geotools.gce.imagemosaic.catalog   
org.geotools.gce.imagemosaic.catalog.oracle   
org.geotools.geopkg   
org.geotools.jdbc   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.se.v1_1.bindings   
org.geotools.sld.bindings   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
org.geotools.swt.utils Helper classes for swt module components 
org.geotools.validation.attributes Simple Attribute based Validation implementations. 
org.geotools.validation.relate   
org.geotools.wfs.v1_0   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
org.geotools.xml.gml   
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
org.opengis.filter Filters features according their properties. 
org.opengis.filter.spatial A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship. 
org.opengis.filter.temporal   
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Classes in org.opengis.filter used by org.geotools.arcsde.data
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.arcsde.filter
And
          Evaluates to true if all the combined expressions evaluate to true.
BinaryLogicOperator
          Abstract super-interface for logical operators that accept two or more other logical values as inputs.
ExcludeFilter
          Indicating "filter all", evaluates to false.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
IncludeFilter
          Indicating "no filtering", evaluates to true.
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
 

Classes in org.opengis.filter used by org.geotools.brewer.color
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.coverage.grid.io
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory2
          Allows creation of additional Filter constructs.
 

Classes in org.opengis.filter used by org.geotools.data.collection
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.complex
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.data.complex.filter
And
          Evaluates to true if all the combined expressions evaluate to true.
BinaryComparisonOperator
          Abstract base class for filters that compare exactly two values against each other.
BinaryLogicOperator
          Abstract super-interface for logical operators that accept two or more other logical values as inputs.
ExcludeFilter
          Indicating "filter all", evaluates to false.
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
IncludeFilter
          Indicating "no filtering", evaluates to true.
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
PropertyIsBetween
          A compact way of encoding a range check.
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan
          Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo
          Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan
          Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo
          Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike
          Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNil
          Filter operator that checks if an expression's value is nil.
PropertyIsNotEqualTo
          Filter operator that compares that its two sub-expressions are not equal to each other.
PropertyIsNull
          Filter operator that checks if an expression's value is null.
 

Classes in org.opengis.filter used by org.geotools.data.db2
ExcludeFilter
          Indicating "filter all", evaluates to false.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
IncludeFilter
          Indicating "no filtering", evaluates to true.
 

Classes in org.opengis.filter used by org.geotools.data.directory
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.gen
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.h2
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.data.jdbc
And
          Evaluates to true if all the combined expressions evaluate to true.
BinaryComparisonOperator
          Abstract base class for filters that compare exactly two values against each other.
BinaryLogicOperator
          Abstract super-interface for logical operators that accept two or more other logical values as inputs.
ExcludeFilter
          Indicating "filter all", evaluates to false.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
IncludeFilter
          Indicating "no filtering", evaluates to true.
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
PropertyIsBetween
          A compact way of encoding a range check.
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan
          Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo
          Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan
          Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo
          Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike
          Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNil
          Filter operator that checks if an expression's value is nil.
PropertyIsNotEqualTo
          Filter operator that compares that its two sub-expressions are not equal to each other.
PropertyIsNull
          Filter operator that checks if an expression's value is null.
 

Classes in org.opengis.filter used by org.geotools.data.memory
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.mysql
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.data.oracle
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
 

Classes in org.opengis.filter used by org.geotools.data.postgis
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.data.shapefile
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.simple
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.spatialite
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.data.sqlserver
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.data.store
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.data.teradata
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.data.transform
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory2
          Allows creation of additional Filter constructs.
 

Classes in org.opengis.filter used by org.geotools.data.view
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.wfs.protocol.wfs
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.data.wfs.v1_0_0
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
Id
          A filter that passes only the Identifiers listed.
 

Classes in org.opengis.filter used by org.geotools.data.wfs.v1_1_0
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory2
          Allows creation of additional Filter constructs.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.factory
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterFactory2
          Allows creation of additional Filter constructs.
 

Classes in org.opengis.filter used by org.geotools.feature
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.feature.collection
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.feature.simple
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.feature.type
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.feature.visitor
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
 

Classes in org.opengis.filter used by org.geotools.filter
And
          Evaluates to true if all the combined expressions evaluate to true.
BinaryComparisonOperator
          Abstract base class for filters that compare exactly two values against each other.
BinaryLogicOperator
          Abstract super-interface for logical operators that accept two or more other logical values as inputs.
ExcludeFilter
          Indicating "filter all", evaluates to false.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterFactory2
          Allows creation of additional Filter constructs.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
IncludeFilter
          Indicating "no filtering", evaluates to true.
MultiValuedFilter
          Defines a filter that supports filtering on multi-valued attributes.
MultiValuedFilter.MatchAction
          Enumerated type for MatchAction property (used by comparison and geometry operations): When one or more of the operands evaluates to multiple values rather than a single value, which action should be taken?
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
PropertyIsBetween
          A compact way of encoding a range check.
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan
          Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo
          Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan
          Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo
          Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike
          Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNil
          Filter operator that checks if an expression's value is nil.
PropertyIsNotEqualTo
          Filter operator that compares that its two sub-expressions are not equal to each other.
PropertyIsNull
          Filter operator that checks if an expression's value is null.
 

Classes in org.opengis.filter used by org.geotools.filter.expression
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterFactory2
          Allows creation of additional Filter constructs.
 

Classes in org.opengis.filter used by org.geotools.filter.function
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.filter.spatial
BinaryComparisonOperator
          Abstract base class for filters that compare exactly two values against each other.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterFactory2
          Allows creation of additional Filter constructs.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
MultiValuedFilter
          Defines a filter that supports filtering on multi-valued attributes.
MultiValuedFilter.MatchAction
          Enumerated type for MatchAction property (used by comparison and geometry operations): When one or more of the operands evaluates to multiple values rather than a single value, which action should be taken?
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsNotEqualTo
          Filter operator that compares that its two sub-expressions are not equal to each other.
 

Classes in org.opengis.filter used by org.geotools.filter.temporal
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
MultiValuedFilter
          Defines a filter that supports filtering on multi-valued attributes.
MultiValuedFilter.MatchAction
          Enumerated type for MatchAction property (used by comparison and geometry operations): When one or more of the operands evaluates to multiple values rather than a single value, which action should be taken?
 

Classes in org.opengis.filter used by org.geotools.filter.text.commons
And
          Evaluates to true if all the combined expressions evaluate to true.
BinaryComparisonOperator
          Abstract base class for filters that compare exactly two values against each other.
BinaryLogicOperator
          Abstract super-interface for logical operators that accept two or more other logical values as inputs.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
PropertyIsBetween
          A compact way of encoding a range check.
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan
          Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo
          Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan
          Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo
          Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike
          Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNull
          Filter operator that checks if an expression's value is null.
 

Classes in org.opengis.filter used by org.geotools.filter.text.cql2
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.filter.text.ecql
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.filter.v1_0
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterFactory2
          Allows creation of additional Filter constructs.
 

Classes in org.opengis.filter used by org.geotools.filter.v1_0.capabilities
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.filter.v1_1
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.filter.v1_1.capabilities
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.filter.v2_0.bindings
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterFactory2
          Allows creation of additional Filter constructs.
 

Classes in org.opengis.filter used by org.geotools.filter.visitor
And
          Evaluates to true if all the combined expressions evaluate to true.
BinaryComparisonOperator
          Abstract base class for filters that compare exactly two values against each other.
BinaryLogicOperator
          Abstract super-interface for logical operators that accept two or more other logical values as inputs.
ExcludeFilter
          Indicating "filter all", evaluates to false.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory2
          Allows creation of additional Filter constructs.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
IncludeFilter
          Indicating "no filtering", evaluates to true.
MultiValuedFilter
          Defines a filter that supports filtering on multi-valued attributes.
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
PropertyIsBetween
          A compact way of encoding a range check.
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan
          Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo
          Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan
          Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo
          Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike
          Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNil
          Filter operator that checks if an expression's value is nil.
PropertyIsNotEqualTo
          Filter operator that compares that its two sub-expressions are not equal to each other.
PropertyIsNull
          Filter operator that checks if an expression's value is null.
 

Classes in org.opengis.filter used by org.geotools.gce.imagemosaic
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory2
          Allows creation of additional Filter constructs.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.gce.imagemosaic.catalog
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.gce.imagemosaic.catalog.oracle
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.geopkg
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.jdbc
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
 

Classes in org.opengis.filter used by org.geotools.renderer.lite
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
 

Classes in org.opengis.filter used by org.geotools.se.v1_1.bindings
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.sld.bindings
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.styling
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterFactory2
          Allows creation of additional Filter constructs.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
 

Classes in org.opengis.filter used by org.geotools.styling.builder
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
Id
          A filter that passes only the Identifiers listed.
 

Classes in org.opengis.filter used by org.geotools.styling.visitor
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory2
          Allows creation of additional Filter constructs.
 

Classes in org.opengis.filter used by org.geotools.swt.utils
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.validation.attributes
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.geotools.validation.relate
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.wfs.v1_0
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
 

Classes in org.opengis.filter used by org.geotools.xml.filter
And
          Evaluates to true if all the combined expressions evaluate to true.
ExcludeFilter
          Indicating "filter all", evaluates to false.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
IncludeFilter
          Indicating "no filtering", evaluates to true.
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
PropertyIsBetween
          A compact way of encoding a range check.
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan
          Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo
          Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan
          Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo
          Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike
          Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNil
          Filter operator that checks if an expression's value is nil.
PropertyIsNotEqualTo
          Filter operator that compares that its two sub-expressions are not equal to each other.
PropertyIsNull
          Filter operator that checks if an expression's value is null.
 

Classes in org.opengis.filter used by org.geotools.xml.gml
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.opengis.feature.type
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
 

Classes in org.opengis.filter used by org.opengis.filter
And
          Evaluates to true if all the combined expressions evaluate to true.
BinaryComparisonOperator
          Abstract base class for filters that compare exactly two values against each other.
BinaryLogicOperator
          Abstract super-interface for logical operators that accept two or more other logical values as inputs.
ExcludeFilter
          Indicating "filter all", evaluates to false.
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
FilterFactory
          Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterVisitor
          Visitor with visit methods to be called by Filter.accept(...).
Id
          A filter that passes only the Identifiers listed.
IncludeFilter
          Indicating "no filtering", evaluates to true.
MultiValuedFilter
          Defines a filter that supports filtering on multi-valued attributes.
MultiValuedFilter.MatchAction
          Enumerated type for MatchAction property (used by comparison and geometry operations): When one or more of the operands evaluates to multiple values rather than a single value, which action should be taken?
Not
          Reverses the logical value of an expression.
Or
          Evaluates to true if any of the combined expressions evaluate to true.
PropertyIsBetween
          A compact way of encoding a range check.
PropertyIsEqualTo
          Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan
          Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo
          Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan
          Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo
          Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike
          Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNil
          Filter operator that checks if an expression's value is nil.
PropertyIsNotEqualTo
          Filter operator that compares that its two sub-expressions are not equal to each other.
PropertyIsNull
          Filter operator that checks if an expression's value is null.
 

Classes in org.opengis.filter used by org.opengis.filter.spatial
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
MultiValuedFilter
          Defines a filter that supports filtering on multi-valued attributes.
 

Classes in org.opengis.filter used by org.opengis.filter.temporal
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
MultiValuedFilter
          Defines a filter that supports filtering on multi-valued attributes.
 

Classes in org.opengis.filter used by org.opengis.style
Filter
          Defines a constraint that can be checked against an instance of an object (Usually a Feature).
Id
          A filter that passes only the Identifiers listed.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.