case class TiffTags(metadataTags: MetadataTags = ..., basicTags: BasicTags = ..., nonBasicTags: NonBasicTags = ..., geoTiffTags: GeoTiffTags = ..., documentationTags: DocumentationTags = ..., tileTags: TileTags = ..., cmykTags: CmykTags = ..., dataSampleFormatTags: DataSampleFormatTags = ..., colimetryTags: ColimetryTags = ..., jpegTags: JpegTags = ..., yCbCrTags: YCbCrTags = ..., nonStandardizedTags: NonStandardizedTags = ..., tiffType: TiffType = geotrellis.raster.io.geotiff.Tiff, overviews: List[TiffTags] = scala.collection.immutable.Nil) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TiffTags
  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 TiffTags(metadataTags: MetadataTags = ..., basicTags: BasicTags = ..., nonBasicTags: NonBasicTags = ..., geoTiffTags: GeoTiffTags = ..., documentationTags: DocumentationTags = ..., tileTags: TileTags = ..., cmykTags: CmykTags = ..., dataSampleFormatTags: DataSampleFormatTags = ..., colimetryTags: ColimetryTags = ..., jpegTags: JpegTags = ..., yCbCrTags: YCbCrTags = ..., nonStandardizedTags: NonStandardizedTags = ..., tiffType: TiffType = geotrellis.raster.io.geotiff.Tiff, overviews: List[TiffTags] = scala.collection.immutable.Nil)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bandCount: Int
  6. def bandType: BandType
  7. val basicTags: BasicTags
  8. def bitsPerPixel(): Int
  9. def bitsPerSample: Int
  10. def bytesPerPixel: Int
  11. def cellSize: CellSize
  12. def cellType: CellType
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. val cmykTags: CmykTags
  15. val colimetryTags: ColimetryTags
  16. def cols: Int
  17. def compression: Int
  18. lazy val crs: CRS
  19. val dataSampleFormatTags: DataSampleFormatTags
  20. val documentationTags: DocumentationTags
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def extent: Extent
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def geoTiffSegmentLayout: GeoTiffSegmentLayout
  25. val geoTiffTags: GeoTiffTags
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hasPixelInterleave: Boolean
  28. def hasStripStorage(): Boolean
  29. def imageSegmentBitsSize(index: Int): Long
  30. def imageSegmentByteSize(index: Int): Long
  31. def interleaveMethod(): InterleaveMethod
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val jpegTags: JpegTags
  34. val metadataTags: MetadataTags
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def noDataValue: Option[Double]
  37. val nonBasicTags: NonBasicTags
  38. val nonStandardizedTags: NonStandardizedTags
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. val overviews: List[TiffTags]
  42. def pixelSampleType(): Option[PixelSampleType]
  43. def proj4String: Option[String]
  44. def rasterExtent: RasterExtent
  45. def rowSize: Int
  46. def rows: Int
  47. def rowsInSegment(index: Int): Int
  48. def rowsInStrip(index: Int): Option[Long]
  49. def segmentByteCounts: Array[Long]
  50. def segmentCount: Int
  51. def segmentOffsets: Array[Long]
  52. def setGDALNoData(input: String): TiffTags
  53. def storageMethod: StorageMethod
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def tags: Tags
  56. val tiffType: TiffType
  57. val tileTags: TileTags
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. val yCbCrTags: YCbCrTags

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped