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. 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() @HotSpotIntrinsicCandidate()
  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. val geometryFactory: GeometryFactory
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val joinQueryPartitioningType: GridType
  28. val kNNQueryPoint: Point
  29. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. val rangeQueryWindow: Envelope
  34. val resourceFolder: String
  35. val sc: SparkContext
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def testDistanceJoinQuery(): Unit

    Test spatial join query.

    Test spatial join query.

    Exceptions thrown

    Exception the exception

  38. def testDistanceJoinQueryUsingIndex(): Unit

    Test spatial join query using index.

    Test spatial join query using index.

    Exceptions thrown

    Exception the exception

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

    Test spatial join query.

    Test spatial join query.

    Exceptions thrown

    Exception the exception

  41. def testSpatialJoinQueryUsingIndex(): Unit

    Test spatial join query using index.

    Test spatial join query using index.

    Exceptions thrown

    Exception the exception

  42. def testSpatialKnnQuery(): Unit

    Test spatial knn query.

    Test spatial knn query.

    Exceptions thrown

    Exception the exception

  43. def testSpatialKnnQueryUsingIndex(): Unit

    Test spatial knn query using index.

    Test spatial knn query using index.

    Exceptions thrown

    Exception the exception

  44. def testSpatialRangeQuery(): Unit

    Test spatial range query.

    Test spatial range query.

    Exceptions thrown

    Exception the exception

  45. def testSpatialRangeQueryUsingIndex(): Unit

    Test spatial range query using index.

    Test spatial range query using index.

    Exceptions thrown

    Exception the exception

  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped