Package

com.astrolabsoftware.spark3d

spatial3DRDD

Permalink

package spatial3DRDD

Visibility
  1. Public
  2. All

Type Members

  1. class Point3DRDD extends Shape3DRDD[Point3D]

    Permalink
  2. abstract class Shape3DRDD[T <: Shape3D] extends Serializable

    Permalink

    Class to handle generic 3D RDD.

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

  3. class SphereRDD extends Shape3DRDD[ShellEnvelope]

    Permalink

Value Members

  1. object Loader

    Permalink

    Put here routine to load data for a specific data format Currently available: all Spark DataSource V2 compatible format! i.e.

    Put here routine to load data for a specific data format Currently available: all Spark DataSource V2 compatible format! i.e. CSV, JSON, TXT, Avro, Parquet, FITS, HDF5, ROOT (<= 6.11), ...

  2. object Point3DRDD extends Serializable

    Permalink

    Construct a Point3DRDD from a RDD[Point3D]

  3. object SphereRDD extends Serializable

    Permalink

    Construct a ShellEnvelopeRDD from a RDD[ShellEnvelope]

Ungrouped