Class GeometryPredicate
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryPredicate
- Direct Known Subclasses:
GeometryPredicate.DisjointPredicate, GeometryPredicate.SimilarPredicate, GeometryPredicate.WithinDistancePredicate
A function object for
Geometry functions (which return a Geometry).
Provides metadata about the function.- Version:
- 1.0
- Author:
- Martin Davis
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionGeometryPredicate(String name) GeometryPredicate(String name, int nParams) GeometryPredicate(String name, int nArgs, int nParams) GeometryPredicate(String name, int nArgs, int nParams, String description) -
Method Summary
-
Constructor Details
-
GeometryPredicate
-
GeometryPredicate
-
GeometryPredicate
-
GeometryPredicate
-
-
Method Details
-
getName
-
getGeometryArgumentCount
public int getGeometryArgumentCount() -
getParameterCount
public int getParameterCount() -
isTrue
public abstract boolean isTrue(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1, double[] param)
-