p

io

pdal

package pdal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DimType(id: String, type: String) extends Product with Serializable
  2. case class ExecutionException(msg: String) extends PipelineException with Product with Serializable
  3. case class InitializationException(msg: String) extends PipelineException with Product with Serializable
  4. trait Native extends AutoCloseable
  5. class Pipeline extends Native
  6. abstract class PipelineException extends Exception
  7. case class PointCloud(bytes: Array[Byte], dimTypes: Map[String, SizedDimType]) extends Product with Serializable

    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.

  8. class PointLayout extends Native
  9. class PointView extends Native
  10. class PointViewIterator extends Iterator[PointView] with Native
  11. case class SizedDimType(dimType: DimType, size: Long, offset: Long) extends Product with Serializable
  12. case class Triangle(a: Int, b: Int, c: Int) extends Product3[Int, Int, Int] with Product with Serializable

    Triangles with PointIds that correspond to PointIds from the original PDAL PointCloud table.

  13. class TriangularMesh extends Iterator[Triangle] with Native

Value Members

  1. object DimType extends Serializable
  2. object Pipeline extends NativeLoader
  3. object Triangle extends Serializable

Ungrouped