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 SpatialPredicateSpatialPredicate.BBoxIntersectsBounding box of the *indexed* shape, thenIntersects.static final SpatialPredicateSpatialPredicate.BBoxWithinBounding box of the *indexed* shape, thenIsWithin.static final SpatialPredicateSpatialPredicate.ContainsMeets the "Covers" OGC definition (boundary-neutral).static final SpatialPredicateSpatialPredicate.IntersectsMeets the "Intersects" OGC definition.static final SpatialPredicateSpatialPredicate.IsDisjointToMeets the "Disjoint" OGC definition.static final SpatialPredicateSpatialPredicate.IsEqualToMeets the "Equals" OGC definition.static final SpatialPredicateSpatialPredicate.IsWithinMeets the "CoveredBy" OGC definition (boundary-neutral).static final SpatialPredicateSpatialPredicate.OverlapsAlmost 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.listprivate static final Map<String, SpatialPredicate> SpatialPredicate.registryMethods 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 booleanSpatialPredicate.is(SpatialPredicate op, SpatialPredicate... tst) -
Uses of SpatialPredicate in org.locationtech.spatial4j.exception
Constructors in org.locationtech.spatial4j.exception with parameters of type SpatialPredicate