Class/Object

geotrellis.raster.io.geotiff.tags

TiffTags

Related Docs: object TiffTags | package tags

Permalink

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

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
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 = ...)

    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 bandCount: Int

    Permalink
  6. def bandType: BandType

    Permalink
  7. val basicTags: BasicTags

    Permalink
  8. def bitsPerPixel(): Int

    Permalink
  9. def bitsPerSample: Int

    Permalink
  10. def bytesPerPixel: Int

    Permalink
  11. def cellSize: CellSize

    Permalink
  12. def clone(): AnyRef

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

    Permalink
  14. val colimetryTags: ColimetryTags

    Permalink
  15. def cols: Int

    Permalink
  16. def compression: Int

    Permalink
  17. lazy val crs: CRS

    Permalink
  18. val dataSampleFormatTags: DataSampleFormatTags

    Permalink
  19. val documentationTags: DocumentationTags

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

    Permalink
    Definition Classes
    AnyRef
  21. def extent: Extent

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val geoTiffTags: GeoTiffTags

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hasPixelInterleave(): Boolean

    Permalink
  26. def hasStripStorage(): Boolean

    Permalink
  27. def imageSegmentBitsSize(index: Int): Long

    Permalink
  28. def imageSegmentByteSize(index: Int): Long

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val jpegTags: JpegTags

    Permalink
  31. val metadataTags: MetadataTags

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

    Permalink
    Definition Classes
    AnyRef
  33. val nonBasicTags: NonBasicTags

    Permalink
  34. val nonStandardizedTags: NonStandardizedTags

    Permalink
  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  37. def pixelSampleType(): Option[PixelSampleType]

    Permalink
  38. def proj4String: Option[String]

    Permalink
  39. def rowSize: Int

    Permalink
  40. def rows: Int

    Permalink
  41. def rowsInSegment(index: Int): Int

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

    Permalink
  43. def segmentCount: Int

    Permalink
  44. def setGDALNoData(input: String): TiffTags

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

    Permalink
    Definition Classes
    AnyRef
  46. def tags: Tags

    Permalink
  47. val tileTags: TileTags

    Permalink
  48. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped