| Name | Description | Type | Package | Framework |
| Add | Encodes the operation of addition. | Interface | org.opengis.filter.expression | GeoTools |
|
| After | Filter operator that determines if a temporal object is after another temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| And | Evaluates to true if all the combined expressions evaluate to true. | Interface | org.opengis.filter | GeoTools |
|
| AnyInteracts | Filter operator that determines if two temporal periods interact in any way as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| ArithmeticOperators | Supported arithmetic operators in a filter capabilities document. | Interface | org.opengis.filter.capability | GeoTools |
|
| BBOX | Spatial operator that evaluates to true when the bounding box of the feature's geometry overlaps the bounding box provided in this object's properties. | Interface | org.opengis.filter.spatial | GeoTools |
|
| BBOX3D | An extension to the general BBOX filter for supporting 3D Bounding Boxes that have a minimum and maximum Z-value. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Before | Filter operator that determines if a temporal object is before another temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Begins | Filter operator that determines if a temporal object is located at the beginning of another temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| BegunBy | Filter operator that determines if another temporal object is located at the beginning of a temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Beyond | Concrete distance buffer operator that evaluates as true when all of a feature's geometry lies beyond (i. | Interface | org.opengis.filter.spatial | GeoTools |
|
| BinaryComparisonOperator | Abstract base class for filters that compare exactly two values against each other. | Interface | org.opengis.filter | GeoTools |
|
| BinaryExpression | Abstract base class for the various filter expressions that compute some value from two input values. | Interface | org.opengis.filter.expression | GeoTools |
|
| BinaryLogicOperator | Abstract super-interface for logical operators that accept two or more other logical values as inputs. | Interface | org.opengis.filter | GeoTools |
|
| BinarySpatialOperator | Abstract superclass for filter operators that perform some sort of spatial comparison on two geometric objects. | Interface | org.opengis.filter.spatial | GeoTools |
|
| BinaryTemporalOperator | Base interface for all temporal filter operators. | Interface | org.opengis.filter.temporal | GeoTools |
|
| BoundedSpatialOperator | Marker interface for spatial operators that are a subset of the BBOX relationship. | Interface | org.opengis.filter.spatial | GeoTools |
|
| ComparisonOperators | Supported comparison operators in a filter capabilities document. | Interface | org.opengis.filter.capability | GeoTools |
|
| Contains | Concrete binary spatial operator that evaluates to true if the the first geometric operand contains the second. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Crosses | Concrete binary spatial operator that evaluates to true if the first geometric operand crosses the second (in the sense defined | Interface | org.opengis.filter.spatial | GeoTools |
|
| Disjoint | Concrete binary spatial operator that evaluates to true if the first operand is disjoint from the second (in the sense defined | Interface | org.opengis.filter.spatial | GeoTools |
|
| DistanceBufferOperator | Abstract superclass for spatial operators that check that one shape satisfies some relation to a buffer around another shape. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Divide | Encodes the operation of division where the first argument is divided by the second argument. | Interface | org.opengis.filter.expression | GeoTools |
|
| During | Filter operator that determines if a temporal object is located during another temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| DWithin | Concrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance | Interface | org.opengis.filter.spatial | GeoTools |
|
| EndedBy | Filter operator that determines if another temporal object is located at the end of a temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Ends | Filter operator that determines if a temporal object is located at the end of another temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Equals | Concrete binary spatial operator that evaluates to true if the geometry of the two operands are equal. | Interface | org.opengis.filter.spatial | GeoTools |
|
| ExcludeFilter | Indicating "filter all", evaluates to false. | Class | org.opengis.filter | GeoTools |
|
| Expression | Interface for all the OGC Filter elements that compute values. | Interface | org.opengis.filter.expression | GeoTools |
|
| ExpressionVisitor | Visitor with visit methods to be called by Expression. | Interface | org.opengis.filter.expression | GeoTools |
|
| FeatureId | Features are identified as strings. | Interface | org.opengis.filter.identity | GeoTools |
|
| Filter | Defines a constraint that can be checked against an instance of an object (Usually a Feature). | Interface | org.opengis.filter | GeoTools |
|
| FilterCapabilities | FilterCapabilitiesBean used to represent Filter expressions according to the | Interface | org.opengis.filter.capability | GeoTools |
|
| FilterFactory | Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses. | Interface | org.opengis.filter | GeoTools |
|
| FilterFactory2 | Allows creation of additional Filter constructs. | Interface | org.opengis.filter | GeoTools |
|
| FilterVisitor | Visitor with visit methods to be called by Filter. | Interface | org.opengis.filter | GeoTools |
|
| Function | Instances of this class represent a function call into some implementation-specific Each execution environment should provide a list of supported functions | Interface | org.opengis.filter.expression | GeoTools |
|
| FunctionName | Function description provided in a filter capabilities. | Interface | org.opengis.filter.capability | GeoTools |
|
| Functions | Supported functions in a capabilities document. | Interface | org.opengis.filter.capability | GeoTools |
|
| GeometryOperand | Enumeration of the different GeometryOperand types. | Class | org.opengis.filter.capability | GeoTools |
|
| GmlObjectId | Feature and Geometry identifier for GML3 specification. | Interface | org.opengis.filter.identity | GeoTools |
|
| Id | A filter that passes only the Identifiers listed. | Interface | org.opengis.filter | GeoTools |
|
| IdCapabilities | Capabilities used to convey supported id operators. | Interface | org.opengis.filter.capability | GeoTools |
|
| Identifier | An object identifier. | Interface | org.opengis.filter.identity | GeoTools |
|
| IncludeFilter | Indicating "no filtering", evaluates to true. | Class | org.opengis.filter | GeoTools |
|
| InternalFunction | Special Function type indicating that that the function is to be executed exclusively at run-time, and does not participate in the SPI (Service Provider Interface) lookup mechanism (i. | Interface | org.opengis.filter.expression | GeoTools |
|
| Intersects | Concrete binary spatial operator that evaluates to true if the two geometric operands intersect. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Literal | Instances of this interface provide a constant, literal value that can be used in expressions. | Interface | org.opengis.filter.expression | GeoTools |
|
| Meets | Filter operator that determines if a temporal period is met by another temporal period as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| MetBy | Filter operator that determines if a temporal period meets by another temporal period as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Multiply | Encodes the operation of multiplication. | Interface | org.opengis.filter.expression | GeoTools |
|
| MultiValuedFilter | Defines a filter that supports filtering on multi-valued attributes. | Interface | org.opengis.filter | GeoTools |
|
| MultiValuedFilter .MatchAction | When one or more of the operands evaluates to multiple values rather than a single value, which action should be taken? | Class | org.opengis.filter.MultiValuedFilter | GeoTools |
|
| NilExpression | Placeholder class used to represent a NIL expression, evaluates to null. | Class | org.opengis.filter.expression | GeoTools |
|
| Not | Reverses the logical value of an expression. | Interface | org.opengis.filter | GeoTools |
|
| ObjectId | ObjectId refered to by Filter 1. | Interface | org.opengis.filter.identity | GeoTools |
|
| Operator | Indicates a supported Operator. | Interface | org.opengis.filter.capability | GeoTools |
|
| Or | Evaluates to true if any of the combined expressions evaluate to true. | Interface | org.opengis.filter | GeoTools |
|
| OverlappedBy | Filter operator that determines if a temporal period is overlapped by another temporal period as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Overlaps | Concrete binary spatial operator that evaluates to true if the interior of the first geometry somewhere overlaps the | Interface | org.opengis.filter.spatial | GeoTools |
|
| PropertyIsBetween | A compact way of encoding a range check. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsEqualTo | Filter operator that compares that its two sub-expressions are equal to each other. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsGreaterThan | Filter operator that checks that its first sub-expression is greater than its second subexpression. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsGreaterThanOrEqualTo | Filter operator that checks that its first sub-expression is greater or equal to its second subexpression. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsLessThan | Filter operator that checks that its first sub-expression is less than its second subexpression. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsLessThanOrEqualTo | Filter operator that checks that its first sub-expression is less than or equal to its second subexpression. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsLike | Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsNil | Filter operator that checks if an expression's value is nil. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsNotEqualTo | Filter operator that compares that its two sub-expressions are not equal to each other. | Interface | org.opengis.filter | GeoTools |
|
| PropertyIsNull | Filter operator that checks if an expression's value is null. | Interface | org.opengis.filter | GeoTools |
|
| PropertyName | Expression class whose value is computed by retrieving the value indicated by the provided name. | Interface | org.opengis.filter.expression | GeoTools |
|
| RecordId | RecordId refered to by CSW-2 specification. | Interface | org.opengis.filter.identity | GeoTools |
|
| ResourceId | Resource identifier as per FES 2. | Interface | org.opengis.filter.identity | GeoTools |
|
| ScalarCapabilities | Capabilities used to convey supported scalar operators. | Interface | org.opengis.filter.capability | GeoTools |
|
| SortBy | Defines the sort order, based on a property and ascending/descending. | Interface | org.opengis.filter.sort | GeoTools |
|
| SortOrder | Captures the SortBy order, ASC or DESC. | Class | org.opengis.filter.sort | GeoTools |
|
| SpatialCapabilities | Capabilities used to convey supported spatial operators. | Interface | org.opengis.filter.capability | GeoTools |
|
| SpatialOperator | Indicates support for the named spatial operator. | Interface | org.opengis.filter.capability | GeoTools |
|
| SpatialOperator | Abstract base class for operators that perform a spatial comparison on geometric attributes of a feature. | Interface | org.opengis.filter.spatial | GeoTools |
|
| SpatialOperators | Supported spatial operators in a filter capabilities document. | Interface | org.opengis.filter.capability | GeoTools |
|
| Subtract | Encodes the operation of subtraction where the second argument is subtracted from the first. | Interface | org.opengis.filter.expression | GeoTools |
|
| TContains | Filter operator that determines if a temporal object contains another temporal object as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| TemporalCapabilities | Capabilities used to convey supported temporal operators. | Interface | org.opengis.filter.capability | GeoTools |
|
| TemporalOperator | A named temporal operator. | Interface | org.opengis.filter.capability | GeoTools |
|
| TemporalOperators | Supported temporal operators in a filter capabilities document. | Interface | org.opengis.filter.capability | GeoTools |
|
| TEquals | Filter operator that determines if two temporal objects are equal as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Touches | Concrete binary spatial operator that evaluates to true if the feature's geometry touches, but does not overlap with the | Interface | org.opengis.filter.spatial | GeoTools |
|
| TOverlaps | Filter operator that determines if a temporal period overlaps another temporal period as defined by the Filter Encoding Specification. | Interface | org.opengis.filter.temporal | GeoTools |
|
| Version | Union type class for the Version Union type in FES 2. | Class | org.opengis.filter.identity | GeoTools |
|
| Version .Action | The VersionAction attribute may also be the strings FIRST, LATEST, PREVIOUS, NEXT and ALL. | Class | org.opengis.filter.identity.Version | GeoTools |
|
| VolatileFunction | Marker interface indicating that that the function return value can change during a single data access operation even if the argument values provided to | Interface | org.opengis.filter.expression | GeoTools |
|
| Within | Concrete binary spatial operator that evaluates to true if the feature's geometry is completely contained by the constant | Interface | org.opengis.filter.spatial | GeoTools |