Interface SpatialPredicateEvaluators.TouchesEvaluator
-
- All Superinterfaces:
Serializable
,SpatialPredicateEvaluators.SpatialPredicateEvaluator
- Enclosing class:
- SpatialPredicateEvaluators
public static interface SpatialPredicateEvaluators.TouchesEvaluator extends SpatialPredicateEvaluators.SpatialPredicateEvaluator
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
eval(org.locationtech.jts.geom.Geometry left, org.locationtech.jts.geom.Geometry right)
default boolean
eval(org.locationtech.jts.geom.prep.PreparedGeometry left, org.locationtech.jts.geom.Geometry right)
-
-
-
Method Detail
-
eval
default boolean eval(org.locationtech.jts.geom.Geometry left, org.locationtech.jts.geom.Geometry right)
- Specified by:
eval
in interfaceSpatialPredicateEvaluators.SpatialPredicateEvaluator
-
eval
default boolean eval(org.locationtech.jts.geom.prep.PreparedGeometry left, org.locationtech.jts.geom.Geometry right)
- Specified by:
eval
in interfaceSpatialPredicateEvaluators.SpatialPredicateEvaluator
-
-