Class Example


  • public class Example
    extends Object
    The Class Example.
    • Constructor Detail

      • Example

        public Example()
    • 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.