public class CollectedInputs
extends java.lang.Object
Constructor and Description |
---|
CollectedInputs() |
Modifier and Type | Method and Description |
---|---|
org.geotools.feature.FeatureCollection |
getFieldGeometries()
Method to get field geometries.
|
java.util.Map<java.lang.Integer,java.util.List<Field>> |
getFields()
Method to get field geometries attribute data.
|
java.util.List<Forest> |
getForests()
Method to get forest input objects.
|
java.util.List<Landscape> |
getLandscapes()
Method get landscape input objects.
|
ParameterCollection |
getParColl()
Method to get parameter collection.
|
void |
setFieldGeometries(org.geotools.feature.FeatureCollection fieldGeometries)
Method to set field geometries.
|
void |
setFields(java.util.Map<java.lang.Integer,java.util.List<Field>> fields)
Method to set field geometries attribute data.
|
void |
setForests(java.util.List<Forest> forests)
Method to set forest input objects.
|
void |
setLandscapes(java.util.List<Landscape> landscapes)
Method to set landscape input objects.
|
void |
setParColl(ParameterCollection parColl)
Method to set parameter collection.
|
public ParameterCollection getParColl()
public void setParColl(ParameterCollection parColl)
parColl
- Parameter collectionpublic java.util.Map<java.lang.Integer,java.util.List<Field>> getFields()
public void setFields(java.util.Map<java.lang.Integer,java.util.List<Field>> fields)
fields
- Field id - attribute data mappingpublic java.util.List<Forest> getForests()
public void setForests(java.util.List<Forest> forests)
forests
- List of forest objectspublic java.util.List<Landscape> getLandscapes()
public void setLandscapes(java.util.List<Landscape> landscapes)
landscapes
- List of landscape objectspublic org.geotools.feature.FeatureCollection getFieldGeometries()
public void setFieldGeometries(org.geotools.feature.FeatureCollection fieldGeometries)
fieldGeometries
- Feature collection of field geometries