Package

com.astrolabsoftware.spark3d

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. class BoundedUniquePriorityQueue[A <: Shape3D] extends Iterable[A] with Growable[A] with Serializable

    Permalink

    A wrapper on top of the normal priority queue, so that it is bounded by a given capacity (in case of overflow, replace the element based on the priority defined) and at the same time ensure that the priority queue contains only unique elements.

  2. class ExtPointing extends Pointing with Serializable

    Permalink
  3. class GeometryObjectComparator[A <: Shape3D] extends Ordering[A]

    Permalink

Value Members

  1. object GridType

    Permalink

    Register available GridType names used in Shape3DRDD to perform a RDD repartitioning.

  2. object Utils

    Permalink

Ungrouped