Class/Object

geotrellis.raster.io.geotiff.tags

NonBasicTags

Related Docs: object NonBasicTags | package tags

Permalink

case class NonBasicTags(cellLength: Option[Int] = scala.None, cellWidth: Option[Int] = scala.None, extraSamples: Option[Array[Int]] = scala.None, fillOrder: Int = 1, freeByteCounts: Option[Array[Long]] = scala.None, freeOffsets: Option[Array[Long]] = scala.None, grayResponseCurve: Option[Array[Int]] = scala.None, grayResponseUnit: Option[Int] = scala.None, newSubfileType: Option[Long] = scala.None, orientation: Int = 1, planarConfiguration: Option[Int] = scala.None, subfileType: Option[Int] = scala.None, thresholding: Int = 1, t4Options: Int = 0, t6Options: Option[Int] = scala.None, halftoneHints: Option[Array[Int]] = scala.None, predictor: Option[Int] = scala.None) extends Product with Serializable

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

Instance Constructors

  1. new NonBasicTags(cellLength: Option[Int] = scala.None, cellWidth: Option[Int] = scala.None, extraSamples: Option[Array[Int]] = scala.None, fillOrder: Int = 1, freeByteCounts: Option[Array[Long]] = scala.None, freeOffsets: Option[Array[Long]] = scala.None, grayResponseCurve: Option[Array[Int]] = scala.None, grayResponseUnit: Option[Int] = scala.None, newSubfileType: Option[Long] = scala.None, orientation: Int = 1, planarConfiguration: Option[Int] = scala.None, subfileType: Option[Int] = scala.None, thresholding: Int = 1, t4Options: Int = 0, t6Options: Option[Int] = scala.None, halftoneHints: Option[Array[Int]] = scala.None, predictor: Option[Int] = scala.None)

    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. val cellLength: Option[Int]

    Permalink
  6. val cellWidth: Option[Int]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val extraSamples: Option[Array[Int]]

    Permalink
  10. val fillOrder: Int

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val freeByteCounts: Option[Array[Long]]

    Permalink
  13. val freeOffsets: Option[Array[Long]]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val grayResponseCurve: Option[Array[Int]]

    Permalink
  16. val grayResponseUnit: Option[Int]

    Permalink
  17. val halftoneHints: Option[Array[Int]]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val newSubfileType: Option[Long]

    Permalink
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. val orientation: Int

    Permalink
  24. val planarConfiguration: Option[Int]

    Permalink
  25. val predictor: Option[Int]

    Permalink
  26. val subfileType: Option[Int]

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

    Permalink
    Definition Classes
    AnyRef
  28. val t4Options: Int

    Permalink
  29. val t6Options: Option[Int]

    Permalink
  30. val thresholding: Int

    Permalink
  31. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped