io.pdal

package io.pdal

Members list

Type members

Classlikes

case class DimType(id: String, `type`: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DimType

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DimType.type
case class ExecutionException(msg: String) extends PipelineException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class InitializationException(msg: String) extends PipelineException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object LogLevel extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
LogLevel.type
trait Native extends AutoCloseable

Attributes

Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes
class Pipeline extends Native

Attributes

Companion
object
Supertypes
trait Native
trait AutoCloseable
class Object
trait Matchable
class Any
object Pipeline extends NativeLoader

Attributes

Companion
class
Supertypes
class NativeLoader
class Object
trait Matchable
class Any
Self type
Pipeline.type
abstract class PipelineException(msg: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class PointCloud(bytes: Array[Byte], dimTypes: Map[String, SizedDimType])

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.

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.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class PointLayout extends Native

Attributes

Supertypes
trait Native
trait AutoCloseable
class Object
trait Matchable
class Any
class PointView extends Native

Attributes

Supertypes
trait Native
trait AutoCloseable
class Object
trait Matchable
class Any
class PointViewIterator extends Iterator[PointView], Native

Attributes

Supertypes
trait Native
trait AutoCloseable
trait Iterator[PointView]
class Object
trait Matchable
class Any
Show all
case class SizedDimType(dimType: DimType, size: Long, offset: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Triangle(a: Int, b: Int, c: Int) extends Product3[Int, Int, Int]

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

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product3[Int, Int, Int]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Triangle

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Triangle.type
class TriangularMesh extends Iterator[Triangle], Native

Attributes

Supertypes
trait Native
trait AutoCloseable
trait Iterator[Triangle]
class Object
trait Matchable
class Any
Show all