T
- public interface GISOutput<T>
Modifier and Type | Method and Description |
---|---|
double |
getVolume()
Get result deailing with volume calculations
|
void |
initiateCalculation(T O)
Method to calculate the output for displaying in a gis tool
|
void |
writeOutput(java.lang.String category)
Method for outputting data into a text file
|
void |
writeShapefile(java.lang.String category)
Method for outputting data into a shapefile
|
void initiateCalculation(T O)
double getVolume()
void writeShapefile(java.lang.String category) throws java.lang.Exception
category
- the category of agentjava.lang.Exception
void writeOutput(java.lang.String category)
category
- the category of agent