Interface SpatialPredicateEvaluators.ContainsEvaluator

All Superinterfaces:
Serializable, SpatialPredicateEvaluators.SpatialPredicateEvaluator
Enclosing class:
SpatialPredicateEvaluators

public static interface SpatialPredicateEvaluators.ContainsEvaluator extends SpatialPredicateEvaluators.SpatialPredicateEvaluator
  • Method Summary

    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)