public class HDFPlot2
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HDFPlot2.HDFRasterizer
Rasterizes HDF files as heat map images.
|
static class |
HDFPlot2.HDFRasterizeWaterMask |
| Constructor and Description |
|---|
HDFPlot2() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawScale(Path output,
Aggregate.MinMax valueRange,
int width,
int height)
Draws a scale used with the heat map
|
static void |
main(java.lang.String[] args) |
static Job |
plotHeatMap(Path[] inFiles,
Path outFile,
OperationsParams params) |
static Job |
plotWaterMask(Path[] inFiles,
Path outFile,
OperationsParams params)
Plot a water mask for a region and store the result in a binary format.
|
public static void drawScale(Path output,
Aggregate.MinMax valueRange,
int width,
int height)
throws java.io.IOException
output - valueRange - width - height - java.io.IOExceptionpublic static Job plotWaterMask(Path[] inFiles,
Path outFile,
OperationsParams params)
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
inFiles - outFile - params - java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundExceptionpublic static Job plotHeatMap(Path[] inFiles,
Path outFile,
OperationsParams params)
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
args - java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.ClassNotFoundException