| Interface | Description |
|---|---|
| FilterGeometry |
Interface for geometries within filter expressions.
|
| SpatialExpression |
Interface for expressions that resolve to spatial geometry objects.
|
| Class | Description |
|---|---|
| BBox |
Predicate that passes when the first operand is within the bounding box of the second operand.
|
| BinarySpatialPredicate |
Abstract class for comparing two spatial expressions.
|
| Crosses |
Predicate that passes when the first operand crosses the second operand.
|
| Disjoint |
Predicate that passes when the first operand is disjoint from the second operand.
|
| Intersects |
Predicate that passes when the first operand intersects the second operand.
|
| Overlaps |
Predicate that passes when the first operand overlaps the second operand.
|
| PreparedFilterGeometry |
A
FilterGeometry implementation for prepared geometries. |
| SpatialContains |
Predicate that passes when the first operand contains the second operand.
|
| SpatialEqualTo |
Predicate that passes when the first operand is topologically equal to the second operand.
|
| SpatialFieldValue |
A field value implementation for spatial adapter fields.
|
| SpatialLiteral |
A spatial implementation of literal, representing spatial (geometric) literal objects.
|
| SpatialNotEqualTo |
Predicate that passes when the first operand is not topologically equal to the second operand.
|
| TextToSpatialExpression | |
| Touches |
Predicate that passes when the first operand touches the second operand.
|
| UnpreparedFilterGeometry |
A
FilterGeometry implementation for unprepared geometries. |
| Within |
Predicate that passes when the first operand is within the second operand.
|
Copyright © 2013–2021. All rights reserved.