public class Example extends Object
| Constructor and Description |
|---|
Example() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
buildChoroplethMap(String outputPath)
Builds the choropleth map.
|
static boolean |
buildHeatMap(String outputPath)
Builds the heat map.
|
static boolean |
buildScatterPlot(String outputPath)
Builds the scatter plot.
|
static boolean |
earthdataVisualization(String outputPath)
Earthdata visualization.
|
static void |
main(String[] args)
The main method.
|
static boolean |
parallelFilterRenderNoStitch(String outputPath)
Parallel filter render no stitch.
|
static boolean |
parallelFilterRenderStitch(String outputPath)
Parallel filter render stitch.
|
public static boolean buildScatterPlot(String outputPath)
outputPath - the output pathpublic static boolean buildHeatMap(String outputPath)
outputPath - the output pathpublic static boolean buildChoroplethMap(String outputPath)
outputPath - the output pathpublic static boolean parallelFilterRenderNoStitch(String outputPath)
outputPath - the output pathpublic static boolean parallelFilterRenderStitch(String outputPath)
outputPath - the output pathpublic static boolean earthdataVisualization(String outputPath)
outputPath - the output pathpublic static void main(String[] args) throws IOException
args - the argumentsIOException - Signals that an I/O exception has occurred.Copyright © 2023 The Apache Software Foundation. All rights reserved.