Packages

object ScalaExample extends App

The Class ScalaExample.

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaExample
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. var ConfFile: FileInputStream
  2. val HDFDataVariableList: Array[String]
  3. val HDFDataVariableName: String
  4. val HDFIncrement: Int
  5. val HDFOffset: Int
  6. val HDFRootGroupName: String
  7. val HDFswitchXY: Boolean
  8. val LineStringInputLocation: String
  9. val LineStringNumPartitions: Int
  10. val LineStringOffset: Int
  11. val LineStringSplitter: FileDataSplitter
  12. val PointInputLocation: String
  13. val PointNumPartitions: Int
  14. val PointOffset: Int
  15. val PointSplitter: FileDataSplitter
  16. val PolygonInputLocation: String
  17. val PolygonNumPartitions: Int
  18. val PolygonOffset: Int
  19. val PolygonSplitter: FileDataSplitter
  20. val RectangleInputLocation: String
  21. val RectangleNumPartitions: Int
  22. val RectangleOffset: Int
  23. val RectangleSplitter: FileDataSplitter
  24. val USMainLandBoundary: Envelope
  25. def buildChoroplethMap(outputPath: String): Boolean

    Builds the choropleth map.

    Builds the choropleth map.

    outputPath

    the output path

    returns

    true, if successful

  26. def buildHeatMap(outputPath: String): Boolean

    Builds the heat map.

    Builds the heat map.

    outputPath

    the output path

    returns

    true, if successful

  27. def buildScatterPlot(outputPath: String): Boolean

    Builds the scatter plot.

    Builds the scatter plot.

    outputPath

    the output path

    returns

    true, if successful

  28. val choroplethMapOutputPath: String
  29. val demoOutputPath: String
  30. val earthdataInputLocation: String
  31. val earthdataNumPartitions: Int
  32. val earthdataScatterPlotOutputPath: String
  33. def earthdataVisualization(outputPath: String): Boolean
  34. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  35. val heatMapOutputPath: String
  36. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  37. def parallelFilterRenderNoStitch(outputPath: String): Boolean

    Parallel filter render stitch.

    Parallel filter render stitch.

    outputPath

    the output path

    returns

    true, if successful

  38. def parallelFilterRenderStitch(outputPath: String): Boolean

    Parallel filter render stitch.

    Parallel filter render stitch.

    outputPath

    the output path

    returns

    true, if successful

  39. val parallelFilterRenderStitchOutputPath: String
  40. val prop: Properties
  41. val resourcePath: String
  42. val scatterPlotOutputPath: String
  43. val sparkConf: SparkConf
  44. val sparkContext: SparkContext
  45. val urlPrefix: String

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear