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 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 voidmain(String[] args)The main method.static booleanparallelFilterRenderNoStitch(String outputPath)Parallel filter render no stitch.static booleanparallelFilterRenderStitch(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.
-
-