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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var ConfFile: FileInputStream
  5. val HDFDataVariableList: Array[String]
  6. val HDFDataVariableName: String
  7. val HDFIncrement: Int
  8. val HDFOffset: Int
  9. val HDFRootGroupName: String
  10. val HDFswitchXY: Boolean
  11. val LineStringInputLocation: String
  12. val LineStringNumPartitions: Int
  13. val LineStringOffset: Int
  14. val LineStringSplitter: FileDataSplitter
  15. val PointInputLocation: String
  16. val PointNumPartitions: Int
  17. val PointOffset: Int
  18. val PointSplitter: FileDataSplitter
  19. val PolygonInputLocation: String
  20. val PolygonNumPartitions: Int
  21. val PolygonOffset: Int
  22. val PolygonSplitter: FileDataSplitter
  23. val RectangleInputLocation: String
  24. val RectangleNumPartitions: Int
  25. val RectangleOffset: Int
  26. val RectangleSplitter: FileDataSplitter
  27. val USMainLandBoundary: Envelope
  28. def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def buildChoroplethMap(outputPath: String): Boolean

    Builds the choropleth map.

    Builds the choropleth map.

    outputPath

    the output path

    returns

    true, if successful

  31. def buildHeatMap(outputPath: String): Boolean

    Builds the heat map.

    Builds the heat map.

    outputPath

    the output path

    returns

    true, if successful

  32. def buildScatterPlot(outputPath: String): Boolean

    Builds the scatter plot.

    Builds the scatter plot.

    outputPath

    the output path

    returns

    true, if successful

  33. val choroplethMapOutputPath: String
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. val demoOutputPath: String
  36. val earthdataInputLocation: String
  37. val earthdataNumPartitions: Int
  38. val earthdataScatterPlotOutputPath: String
  39. def earthdataVisualization(outputPath: String): Boolean
  40. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  42. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  43. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. val heatMapOutputPath: String
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def parallelFilterRenderNoStitch(outputPath: String): Boolean

    Parallel filter render stitch.

    Parallel filter render stitch.

    outputPath

    the output path

    returns

    true, if successful

  53. def parallelFilterRenderStitch(outputPath: String): Boolean

    Parallel filter render stitch.

    Parallel filter render stitch.

    outputPath

    the output path

    returns

    true, if successful

  54. val parallelFilterRenderStitchOutputPath: String
  55. val prop: Properties
  56. val resourcePath: String
  57. val scatterPlotOutputPath: String
  58. val sparkConf: SparkConf
  59. val sparkContext: SparkContext
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. val urlPrefix: String
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

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

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped