Package org.apache.sedona.viz.showcase
Class Example
java.lang.Object
org.apache.sedona.viz.showcase.Example
The Class Example.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbuildChoroplethMap(String outputPath) Builds the choropleth map.static booleanbuildHeatMap(String outputPath) Builds the heat map.static booleanbuildScatterPlot(String outputPath) Builds the scatter plot.static booleanearthdataVisualization(String outputPath) Earthdata visualization.static voidThe main method.static booleanparallelFilterRenderNoStitch(String outputPath) Parallel filter render no stitch.static booleanparallelFilterRenderStitch(String outputPath) Parallel filter render stitch.
-
Constructor Details
-
Example
public Example()
-
-
Method Details
-
buildScatterPlot
Builds the scatter plot.- Parameters:
outputPath- the output path- Returns:
- true, if successful
-
buildHeatMap
Builds the heat map.- Parameters:
outputPath- the output path- Returns:
- true, if successful
-
buildChoroplethMap
Builds the choropleth map.- Parameters:
outputPath- the output path- Returns:
- true, if successful
-
parallelFilterRenderNoStitch
Parallel filter render no stitch.- Parameters:
outputPath- the output path- Returns:
- true, if successful
-
parallelFilterRenderStitch
Parallel filter render stitch.- Parameters:
outputPath- the output path- Returns:
- true, if successful
-
earthdataVisualization
Earthdata visualization.- Parameters:
outputPath- the output path- Returns:
- true, if successful
-
main
The main method.- Parameters:
args- the arguments- Throws:
IOException- Signals that an I/O exception has occurred.
-