geotrellis.raster.io.geotiff.tags

TiffTags

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 = ...) extends Product with Serializable

Annotations
@Lenses( "_" )
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
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
Learn more about member selection
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 = ...)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bandCount: Int

  8. def bandType: BandType

  9. val basicTags: BasicTags

  10. def bitsPerPixel(): Int

  11. def bitsPerSample: Int

  12. def bytesPerPixel: Int

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val cmykTags: CmykTags

  15. val colimetryTags: ColimetryTags

  16. def cols: <error>

  17. def compression: <error>

  18. def 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def geoKeyDirectory: GeoKeyDirectory

  25. val geoTiffTags: GeoTiffTags

  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hasPixelArea(): Boolean

  28. def hasPixelInterleave(): Boolean

  29. def hasStripStorage(): Boolean

  30. def imageSegmentBitsSize(index: Int): Long

  31. def imageSegmentByteSize(index: Int): Long

  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. val nonBasicTags: NonBasicTags

  37. val nonStandardizedTags: NonStandardizedTags

  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def proj4String: Option[String]

  41. def rowSize: Int

  42. def rows: <error>

  43. def rowsInSegment(index: Int): Int

  44. def rowsInStrip(index: Int): Option[Long]

  45. def segmentCount: Int

  46. def setGDALNoData(input: String): <error>

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

    Definition Classes
    AnyRef
  48. def tags: Tags

  49. val tileTags: TileTags

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. val yCbCrTags: YCbCrTags

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped