Package

io

pdal

Permalink

package pdal

Visibility
  1. Public
  2. All

Type Members

  1. case class DimType(id: String, type: String, scale: Double = 1, offset: Double = 0) extends Product with Serializable

    Permalink
  2. trait Native extends AnyRef

    Permalink
  3. class Pipeline extends Native

    Permalink
  4. case class PointCloud(bytes: Array[Byte], dimTypes: Map[String, SizedDimType]) extends Product with Serializable

    Permalink

    PointCloud abstraction to work with packed point(s) in JVM memory.

    PointCloud abstraction to work with packed point(s) in JVM memory. SizedDimType contains size and offset for a particular packed point with the current set of dims.

  5. class PointLayout extends Native

    Permalink
  6. class PointView extends Native

    Permalink
  7. class PointViewIterator extends Iterator[PointView] with Native

    Permalink
  8. case class SizedDimType(dimType: DimType, size: Long, offset: Long) extends Product with Serializable

    Permalink

Value Members

  1. object DimType extends Serializable

    Permalink
  2. object Pipeline

    Permalink

Ungrouped