PointLayout

io.pdal.PointLayout
class PointLayout extends Native

Attributes

Graph
Supertypes
trait Native
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def close(): Unit
def dimPackedOffset(id: String): Long

Offset of a dim in a packed points byte array calculated as a sum of previous dim sizes. Valid for a point with all dims.

Offset of a dim in a packed points byte array calculated as a sum of previous dim sizes. Valid for a point with all dims.

Attributes

def dimSize(id: String): Long
def dimTypes(): Array[DimType]
def findDimType(name: String): DimType
def pointSize(): Long

Concrete methods

def dimPackedOffset(dimType: DimType): Long
def dimSize(dimType: DimType): Long
def sizedDimTypes(): Map[String, SizedDimType]
def toSizedDimTypes(dimTypes: Array[DimType]): Map[String, SizedDimType]

Inherited methods

def ptr(): Long

Attributes

Inherited from:
Native

Inherited fields

protected var nativeHandle: Long

Attributes

Inherited from:
Native