public class Engine
extends java.lang.Object
Constructor and Description |
---|
Engine() |
Modifier and Type | Method and Description |
---|---|
AggregatedResults |
simulate(Config conf,
java.util.List<Field> fields,
Parameters par,
org.geotools.data.simple.SimpleFeatureCollection fc)
Method to run simulation.
|
public AggregatedResults simulate(Config conf, java.util.List<Field> fields, Parameters par, org.geotools.data.simple.SimpleFeatureCollection fc) throws java.lang.Exception
conf
- Configurationfields
- List of fieldspar
- Parameter objectfc
- Feature collection objectjava.lang.Exception