Class GeometryPredicate.SimilarPredicate
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryPredicate
-
- com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryPredicate.SimilarPredicate
-
- Enclosing class:
- GeometryPredicate
public static class GeometryPredicate.SimilarPredicate extends GeometryPredicate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryPredicate
GeometryPredicate.DisjointPredicate, GeometryPredicate.SimilarPredicate, GeometryPredicate.WithinDistancePredicate
-
-
Constructor Summary
Constructors Constructor Description SimilarPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTrue(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1, double[] param)
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryPredicate
getGeometryArgumentCount, getName, getParameterCount
-
-
-
-
Method Detail
-
isTrue
public boolean isTrue(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1, double[] param)
- Specified by:
isTrue
in classGeometryPredicate
-
-