| Package | Description |
|---|---|
| org.locationtech.geowave.core.geotime.store.query.filter.expression.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
BBox
Predicate that passes when the first operand is within the bounding box of the second operand.
|
class |
Crosses
Predicate that passes when the first operand crosses the second operand.
|
class |
Disjoint
Predicate that passes when the first operand is disjoint from the second operand.
|
class |
Intersects
Predicate that passes when the first operand intersects the second operand.
|
class |
Overlaps
Predicate that passes when the first operand overlaps the second operand.
|
class |
SpatialContains
Predicate that passes when the first operand contains the second operand.
|
class |
SpatialEqualTo
Predicate that passes when the first operand is topologically equal to the second operand.
|
class |
SpatialNotEqualTo
Predicate that passes when the first operand is not topologically equal to the second operand.
|
class |
Touches
Predicate that passes when the first operand touches the second operand.
|
class |
Within
Predicate that passes when the first operand is within the second operand.
|
Copyright © 2013–2021. All rights reserved.