Uses of Package
org.geotools.api.filter
Packages that use org.geotools.api.filter
Package
Description
Defines the DataStore API via which all data is imported or exported.
Feature model ISO 19109 with allowances for usability.
Filters features according their properties.
An expression is a combination of one or more elements that evaluate to single
Object
value.The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
Helper classes for implementing FeatureCollections.
Common Query Language (CQL)
Extended Common Query Language (ECQL)
JSON Parsing support for MapBox Style support.
Vector processing support for the GeoTools library.
A simple renderer implementation.
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
The package name does not map the prefix name because we feel that this
is a better representation.
Parser for YSLD into style objects.
-
Classes in org.geotools.api.filter used by net.opengis.cat.csw20ClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.cat.csw20.implClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wcs20ClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wcs20.implClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wcs20.utilClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wfsClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wfs.implClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wfs.validationClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wfs20ClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wfs20.implClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wfs20.utilClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by net.opengis.wfs20.validationClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geootols.filter.text.cql_2ClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.api.dataClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.api.feature.typeClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.api.filterClassDescriptionAbstract base class for filters that compare exactly two values against each other.Abstract super-interface for logical operators that accept two or more other logical values as inputs.Indicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.Defines a filter that supports filtering on multi-valued attributes.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?This filter should be treated as an extension point that allows the injection of a complex filtering expression defined in the language of the target data store.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.api.filter.expressionClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.api.filter.spatialClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Defines a filter that supports filtering on multi-valued attributes.
-
Classes in org.geotools.api.filter used by org.geotools.api.filter.temporalClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Defines a filter that supports filtering on multi-valued attributes.
-
Classes in org.geotools.api.filter used by org.geotools.api.style
-
Classes in org.geotools.api.filter used by org.geotools.appschema.filterClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.appschema.jdbcClassDescriptionAbstract super-interface for logical operators that accept two or more other logical values as inputs.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.appschema.resolver.dataClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.appschema.utilClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.brewer.colorClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.brewer.styling.builderClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.A filter that passes only the Identifiers listed. -
Classes in org.geotools.api.filter used by org.geotools.brewer.styling.filterClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.A filter that passes only the Identifiers listed. -
Classes in org.geotools.api.filter used by org.geotools.brewer.styling.filter.expressionClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.coverage.grid.ioClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.coverage.ioClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.coverage.io.catalogClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.coverage.io.gribClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.coverage.io.netcdfClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.coverage.utilClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.dataClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.data.collectionClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.complexClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.data.complex.configClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.data.complex.feature.typeClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.complex.filterClassDescriptionAbstract base class for filters that compare exactly two values against each other.Abstract super-interface for logical operators that accept two or more other logical values as inputs.Indicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the variousFilter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.data.csvClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.db2ClassDescriptionIndicating "filter all", evaluates to
false
.Visitor withvisit
methods to be called byFilter.accept(...)
.Indicating "no filtering", evaluates totrue
. -
Classes in org.geotools.api.filter used by org.geotools.data.directoryClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.duckdb
-
Classes in org.geotools.api.filter used by org.geotools.data.genClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.geojson.storeClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.geoparquetClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.data.h2
-
Classes in org.geotools.api.filter used by org.geotools.data.hana
-
Classes in org.geotools.api.filter used by org.geotools.data.informix
-
Classes in org.geotools.api.filter used by org.geotools.data.jdbcClassDescriptionAbstract base class for filters that compare exactly two values against each other.Abstract super-interface for logical operators that accept two or more other logical values as inputs.Indicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the variousFilter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.This filter should be treated as an extension point that allows the injection of a complex filtering expression defined in the language of the target data store.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.data.memoryClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.mongodbClassDescriptionAbstract base class for filters that compare exactly two values against each other.Indicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.data.mysql
-
Classes in org.geotools.api.filter used by org.geotools.data.oracleClassDescriptionAbstract base class for filters that compare exactly two values against each other.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
.Filter operator that compares that its two sub-expressions are equal to each other. -
Classes in org.geotools.api.filter used by org.geotools.data.postgisClassDescriptionAbstract base class for filters that compare exactly two values against each other.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other. -
Classes in org.geotools.api.filter used by org.geotools.data.shapefileClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.simpleClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.singlestoreClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.data.sqlserver
-
Classes in org.geotools.api.filter used by org.geotools.data.storeClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.data.teradata
-
Classes in org.geotools.api.filter used by org.geotools.data.transformClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.data.viewClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.vpfClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.wfsClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.data.wfs.implClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.wfs.internalClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.wfs.internal.parsersClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.wfs.internal.v1_xClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.data.wfs.internal.v2_0.storedqueryClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.factoryClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.featureClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.feature.collectionClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.feature.simpleClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.feature.typeClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.feature.visitorClassDescriptionVisitor with
visit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed. -
Classes in org.geotools.api.filter used by org.geotools.filterClassDescriptionAbstract base class for filters that compare exactly two values against each other.Abstract super-interface for logical operators that accept two or more other logical values as inputs.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Defines a filter that supports filtering on multi-valued attributes.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?This filter should be treated as an extension point that allows the injection of a complex filtering expression defined in the language of the target data store.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.filter.functionClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.filter.spatialClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
.Defines a filter that supports filtering on multi-valued attributes.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?Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that compares that its two sub-expressions are not equal to each other. -
Classes in org.geotools.api.filter used by org.geotools.filter.temporalClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
.Defines a filter that supports filtering on multi-valued attributes.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.geotools.api.filter used by org.geotools.filter.text.commonsClassDescriptionAbstract base class for filters that compare exactly two values against each other.Abstract super-interface for logical operators that accept two or more other logical values as inputs.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.filter.text.cql2ClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.filter.text.cqljsonClassDescriptionIndicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the variousFilter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.filter.text.ecqlClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.filter.v1_0ClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.filter.v1_0.capabilitiesClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.filter.v1_1ClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.filter.v1_1.capabilitiesClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.filter.v2_0.bindingsClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.filter.visitorClassDescriptionAbstract base class for filters that compare exactly two values against each other.Abstract super-interface for logical operators that accept two or more other logical values as inputs.Indicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the variousFilter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.Defines a filter that supports filtering on multi-valued attributes.This filter should be treated as an extension point that allows the injection of a complex filtering expression defined in the language of the target data store.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.gce.imagemosaicClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.gce.imagemosaic.catalogClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.gce.imagemosaic.catalog.oracleClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.gce.imagemosaic.granulecollectorClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.geopkgClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.geopkg.wpsClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.jdbcClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed. -
Classes in org.geotools.api.filter used by org.geotools.mbstyle.expressionClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.mbstyle.functionClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.mbstyle.layerClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.mbstyle.parseClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.process.vectorClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.renderer.liteClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.Visitor withvisit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.renderer.style
-
Classes in org.geotools.api.filter used by org.geotools.se.v1_1.bindingsClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.sld.bindingsClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.stac.clientClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor with
visit
methods to be called byFilter.accept(...)
. -
Classes in org.geotools.api.filter used by org.geotools.stac.storeClassDescriptionIndicating "filter all", evaluates to
false
.Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.stylingClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses.A filter that passes only the Identifiers listed. -
Classes in org.geotools.api.filter used by org.geotools.styling.visitorClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.vectormosaicClassDescriptionAbstract base class for filters that compare exactly two values against each other.Indicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.A compact way of encoding a range check.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.wfs.v1_0ClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.xml.filterClassDescriptionAbstract base class for filters that compare exactly two values against each other.Abstract super-interface for logical operators that accept two or more other logical values as inputs.Indicating "filter all", evaluates to
false
.Defines a constraint that can be checked against an instance of an object (Usually a Feature).Visitor withvisit
methods to be called byFilter.accept(...)
.A filter that passes only the Identifiers listed.Indicating "no filtering", evaluates totrue
.This filter should be treated as an extension point that allows the injection of a complex filtering expression defined in the language of the target data store.Reverses the logical value of an expression.A compact way of encoding a range check.Filter operator that compares that its two sub-expressions are equal to each other.Filter operator that checks that its first sub-expression is greater than its second subexpression.Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.Filter operator that checks that its first sub-expression is less than its second subexpression.Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.Filter operator that performs the equivalent of the SQL "like
" operator on properties of a feature.Filter operator that checks if an expression's value is nil.Filter operator that compares that its two sub-expressions are not equal to each other.Filter operator that checks if an expression's value isnull
. -
Classes in org.geotools.api.filter used by org.geotools.xml.gmlClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).
-
Classes in org.geotools.api.filter used by org.geotools.xml.stylingClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.xsd.filterClassDescriptionDefines a constraint that can be checked against an instance of an object (Usually a Feature).Interface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.geotools.ysld.parseClassDescriptionInterface whose methods allow the caller to create instances of the various
Filter
andExpression
subclasses. -
Classes in org.geotools.api.filter used by org.h2gis.geotools