Pipeline

io.pdal.Pipeline
See thePipeline companion object
class Pipeline extends Native

Attributes

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

Members list

Value members

Constructors

def this(json: String, logLevel: Value)

Abstract methods

def close(): Unit
def execute(): Unit
def getMetadata(): String
def getPipeline(): String
def getQuickInfo(): String
def getSchema(): String
def getSrsWKT2(): String

Concrete methods

Inherited methods

def ptr(): Long

Attributes

Inherited from:
Native

Concrete fields

val json: String
val logLevel: Int

Inherited fields

protected var nativeHandle: Long

Attributes

Inherited from:
Native