Class SpatialJoinExecuter
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.analysis.SpatialJoinExecuter
Exceutes a spatial query with a given mask FeatureCollection, source FeatureCollection,
and predicate.
Ensures result does not contain duplicates.
- Version:
- 1.2
- Author:
- Martin Davis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(TaskMonitor monitor, GeometryPredicate func, double[] params, FeatureCollection resultFC) Computes geomSrc.func(geomMask)boolean
-
Constructor Details
-
SpatialJoinExecuter
-
-
Method Details
-
isExceptionThrown
public boolean isExceptionThrown() -
getException
-
getResultFC
-
execute
public void execute(TaskMonitor monitor, GeometryPredicate func, double[] params, FeatureCollection resultFC) Computes geomSrc.func(geomMask)- Parameters:
monitor- a TaskMonitorfunc- function containing the GeometryPredicateparams- double array containing parameters of the GeometryPredicateresultFC- the resulting FeatureCollection
-