Class/Object

io.pdal.pipeline

WriteLas

Related Docs: object WriteLas | package pipeline

Permalink

case class WriteLas(filename: String, forward: Option[String] = scala.None, minorVersion: Option[Int] = scala.None, softwareId: Option[String] = scala.None, creationDoy: Option[Int] = scala.None, creationYear: Option[Int] = scala.None, dataformatId: Option[Int] = scala.None, systemId: Option[String] = scala.None, aSrs: Option[String] = scala.None, globalEncoding: Option[String] = scala.None, projectId: Option[String] = scala.None, compression: Option[String] = scala.None, scaleX: Option[Double] = scala.None, scaleY: Option[Double] = scala.None, scaleZ: Option[Double] = scala.None, offsetX: Option[String] = scala.None, offsetY: Option[String] = scala.None, offsetZ: Option[String] = scala.None, filesourceId: Option[Int] = scala.None, discardHighReturnNumbers: Option[Boolean] = scala.None, type: WriterType = WriterTypes.las) extends PipelineExpr with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, PipelineExpr, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteLas
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PipelineExpr
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WriteLas(filename: String, forward: Option[String] = scala.None, minorVersion: Option[Int] = scala.None, softwareId: Option[String] = scala.None, creationDoy: Option[Int] = scala.None, creationYear: Option[Int] = scala.None, dataformatId: Option[Int] = scala.None, systemId: Option[String] = scala.None, aSrs: Option[String] = scala.None, globalEncoding: Option[String] = scala.None, projectId: Option[String] = scala.None, compression: Option[String] = scala.None, scaleX: Option[Double] = scala.None, scaleY: Option[Double] = scala.None, scaleZ: Option[Double] = scala.None, offsetX: Option[String] = scala.None, offsetY: Option[String] = scala.None, offsetZ: Option[String] = scala.None, filesourceId: Option[Int] = scala.None, discardHighReturnNumbers: Option[Boolean] = scala.None, type: WriterType = WriterTypes.las)

    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. val aSrs: Option[String]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val compression: Option[String]

    Permalink
  8. val creationDoy: Option[Int]

    Permalink
  9. val creationYear: Option[Int]

    Permalink
  10. val dataformatId: Option[Int]

    Permalink
  11. val discardHighReturnNumbers: Option[Boolean]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. val filename: String

    Permalink
  14. val filesourceId: Option[Int]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val forward: Option[String]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. val globalEncoding: Option[String]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val minorVersion: Option[Int]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. val offsetX: Option[String]

    Permalink
  25. val offsetY: Option[String]

    Permalink
  26. val offsetZ: Option[String]

    Permalink
  27. val projectId: Option[String]

    Permalink
  28. val scaleX: Option[Double]

    Permalink
  29. val scaleY: Option[Double]

    Permalink
  30. val scaleZ: Option[Double]

    Permalink
  31. val softwareId: Option[String]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val systemId: Option[String]

    Permalink
  34. def toPipeline: Pipeline

    Permalink
    Definition Classes
    PipelineExpr
  35. def toPipelineConstructor: PipelineConstructor

    Permalink
    Definition Classes
    PipelineExpr
  36. val type: WriterType

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def ~(other: Option[PipelineExpr]): PipelineConstructor

    Permalink
    Definition Classes
    PipelineExpr
  41. def ~(other: PipelineExpr): PipelineConstructor

    Permalink
    Definition Classes
    PipelineExpr

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PipelineExpr

Inherited from AnyRef

Inherited from Any

Ungrouped