|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.vividsolutions.jump.workbench.ui.plugin.analysis.SpatialQueryExecuter
Exceutes a spatial query with a given mask FeatureCollection, source FeatureCollection, and predicate. Ensures result does not contain duplicates.
| Constructor Summary | |
SpatialQueryExecuter(FeatureCollection maskFC,
FeatureCollection sourceFC)
|
|
| Method Summary | |
void |
execute(TaskMonitor monitor,
GeometryPredicate func,
double[] params,
FeatureCollection resultFC)
Computes geomSrc.func(geomMask) |
FeatureCollection |
getResultFC()
|
boolean |
isExceptionThrown()
|
void |
setAllowDuplicates(boolean isAllowDuplicates)
Sets whether duplicate features are allowed in the result set. |
void |
setComplementResult(boolean complementResult)
Sets whether the result set should be complemented |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SpatialQueryExecuter(FeatureCollection maskFC,
FeatureCollection sourceFC)
| Method Detail |
public void setAllowDuplicates(boolean isAllowDuplicates)
public void setComplementResult(boolean complementResult)
complementResult - true if the result should be complementedpublic boolean isExceptionThrown()
public FeatureCollection getResultFC()
public void execute(TaskMonitor monitor,
GeometryPredicate func,
double[] params,
FeatureCollection resultFC)
monitor - func - params - resultFC -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||