| Package | Description |
|---|---|
| org.locationtech.spatial4j |
This is the base package for Spatial4j from which the rest of it is organized.
|
| org.locationtech.spatial4j.exception |
| Modifier and Type | Field and Description |
|---|---|
static SpatialPredicate |
SpatialPredicate.BBoxIntersects
Bounding box of the *indexed* shape, then
Intersects. |
static SpatialPredicate |
SpatialPredicate.BBoxWithin
Bounding box of the *indexed* shape, then
IsWithin. |
static SpatialPredicate |
SpatialPredicate.Contains
Meets the "Covers" OGC definition (boundary-neutral).
|
static SpatialPredicate |
SpatialPredicate.Intersects
Meets the "Intersects" OGC definition.
|
static SpatialPredicate |
SpatialPredicate.IsDisjointTo
Meets the "Disjoint" OGC definition.
|
static SpatialPredicate |
SpatialPredicate.IsEqualTo
Meets the "Equals" OGC definition.
|
static SpatialPredicate |
SpatialPredicate.IsWithin
Meets the "CoveredBy" OGC definition (boundary-neutral).
|
static SpatialPredicate |
SpatialPredicate.Overlaps
Almost meets the "Overlaps" OGC definition, but boundary-neutral (boundary==interior).
|
| Modifier and Type | Method and Description |
|---|---|
static SpatialPredicate |
SpatialPredicate.get(String v) |
| Modifier and Type | Method and Description |
|---|---|
static List<SpatialPredicate> |
SpatialPredicate.values() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SpatialPredicate.is(SpatialPredicate op,
SpatialPredicate... tst) |
static boolean |
SpatialPredicate.is(SpatialPredicate op,
SpatialPredicate... tst) |
| Constructor and Description |
|---|
UnsupportedSpatialPredicate(SpatialPredicate op) |
Copyright © 2025 LocationTech. All rights reserved.