Modifier and Type | Method and Description |
---|---|
void |
Economy.forestAnnuity(Config conf,
java.util.List<Forest> forests,
AggregatedResults aggRes,
Parameters par)
Method for calculation the economic annuity of forest wood.
|
AggregatedResults |
Engine.simulate(Config conf,
java.util.List<Forest> forests,
Parameters par)
Constructor of engine class.
|
Constructor and Description |
---|
BoxplotMulti(Config conf,
java.lang.String title,
java.lang.String yAxisTitle)
Constructor of boxplot.
|
Modifier and Type | Method and Description |
---|---|
static Config |
Config.loadXML(java.lang.String file)
Method to load xml config file.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIStyle.setUIStyle(Config conf,
java.util.ResourceBundle resourceBundle)
Method to set style.
|
Constructor and Description |
---|
AHPSlider(Config conf) |
CreateInputZipGUI(Config conf)
Method to run .beast file creation.
|
CreateLanguageSelectionGUI(Config conf)
Method to run .beast file creation.
|
Modifier and Type | Method and Description |
---|---|
Config |
ScenarioGenerator.getConf() |
Constructor and Description |
---|
About(Config conf)
Constructor of about window.
|
ScenarioGenerator(Config conf)
Constructor of ScenarioGenertor class.
|
Constructor and Description |
---|
PanelNavigation(Config conf,
java.lang.String title,
java.util.HashMap<java.lang.String,IForm> forms,
PanelRight rightPanel)
Constructor of the navigation panel.
|
Constructor and Description |
---|
ScenarioInputTree(java.util.HashMap<java.lang.String,IForm> forms,
PanelRight rightPanel,
Config conf)
Constructor of the tree.
|
Constructor and Description |
---|
AnnuityGraph(Config conf,
java.lang.String title)
Constructor of plot.
|
BoxplotMulti(Config conf,
java.lang.String title,
java.lang.String yAxisTitle)
Constructor of boxplot.
|
PotEnergyGraph(Config conf,
java.lang.String title)
Constructor of plot.
|
PotWoodGraph(Config conf,
java.lang.String title)
Constructor of plot.
|
Constructor and Description |
---|
FormAdminAnnuityBoxplots(Config conf,
java.lang.String key,
int formId)
Constructor of annuity boxplot form.
|
FormAdminCriteriaBoxplots(Config conf,
java.lang.String key,
int formId)
Constructor of criteria boxplot form.
|
FormAdminYieldBoxplots(Config conf,
java.lang.String key,
int formId)
Constructor of yield boxplot form.
|
FormAnnuity(Config conf,
int formId)
Constructor of form.
|
FormForest(Config conf,
int formId)
Constructor of form.
|
FormGIS(Config conf,
int formId,
GISWindow gisViewer)
Constructor of form.
|
FormLandscape(Config conf,
int formId)
Constructor of form.
|
FormPrimaryEnergyPot(Config conf,
int formId)
Constructor of form.
|
FormSrc(Config conf,
java.lang.String key,
int formId)
Constructor of form.
|
FormSrcAnnuityBoxplots(Config conf,
int formId)
Constructor of annuity boxplot form.
|
FormSrcCriteriaBoxplots(Config conf,
int formId)
Constructor of criteria boxplot form.
|
FormSrcYieldBoxplots(Config conf,
int formId)
Constructor of yield boxplot form.
|
FormWoodPot(Config conf,
int formId)
Constructor of form.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.tree.DefaultTreeModel |
LayerTreeEntries.createEntries(Config conf,
java.util.Map<java.lang.Integer,org.geotools.feature.FeatureCollection> fc,
java.lang.String styleBasePath)
Method to create entries in layer tree.
|
static void |
Export2Shp.export(Config conf,
org.geotools.feature.FeatureCollection fc,
java.lang.String file)
Method to export spatial data to shapefile.
|
Constructor and Description |
---|
GISMenuBar(Config conf,
GISWindow gisViewer)
Constructor of GIS menu bar.
|
GISToolbar(Config conf,
org.geotools.swing.MapPane mapPane,
MapPanel mapPanel)
Constructor of toolbar.
|
GISWindow(Config conf)
Constructor of GISWindow.
|
LayerSelectionTree(Config conf,
org.geotools.swing.JMapPane map)
Constructor of selection tree.
|
LayerTree2(Config conf)
Default constructor.
|
LayerTree2(org.geotools.swing.MapPane mapPane,
Config conf)
Constructor.
|
MapPanel(Config conf)
Constructor of Map panel.
|
Constructor and Description |
---|
StyleDialog(Config conf)
Constructor of style dialog.
|
StyleHandler(Config conf)
Constructor of style handler.
|
Modifier and Type | Method and Description |
---|---|
Config |
ResultsViewer.getConf() |
Constructor and Description |
---|
ResultsViewer(Config conf,
boolean startedFromSG)
Constructor of ResultsViewer.
|
Constructor and Description |
---|
CheckBoxPanel(IPotentialChart chartPanel,
Config conf)
Constructor of check box panel.
|
PanelNavigation(Config conf,
java.lang.String title,
java.util.HashMap<java.lang.Integer,IForm> forms,
PanelRight rightPanel)
Constructor of the navigation panel.
|
Constructor and Description |
---|
ScenarioOutputTree(java.util.HashMap<java.lang.Integer,IForm> forms,
PanelRight rightPanel,
Config conf)
Constructor of the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
Economy.landscapeAnnuity(Config conf,
java.util.List<Landscape> landscapes,
AggregatedResults aggRes,
Parameters par)
Method to calculate economic annuity of landscape wood.
|
AggregatedResults |
Engine.simulate(Config conf,
java.util.List<Landscape> landscapes,
Parameters par)
Method to run simulation.
|
Modifier and Type | Method and Description |
---|---|
CollectedResults |
Merger.simulate(Config conf,
ParameterCollection paramColl,
java.lang.String filePath,
javax.swing.JProgressBar progressBar)
Method to handle simulation for different compartments (landscape, forest, SRC).
|
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.
|
AggregatedResults |
Engine.simulate(Config conf,
java.util.List<Field> fields,
Parameters par,
org.geotools.data.simple.SimpleFeatureCollection fc)
Method to run simulation.
|