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 SummaryConstructors Constructor Description Example()
 - 
Method SummaryAll 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- 
buildScatterPlotpublic static boolean buildScatterPlot(String outputPath) Builds the scatter plot.- Parameters:
- outputPath- the output path
- Returns:
- true, if successful
 
 - 
buildHeatMappublic static boolean buildHeatMap(String outputPath) Builds the heat map.- Parameters:
- outputPath- the output path
- Returns:
- true, if successful
 
 - 
buildChoroplethMappublic static boolean buildChoroplethMap(String outputPath) Builds the choropleth map.- Parameters:
- outputPath- the output path
- Returns:
- true, if successful
 
 - 
parallelFilterRenderNoStitchpublic static boolean parallelFilterRenderNoStitch(String outputPath) Parallel filter render no stitch.- Parameters:
- outputPath- the output path
- Returns:
- true, if successful
 
 - 
parallelFilterRenderStitchpublic static boolean parallelFilterRenderStitch(String outputPath) Parallel filter render stitch.- Parameters:
- outputPath- the output path
- Returns:
- true, if successful
 
 - 
earthdataVisualizationpublic static boolean earthdataVisualization(String outputPath) Earthdata visualization.- Parameters:
- outputPath- the output path
- Returns:
- true, if successful
 
 - 
mainpublic static void main(String[] args) throws IOException The main method.- Parameters:
- args- the arguments
- Throws:
- IOException- Signals that an I/O exception has occurred.
 
 
- 
 
-