|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.intamap.generators.GeoTIFFGenerator
public class GeoTIFFGenerator
Generates GeoTIFF(s) from an interpolate response representing each of the sets of predicted values. The colour scheme of the images can be modified.
| Constructor Summary | |
|---|---|
GeoTIFFGenerator()
Creates a new GeoTIFF generator with the default colour. |
|
GeoTIFFGenerator(Colour colour)
Creates a new GeoTIFF generator with the given colour. |
|
| Method Summary | |
|---|---|
void |
generateGeoTIFF(InterpolateResponse response,
File outputFile,
org.uncertml.statistics.Statistic statistic)
Generates a GeoTIFF for a single set of predicted values using min/max values derived from the range of the set. |
void |
generateGeoTIFF(InterpolateResponse response,
File outputFile,
org.uncertml.statistics.Statistic statistic,
double min,
double max)
Generates a GeoTIFF for a single set of predicted values using the given min/max values. |
ArrayList<File> |
generateGeoTIFFs(InterpolateResponse response,
File outputDir)
Generates GeoTIFFs for each set of predicted values using min/max values derived from the range of each set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoTIFFGenerator()
public GeoTIFFGenerator(Colour colour)
colour - the colour| Method Detail |
|---|
public void generateGeoTIFF(InterpolateResponse response,
File outputFile,
org.uncertml.statistics.Statistic statistic)
throws GeneratorException,
IOException
response - the interpolate response to generate fromoutputFile - the file to writestatistic - the predicted values statistic to generate for
GeneratorException - if the domain in the response is not a grid or does not have a coordinate system
IOException - if I/O errors occur whilst writing the file
public void generateGeoTIFF(InterpolateResponse response,
File outputFile,
org.uncertml.statistics.Statistic statistic,
double min,
double max)
throws GeneratorException,
IOException
response - the interpolate response to generate fromoutputFile - the file to writestatistic - the predicted values statistic to generate formin - the minimum valuemax - the maximum value
GeneratorException - if the domain in the response is not a grid or does not have a coordinate system
IOException - if I/O errors occur whilst writing the file
public ArrayList<File> generateGeoTIFFs(InterpolateResponse response,
File outputDir)
throws GeneratorException,
IOException
response - the interpolate response to generate fromoutputDir - the directory to write the files to
GeneratorException - if the domain in the response is not a grid or does not have a coordinate system
IOException - if I/O errors occur whilst writing the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||