Class

com.spark3d.spatial3DRDD

Shape3DRDD

Related Doc: package spatial3DRDD

Permalink

abstract class Shape3DRDD[T <: Shape3D] extends Serializable

Class to handle generic 3D RDD. The output type is T which extends the class Shape3D.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shape3DRDD
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Shape3DRDD()

    Permalink

Abstract Value Members

  1. abstract val isSpherical: Boolean

    Permalink
  2. abstract val rawRDD: RDD[T]

    Permalink

    RDD containing the initial data formated as T.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. var boundary: BoxEnvelope

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getDataEnvelope(): BoxEnvelope

    Permalink
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def partition(partitioner: SpatialPartitioner)(implicit c: ClassTag[T]): RDD[T]

    Permalink

    Repartion a RDD[T] according to a custom partitioner.

    Repartion a RDD[T] according to a custom partitioner.

    partitioner

    : (SpatialPartitioner) Instance of SpatialPartitioner or any extension of it.

    returns

    (RDD[T]) Repartitioned RDD[T].

  18. def spatialPartitioning(gridtype: GridType, numPartitions: Int = 1)(implicit c: ClassTag[T]): RDD[T]

    Permalink

    Apply a spatial partitioning to this.rawRDD, and return a RDD[T] with the new partitioning.

    Apply a spatial partitioning to this.rawRDD, and return a RDD[T] with the new partitioning. The list of available partitioning can be found in utils/GridType. By default, the outgoing level of parallelism is the same as the incoming one (i.e. same number of partitions).

    gridtype

    : (GridType) Type of partitioning to apply. See utils/GridType.

    numPartitions

    : (Int) Number of partitions for the partitioned RDD. By default (-1), the number of partitions is that of the raw RDD. You can force it to be different by setting manually this parameter. Be aware of shuffling though...

    returns

    (RDD[T]) RDD whose elements are T (Point3D, Sphere, etc...)

  19. def spatialPartitioning(partitioner: SpatialPartitioner)(implicit c: ClassTag[T]): RDD[T]

    Permalink

    Apply any Spatial Partitioner to this.rawRDD[T], and return a RDD[T] with the new partitioning.

    Apply any Spatial Partitioner to this.rawRDD[T], and return a RDD[T] with the new partitioning.

    partitioner

    : (SpatialPartitioner) Spatial partitioner as defined in utils.GridType

    returns

    (RDD[T]) RDD whose elements are T (Point3D, Sphere, etc...)

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped