Class GeometryPredicate.DisjointPredicate
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryPredicate
com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryPredicate.DisjointPredicate
- Enclosing class:
GeometryPredicate
- Version:
- 1.0
- Author:
- Martin Davis
-
Nested Class Summary
Nested classes/interfaces inherited from class GeometryPredicate
GeometryPredicate.DisjointPredicate, GeometryPredicate.SimilarPredicate, GeometryPredicate.WithinDistancePredicate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisTrue(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1, double[] param) Methods inherited from class GeometryPredicate
getGeometryArgumentCount, getName, getParameterCount
-
Constructor Details
-
DisjointPredicate
public DisjointPredicate()
-
-
Method Details
-
isTrue
public boolean isTrue(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1, double[] param) - Specified by:
isTruein classGeometryPredicate
-