Uses of Class
org.locationtech.spatial4j.SpatialPredicate
Packages that use SpatialPredicate
Package
Description
This is the base package for Spatial4j from which the rest of it is organized.
-
Uses of SpatialPredicate in org.locationtech.spatial4j
Fields in org.locationtech.spatial4j declared as SpatialPredicateModifier and TypeFieldDescriptionstatic final SpatialPredicate
SpatialPredicate.BBoxIntersects
Bounding box of the *indexed* shape, thenIntersects
.static final SpatialPredicate
SpatialPredicate.BBoxWithin
Bounding box of the *indexed* shape, thenIsWithin
.static final SpatialPredicate
SpatialPredicate.Contains
Meets the "Covers" OGC definition (boundary-neutral).static final SpatialPredicate
SpatialPredicate.Intersects
Meets the "Intersects" OGC definition.static final SpatialPredicate
SpatialPredicate.IsDisjointTo
Meets the "Disjoint" OGC definition.static final SpatialPredicate
SpatialPredicate.IsEqualTo
Meets the "Equals" OGC definition.static final SpatialPredicate
SpatialPredicate.IsWithin
Meets the "CoveredBy" OGC definition (boundary-neutral).static final SpatialPredicate
SpatialPredicate.Overlaps
Almost meets the "Overlaps" OGC definition, but boundary-neutral (boundary==interior).Fields in org.locationtech.spatial4j with type parameters of type SpatialPredicateModifier and TypeFieldDescriptionprivate static final List
<SpatialPredicate> SpatialPredicate.list
private static final Map
<String, SpatialPredicate> SpatialPredicate.registry
Methods in org.locationtech.spatial4j that return SpatialPredicateMethods in org.locationtech.spatial4j that return types with arguments of type SpatialPredicateMethods in org.locationtech.spatial4j with parameters of type SpatialPredicateModifier and TypeMethodDescriptionstatic 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