Interface SpatialPredicateEvaluators.IntersectsEvaluator
- All Superinterfaces:
Serializable,SpatialPredicateEvaluators.SpatialPredicateEvaluator
- Enclosing class:
- SpatialPredicateEvaluators
public static interface SpatialPredicateEvaluators.IntersectsEvaluator
extends SpatialPredicateEvaluators.SpatialPredicateEvaluator
-
Method Summary
-
Method Details
-
eval
default boolean eval(org.locationtech.jts.geom.Geometry left, org.locationtech.jts.geom.Geometry right) - Specified by:
evalin interfaceSpatialPredicateEvaluators.SpatialPredicateEvaluator
-
eval
default boolean eval(org.locationtech.jts.geom.prep.PreparedGeometry left, org.locationtech.jts.geom.Geometry right) - Specified by:
evalin interfaceSpatialPredicateEvaluators.SpatialPredicateEvaluator
-