Uses of Class
com.spatial4j.core.SpatialPredicate
-
Packages that use SpatialPredicate Package Description com.spatial4j.core This is the base package for Spatial4j from which the rest of it is organized.com.spatial4j.core.exception -
-
Uses of SpatialPredicate in com.spatial4j.core
Fields in com.spatial4j.core declared as SpatialPredicate Modifier and Type Field Description static SpatialPredicateSpatialPredicate. BBoxIntersectsBounding box of the *indexed* shape, thenIntersects.static SpatialPredicateSpatialPredicate. BBoxWithinBounding box of the *indexed* shape, thenIsWithin.static SpatialPredicateSpatialPredicate. ContainsMeets the "Covers" OGC definition (boundary-neutral).static SpatialPredicateSpatialPredicate. IntersectsMeets the "Intersects" OGC definition.static SpatialPredicateSpatialPredicate. IsDisjointToMeets the "Disjoint" OGC definition.static SpatialPredicateSpatialPredicate. IsEqualToMeets the "Equals" OGC definition.static SpatialPredicateSpatialPredicate. IsWithinMeets the "CoveredBy" OGC definition (boundary-neutral).static SpatialPredicateSpatialPredicate. OverlapsAlmost meets the "Overlaps" OGC definition, but boundary-neutral (boundary==interior).Methods in com.spatial4j.core that return SpatialPredicate Modifier and Type Method Description static SpatialPredicateSpatialPredicate. get(String v)Methods in com.spatial4j.core that return types with arguments of type SpatialPredicate Modifier and Type Method Description static List<SpatialPredicate>SpatialPredicate. values()Methods in com.spatial4j.core with parameters of type SpatialPredicate Modifier and Type Method Description static booleanSpatialPredicate. is(SpatialPredicate op, SpatialPredicate... tst) -
Uses of SpatialPredicate in com.spatial4j.core.exception
Constructors in com.spatial4j.core.exception with parameters of type SpatialPredicate Constructor Description UnsupportedSpatialPredicate(SpatialPredicate op)
-