Package org.apache.sedona.viz.showcase
Class Example
- java.lang.Object
-
- org.apache.sedona.viz.showcase.Example
-
public class Example extends Object
The Class Example.
-
-
Constructor Summary
Constructors Constructor Description Example()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
buildScatterPlot
public static boolean buildScatterPlot(String outputPath)
Builds the scatter plot.- Parameters:
outputPath
- the output path- Returns:
- true, if successful
-
buildHeatMap
public static boolean buildHeatMap(String outputPath)
Builds the heat map.- Parameters:
outputPath
- the output path- Returns:
- true, if successful
-
buildChoroplethMap
public static boolean buildChoroplethMap(String outputPath)
Builds the choropleth map.- Parameters:
outputPath
- the output path- Returns:
- true, if successful
-
parallelFilterRenderNoStitch
public static boolean parallelFilterRenderNoStitch(String outputPath)
Parallel filter render no stitch.- Parameters:
outputPath
- the output path- Returns:
- true, if successful
-
parallelFilterRenderStitch
public static boolean parallelFilterRenderStitch(String outputPath)
Parallel filter render stitch.- Parameters:
outputPath
- the output path- Returns:
- true, if successful
-
earthdataVisualization
public static boolean earthdataVisualization(String outputPath)
Earthdata visualization.- Parameters:
outputPath
- the output path- Returns:
- true, if successful
-
main
public static void main(String[] args) throws IOException
The main method.- Parameters:
args
- the arguments- Throws:
IOException
- Signals that an I/O exception has occurred.
-
-