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 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).Fields in org.locationtech.spatial4j with type parameters of type SpatialPredicate Modifier and Type Field Description private static java.util.List<SpatialPredicate>SpatialPredicate. listprivate static java.util.Map<java.lang.String,SpatialPredicate>SpatialPredicate. registryMethods in org.locationtech.spatial4j that return SpatialPredicate Modifier and Type Method Description static SpatialPredicateSpatialPredicate. get(java.lang.String v)Methods in org.locationtech.spatial4j that return types with arguments of type SpatialPredicate Modifier and Type Method Description static java.util.List<SpatialPredicate>SpatialPredicate. values()Methods in org.locationtech.spatial4j with parameters of type SpatialPredicate Modifier and Type Method Description static 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 Constructor Description UnsupportedSpatialPredicate(SpatialPredicate op)
-