public class AreaSelectionWithBuffer
extends java.lang.Object
| Constructor and Description |
|---|
AreaSelectionWithBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
areaSelection(Config conf,
java.util.List<Field> fields,
AggregatedResults aggRes,
Parameters par,
org.geotools.data.simple.SimpleFeatureCollection fc)
Method to apply area selection for potential SRC areas
based on ecological and administrative unit restrictions
as well as minimum distance.
|
public void areaSelection(Config conf, java.util.List<Field> fields, AggregatedResults aggRes, Parameters par, org.geotools.data.simple.SimpleFeatureCollection fc) throws java.lang.Exception
conf - Configurationfields - List of fieldsaggRes - Aggregated results objectpar - Parameter objectfc - Feature collection for buffer applicationjava.lang.Exception