| Package | Description | 
|---|---|
| org.beast.merger | |
| org.beast.src.simulation | 
| Modifier and Type | Method and Description | 
|---|---|
AggregatedResults | 
ResultsSet.getSrcResults()
Method to get SRC/field crop results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResultsSet.setSrcResults(AggregatedResults srcResults)
Method to set SRC/field crop results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AggregatedResults | 
Engine.simulate(Config conf,
        java.util.List<Field> fields,
        Parameters par,
        org.geotools.data.simple.SimpleFeatureCollection fc)
Method to run simulation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AreaSelection.areaSelection(Config conf,
             java.util.List<Field> fields,
             AggregatedResults aggRes,
             Parameters par)
Method to apply area selection for potential SRC areas
 based on ecological and administrative unit restrictions. 
 | 
void | 
AreaSelectionWithBuffer.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. 
 |