Uses of Class
org.locationtech.spatial4j.SpatialPredicate
-
Packages that use SpatialPredicate Package Description org.locationtech.spatial4j This is the base package for Spatial4j from which the rest of it is organized.org.locationtech.spatial4j.exception -
-
Uses of SpatialPredicate in org.locationtech.spatial4j
Fields in org.locationtech.spatial4j declared as SpatialPredicate Modifier and Type Field Description static SpatialPredicate
SpatialPredicate. BBoxIntersects
Bounding box of the *indexed* shape, thenIntersects
.static SpatialPredicate
SpatialPredicate. BBoxWithin
Bounding box of the *indexed* shape, thenIsWithin
.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).Methods in org.locationtech.spatial4j that return SpatialPredicate Modifier and Type Method Description static SpatialPredicate
SpatialPredicate. get(String v)
Methods in org.locationtech.spatial4j that return types with arguments of type SpatialPredicate Modifier and Type Method Description static List<SpatialPredicate>
SpatialPredicate. values()
Methods in org.locationtech.spatial4j with parameters of type SpatialPredicate Modifier and Type Method Description static boolean
SpatialPredicate. is(SpatialPredicate op, SpatialPredicate... tst)
-
Uses of SpatialPredicate in org.locationtech.spatial4j.exception
Constructors in org.locationtech.spatial4j.exception with parameters of type SpatialPredicate Constructor Description UnsupportedSpatialPredicate(SpatialPredicate op)
-