|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |