Packages

class PointRDD extends SpatialRDD[Point]

The Class PointRDD.

Linear Supertypes
SpatialRDD[Point], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointRDD
  2. SpatialRDD
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PointRDD(sparkContext: JavaSparkContext, InputLocation: String, Offset: Integer, splitter: FileDataSplitter, carryInputData: Boolean, partitions: Integer)

    Instantiates a new point RDD.

    Instantiates a new point RDD.

    sparkContext

    the spark context

    InputLocation

    the input location

    Offset

    the offset

    splitter

    the splitter

    carryInputData

    the carry input data

    partitions

    the partitions

  2. new PointRDD(sparkContext: JavaSparkContext, InputLocation: String, userSuppliedMapper: FlatMapFunction[_, _])

    Instantiates a new point RDD.

    Instantiates a new point RDD.

    sparkContext

    the spark context

    InputLocation

    the input location

    userSuppliedMapper

    the user supplied mapper

  3. new PointRDD(sparkContext: JavaSparkContext, InputLocation: String, partitions: Integer, userSuppliedMapper: FlatMapFunction[_, _])

    Instantiates a new point RDD.

    Instantiates a new point RDD.

    sparkContext

    the spark context

    InputLocation

    the input location

    partitions

    the partitions

    userSuppliedMapper

    the user supplied mapper

  4. new PointRDD(sparkContext: JavaSparkContext, InputLocation: String, splitter: FileDataSplitter, carryInputData: Boolean)

    Instantiates a new point RDD.

    Instantiates a new point RDD.

    sparkContext

    the spark context

    InputLocation

    the input location

    splitter

    the splitter

    carryInputData

    the carry input data

  5. new PointRDD(sparkContext: JavaSparkContext, InputLocation: String, splitter: FileDataSplitter, carryInputData: Boolean, partitions: Integer)

    Instantiates a new point RDD.

    Instantiates a new point RDD.

    sparkContext

    the spark context

    InputLocation

    the input location

    splitter

    the splitter

    carryInputData

    the carry input data

    partitions

    the partitions

  6. new PointRDD(sparkContext: JavaSparkContext, InputLocation: String, Offset: Integer, splitter: FileDataSplitter, carryInputData: Boolean)

    Instantiates a new point RDD.

    Instantiates a new point RDD.

    sparkContext

    the spark context

    InputLocation

    the input location

    Offset

    the offset

    splitter

    the splitter

    carryInputData

    the carry input data

  7. new PointRDD(rawSpatialRDD: JavaRDD[Point])

    Instantiates a new point RDD.

    Instantiates a new point RDD.

    rawSpatialRDD

    the raw spatial RDD

  8. new PointRDD()

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. def CRSTransform(sourceEpsgCRSCode: String, targetEpsgCRSCode: String): Boolean

    CRS transform.

    CRS transform.

    sourceEpsgCRSCode

    the source epsg CRS code

    targetEpsgCRSCode

    the target epsg CRS code

    returns

    true, if successful

    Definition Classes
    SpatialRDD
  5. def CRSTransform(sourceEpsgCRSCode: String, targetEpsgCRSCode: String, lenient: Boolean): Boolean

    CRS transform.

    CRS transform.

    sourceEpsgCRSCode

    the source epsg CRS code

    targetEpsgCRSCode

    the target epsg CRS code

    lenient

    consider the difference of the geodetic datum between the two coordinate systems, if true, never throw an exception "Bursa-Wolf Parameters Required", but not recommended for careful analysis work

    returns

    true, if successful

    Definition Classes
    SpatialRDD
  6. def analyze(datasetBoundary: Envelope, approximateTotalCount: Integer): Boolean
    Definition Classes
    SpatialRDD
  7. def analyze(): Boolean

    Analyze.

    Analyze.

    returns

    true, if successful

    Definition Classes
    SpatialRDD
  8. def analyze(newLevel: StorageLevel): Boolean

    Analyze.

    Analyze.

    newLevel

    the new level

    returns

    true, if successful

    Definition Classes
    SpatialRDD
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def buildIndex(indexType: IndexType, buildIndexOnSpatialPartitionedRDD: Boolean): Unit

    Builds the index.

    Builds the index.

    indexType

    the index type

    buildIndexOnSpatialPartitionedRDD

    the build index on spatial partitioned RDD

    Definition Classes
    SpatialRDD
    Exceptions thrown

    Exception the exception

  11. def calc_partitioner(gridType: GridType, numPartitions: Int): Unit

    Spatial partitioning.

    Spatial partitioning.

    gridType

    the grid type

    returns

    true, if successful

    Definition Classes
    SpatialRDD
    Exceptions thrown

    Exception the exception

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def countWithoutDuplicates(): Long

    Count without duplicates.

    Count without duplicates.

    returns

    the long

    Definition Classes
    SpatialRDD
  14. def countWithoutDuplicatesSPRDD(): Long

    Count without duplicates SPRDD.

    Count without duplicates SPRDD.

    returns

    the long

    Definition Classes
    SpatialRDD
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def flipCoordinates(): Unit
    Definition Classes
    SpatialRDD
  19. def getCRStransformation(): Boolean

    Gets the CR stransformation.

    Gets the CR stransformation.

    returns

    the CR stransformation

    Definition Classes
    SpatialRDD
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getPartitioner(): SpatialPartitioner
    Definition Classes
    SpatialRDD
  22. def getRawSpatialRDD(): JavaRDD[Point]

    Gets the raw spatial RDD.

    Gets the raw spatial RDD.

    returns

    the raw spatial RDD

    Definition Classes
    SpatialRDD
  23. def getSampleNumber(): Int
    Definition Classes
    SpatialRDD
  24. def getSourceEpsgCode(): String

    Gets the source epsg code.

    Gets the source epsg code.

    returns

    the source epsg code

    Definition Classes
    SpatialRDD
  25. def getTargetEpgsgCode(): String

    Gets the target epgsg code.

    Gets the target epgsg code.

    returns

    the target epgsg code

    Definition Classes
    SpatialRDD
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def saveAsGeoJSON(outputLocation: String): Unit

    Save as geo JSON.

    Save as geo JSON.

    outputLocation

    the output location

    Definition Classes
    SpatialRDD
  32. def saveAsWKB(outputLocation: String): Unit

    Save as WKB.

    Save as WKB.

    outputLocation

    the output location

    Definition Classes
    SpatialRDD
  33. def saveAsWKT(outputLocation: String): Unit

    Save as WKT

    Save as WKT

    Definition Classes
    SpatialRDD
  34. def setRawSpatialRDD(rawSpatialRDD: JavaRDD[Point]): Unit

    Sets the raw spatial RDD.

    Sets the raw spatial RDD.

    rawSpatialRDD

    the new raw spatial RDD

    Definition Classes
    SpatialRDD
  35. def setSampleNumber(sampleNumber: Int): Unit

    Sets the sample number.

    Sets the sample number.

    sampleNumber

    the new sample number

    Definition Classes
    SpatialRDD
  36. def spatialPartitioning(partitioner: SpatialPartitioner): Unit
    Definition Classes
    SpatialRDD
  37. def spatialPartitioning(gridType: GridType, numPartitions: Int): Unit
    Definition Classes
    SpatialRDD
  38. def spatialPartitioning(gridType: GridType): Boolean
    Definition Classes
    SpatialRDD
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def MinimumBoundingRectangle(): RectangleRDD

    Minimum bounding rectangle.

    Minimum bounding rectangle.

    returns

    the rectangle RDD

    Definition Classes
    SpatialRDD
    Annotations
    @Deprecated
    Deprecated
  2. def boundary(): Envelope

    Boundary.

    Boundary.

    returns

    the envelope

    Definition Classes
    SpatialRDD
    Deprecated

    Call analyze() instead

  3. def spatialPartitioning(partitionTree: StandardQuadTree[_]): Boolean

    Definition Classes
    SpatialRDD
    Deprecated

    Use spatialPartitioning(SpatialPartitioner partitioner)

  4. def spatialPartitioning(otherGrids: List[Envelope]): Boolean

    Definition Classes
    SpatialRDD
    Deprecated

    Use spatialPartitioning(SpatialPartitioner partitioner)

Inherited from SpatialRDD[Point]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped