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. val PointRDDIndexType: IndexType
  5. val PointRDDInputLocation: String
  6. val PointRDDNumPartitions: Int
  7. val PointRDDOffset: Int
  8. val PointRDDSplitter: FileDataSplitter
  9. val PolygonRDDEndOffset: Int
  10. val PolygonRDDInputLocation: String
  11. val PolygonRDDNumPartitions: Int
  12. val PolygonRDDSplitter: FileDataSplitter
  13. val PolygonRDDStartOffset: Int
  14. var ShapeFileInputLocation: String
  15. def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. val conf: SparkConf
  19. val eachQueryLoopTimes: Int
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. val geometryFactory: GeometryFactory
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val joinQueryPartitioningType: GridType
  29. val kNNQueryPoint: Point
  30. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val rangeQueryWindow: Envelope
  35. val resourceFolder: String
  36. val sc: SparkContext
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def testDistanceJoinQuery(): Unit

    Test spatial join query.

    Test spatial join query.

    Exceptions thrown

    Exception the exception

  39. def testDistanceJoinQueryUsingIndex(): Unit

    Test spatial join query using index.

    Test spatial join query using index.

    Exceptions thrown

    Exception the exception

  40. def testLoadShapefileIntoPolygonRDD(): Unit
    Annotations
    @throws( ... )
  41. def testSpatialJoinQuery(): Unit

    Test spatial join query.

    Test spatial join query.

    Exceptions thrown

    Exception the exception

  42. def testSpatialJoinQueryUsingIndex(): Unit

    Test spatial join query using index.

    Test spatial join query using index.

    Exceptions thrown

    Exception the exception

  43. def testSpatialKnnQuery(): Unit

    Test spatial knn query.

    Test spatial knn query.

    Exceptions thrown

    Exception the exception

  44. def testSpatialKnnQueryUsingIndex(): Unit

    Test spatial knn query using index.

    Test spatial knn query using index.

    Exceptions thrown

    Exception the exception

  45. def testSpatialRangeQuery(): Unit

    Test spatial range query.

    Test spatial range query.

    Exceptions thrown

    Exception the exception

  46. def testSpatialRangeQueryUsingIndex(): Unit

    Test spatial range query using index.

    Test spatial range query using index.

    Exceptions thrown

    Exception the exception

  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. 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