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. val PointRDDIndexType: IndexType
  2. val PointRDDInputLocation: String
  3. val PointRDDNumPartitions: Int
  4. val PointRDDOffset: Int
  5. val PointRDDSplitter: FileDataSplitter
  6. val PolygonRDDEndOffset: Int
  7. val PolygonRDDInputLocation: String
  8. val PolygonRDDNumPartitions: Int
  9. val PolygonRDDSplitter: FileDataSplitter
  10. val PolygonRDDStartOffset: Int
  11. var ShapeFileInputLocation: String
  12. val conf: SparkConf
  13. val eachQueryLoopTimes: Int
  14. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  15. val geometryFactory: GeometryFactory
  16. val joinQueryPartitioningType: GridType
  17. val kNNQueryPoint: Point
  18. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  19. val rangeQueryWindow: Envelope
  20. val resourceFolder: String
  21. val sc: SparkContext
  22. def testDistanceJoinQuery(): Unit

    Test spatial join query.

    Test spatial join query.

    Exceptions thrown

    Exception the exception

  23. def testDistanceJoinQueryUsingIndex(): Unit

    Test spatial join query using index.

    Test spatial join query using index.

    Exceptions thrown

    Exception the exception

  24. def testLoadShapefileIntoPolygonRDD(): Unit
    Annotations
    @throws( ... )
  25. def testSpatialJoinQuery(): Unit

    Test spatial join query.

    Test spatial join query.

    Exceptions thrown

    Exception the exception

  26. def testSpatialJoinQueryUsingIndex(): Unit

    Test spatial join query using index.

    Test spatial join query using index.

    Exceptions thrown

    Exception the exception

  27. def testSpatialKnnQuery(): Unit

    Test spatial knn query.

    Test spatial knn query.

    Exceptions thrown

    Exception the exception

  28. def testSpatialKnnQueryUsingIndex(): Unit

    Test spatial knn query using index.

    Test spatial knn query using index.

    Exceptions thrown

    Exception the exception

  29. def testSpatialRangeQuery(): Unit

    Test spatial range query.

    Test spatial range query.

    Exceptions thrown

    Exception the exception

  30. def testSpatialRangeQueryUsingIndex(): Unit

    Test spatial range query using index.

    Test spatial range query using index.

    Exceptions thrown

    Exception the exception

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