public class CollectedResults
extends java.lang.Object
Constructor and Description |
---|
CollectedResults() |
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.
|
ParameterCollection |
getParams()
Method to get parameter collection.
|
ResultsCollection |
getResults()
Method to get results 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 |
setParams(ParameterCollection params)
Method to set parameter collection.
|
void |
setResults(ResultsCollection results)
Method to set results collection.
|
public ResultsCollection getResults()
public void setResults(ResultsCollection results)
results
- Results collectionpublic ParameterCollection getParams()
public void setParams(ParameterCollection params)
params
- 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 list mappingpublic org.geotools.feature.FeatureCollection getFieldGeometries()
public void setFieldGeometries(org.geotools.feature.FeatureCollection fieldGeometries)
fieldGeometries
- Feature collection of field geometries