PointViewIterator

io.pdal.PointViewIterator
class PointViewIterator extends Iterator[PointView], Native

Attributes

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

Members list

Value members

Abstract methods

def close(): Unit
def hasNext: Boolean
def next(): PointView

Inherited methods

def forEachRemaining(x$0: Consumer[_ >: PointView <: <FromJavaObject>]): Unit

Attributes

Inherited from:
Iterator
def ptr(): Long

Attributes

Inherited from:
Native
def remove(): Unit

Attributes

Inherited from:
Iterator

Inherited fields

protected var nativeHandle: Long

Attributes

Inherited from:
Native