Class

io.pdal

PointView

Related Doc: package pdal

Permalink

class PointView extends Native

Linear Supertypes
Native, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointView
  2. Native
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PointView()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    PointViewNative → AutoCloseable
    Annotations
    @native()
  7. def empty(): Boolean

    Permalink
    Annotations
    @native()
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findDimType(name: String): DimType

    Permalink
  12. def get(idx: Int, dim: DimType): ByteBuffer

    Permalink
  13. def get(idx: Int, dim: String): ByteBuffer

    Permalink
  14. def get(packedPoint: Array[Byte], dim: DimType): ByteBuffer

    Permalink

    Reads dim from a packed point, point should contain all layout dims.

  15. def get(idx: Int, packedPoints: Array[Byte], dims: Array[DimType]): Array[Byte]

    Permalink
  16. def get(idx: Int, packedPoints: Array[Byte]): Array[Byte]

    Permalink

    Reads a packed point by point id from a set of packed points.

  17. def getByte(idx: Int, dim: DimType): Byte

    Permalink
  18. def getByte(idx: Int, dim: String): Byte

    Permalink
  19. def getByte(packedPoint: Array[Byte], dim: DimType): Byte

    Permalink
  20. def getByte(packedPoint: Array[Byte], dim: String): Byte

    Permalink
  21. def getChar(idx: Int, dim: DimType): Char

    Permalink
  22. def getChar(idx: Int, dim: String): Char

    Permalink
  23. def getChar(packedPoint: Array[Byte], dim: DimType): Char

    Permalink
  24. def getChar(packedPoint: Array[Byte], dim: String): Char

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getCrsProj4(): String

    Permalink
    Annotations
    @native()
  27. def getCrsWKT(pretty: Boolean): String

    Permalink
    Annotations
    @native()
  28. def getCrsWKT(): String

    Permalink
  29. def getDouble(idx: Int, dim: DimType): Double

    Permalink
  30. def getDouble(idx: Int, dim: String): Double

    Permalink

    One dimension read; for multiple dims custom logic required.

  31. def getDouble(packedPoint: Array[Byte], dim: DimType): Double

    Permalink
  32. def getDouble(packedPoint: Array[Byte], dim: String): Double

    Permalink
  33. def getFloat(idx: Int, dim: DimType): Float

    Permalink
  34. def getFloat(idx: Int, dim: String): Float

    Permalink
  35. def getFloat(packedPoint: Array[Byte], dim: DimType): Float

    Permalink
  36. def getFloat(packedPoint: Array[Byte], dim: String): Float

    Permalink
  37. def getInt(idx: Int, dim: DimType): Int

    Permalink
  38. def getInt(idx: Int, dim: String): Int

    Permalink
  39. def getInt(packedPoint: Array[Byte], dim: DimType): Int

    Permalink
  40. def getInt(packedPoint: Array[Byte], dim: String): Int

    Permalink
  41. def getLong(idx: Int, dim: DimType): Long

    Permalink
  42. def getLong(idx: Int, dim: String): Long

    Permalink
  43. def getLong(packedPoint: Array[Byte], dim: DimType): Long

    Permalink
  44. def getLong(packedPoint: Array[Byte], dim: String): Long

    Permalink
  45. def getPackedPoint(idx: Long, dims: Array[DimType]): Array[Byte]

    Permalink
    Annotations
    @native()
  46. def getPackedPoint(idx: Long): Array[Byte]

    Permalink
  47. def getPackedPoints(dims: Array[DimType]): Array[Byte]

    Permalink
    Annotations
    @native()
  48. def getPackedPoints(): Array[Byte]

    Permalink
  49. def getPointCloud(dims: Array[DimType]): PointCloud

    Permalink
  50. def getPointCloud(): PointCloud

    Permalink
  51. def getPointCloud(idx: Long, dims: Array[DimType]): PointCloud

    Permalink
  52. def getPointCloud(idx: Long): PointCloud

    Permalink
  53. def getShort(idx: Int, dim: DimType): Short

    Permalink
  54. def getShort(idx: Int, dim: String): Short

    Permalink
  55. def getShort(packedPoint: Array[Byte], dim: DimType): Short

    Permalink
  56. def getShort(packedPoint: Array[Byte], dim: String): Short

    Permalink
  57. def getTriangularMesh(name: String): TriangularMesh

    Permalink
    Annotations
    @native()
  58. def getTriangularMesh(): TriangularMesh

    Permalink
  59. def getX(packedPoint: Array[Byte]): Double

    Permalink
  60. def getX(idx: Int): Double

    Permalink
  61. def getY(packedPoint: Array[Byte]): Double

    Permalink
  62. def getY(idx: Int): Double

    Permalink
  63. def getZ(packedPoint: Array[Byte]): Double

    Permalink
  64. def getZ(idx: Int): Double

    Permalink
  65. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  66. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  67. def layout(): PointLayout

    Permalink
    Annotations
    @native()
  68. def length(): Int

    Permalink
  69. var nativeHandle: Long

    Permalink
    Attributes
    protected
    Definition Classes
    Native
  70. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  71. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  72. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  73. def ptr(): Long

    Permalink
    Definition Classes
    Native
  74. def rasterizeTriangularMesh(extent: Array[Double], cols: Int, rows: Int, dim: DimType, name: String): Array[Double]

    Permalink
    Annotations
    @native()
  75. def rasterizeTriangularMesh(extent: Array[Double], cols: Int, rows: Int, dim: DimType): Array[Double]

    Permalink
  76. def rasterizeTriangularMesh(extent: Array[Double], cols: Int, rows: Int, dim: String): Array[Double]

    Permalink
  77. def rasterizeTriangularMesh(extent: Array[Double], cols: Int, rows: Int): Array[Double]

    Permalink
  78. def size(): Int

    Permalink
    Annotations
    @native()
  79. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  80. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  81. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Native

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped