| Package | Description | 
|---|---|
| org.beast.gui.output.gis | |
| org.beast.merger | |
| org.beast.src.data | |
| org.beast.src.simulation | 
| Modifier and Type | Method and Description | 
|---|---|
org.geotools.feature.FeatureCollection | 
DataMerger.merge(org.geotools.feature.FeatureCollection fc,
     java.util.List<Field> fields,
     java.lang.Integer year)
Method to merge spatial data with attribute data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.Integer,java.util.List<Field>> | 
CollectedResults.getFields()
Method to get field geometries attribute data. 
 | 
java.util.Map<java.lang.Integer,java.util.List<Field>> | 
CollectedInputs.getFields()
Method to get field geometries attribute data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CollectedResults.setFields(java.util.Map<java.lang.Integer,java.util.List<Field>> fields)
Method to set field geometries attribute data. 
 | 
void | 
CollectedInputs.setFields(java.util.Map<java.lang.Integer,java.util.List<Field>> fields)
Method to set field geometries attribute data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<Field> | 
Field.loadFromCSV(java.io.Reader inreader,
           boolean results)
Method to load inputs from reader. 
 | 
static java.util.List<Field> | 
Field.loadFromCSV(java.lang.String file,
           boolean results)
Method to load inputs from .csv file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Field.writeToCSVOnlyResults(java.util.List<Field> fields,
                     java.lang.String file)
Method to write only the simulation results to csv file. 
 | 
static void | 
Field.writeToCSVWithResults(java.util.List<Field> fields,
                     java.lang.String file)
Method to write attribute data (without results) to csv file. 
 | 
static void | 
Field.writeToCSVWithResults(java.util.List<Field> fields,
                     java.io.Writer inwriter)
Method to write attribute data (without results) to csv file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Restrictions.applyRestrictions(java.util.List<Field> fields,
                 Parameters par)
Method to apply restrictions of SRC area selection. 
 | 
void | 
Targets.applyTargets(java.util.List<Field> fields,
            Parameters par)
Method to apply targets of SRC area selection. 
 | 
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. 
 | 
void | 
CriteriaValue.calcCriteriaValue(java.util.List<Field> fields,
                 Parameters par)
Method to calculate criteria value for all fields. 
 | 
void | 
Economy.cropRotationAnnuity(java.util.List<Field> fields,
                   Parameters par)
Method to calculate economic annuity of field crop rotation. 
 | 
AggregatedResults | 
Engine.simulate(Config conf,
        java.util.List<Field> fields,
        Parameters par,
        org.geotools.data.simple.SimpleFeatureCollection fc)
Method to run simulation. 
 | 
void | 
Economy.srcAnnuity(java.util.List<Field> fields,
          Parameters par,
          java.lang.String plantName)
Method to calculate the annuity of short rotation coppice from all fields of submitted list. 
 |