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 = ..., tiffType: TiffType = geotrellis.raster.io.geotiff.Tiff, overviews: List[TiffTags] = immutable.this.Nil) 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 = ..., tiffType: TiffType = geotrellis.raster.io.geotiff.Tiff, overviews: List[TiffTags] = immutable.this.Nil)

    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 cellType: CellType

    Permalink
  13. def clone(): AnyRef

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

    Permalink
  15. val colimetryTags: ColimetryTags

    Permalink
  16. def cols: Int

    Permalink
  17. def compression: Int

    Permalink
  18. lazy val crs: CRS

    Permalink
  19. val dataSampleFormatTags: DataSampleFormatTags

    Permalink
  20. val documentationTags: DocumentationTags

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

    Permalink
    Definition Classes
    AnyRef
  22. def extent: Extent

    Permalink
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def geoTiffSegmentLayout: GeoTiffSegmentLayout

    Permalink
  25. val geoTiffTags: GeoTiffTags

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hasPixelInterleave: Boolean

    Permalink
  28. def hasStripStorage(): Boolean

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

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

    Permalink
  31. def interleaveMethod(): InterleaveMethod

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val jpegTags: JpegTags

    Permalink
  34. val metadataTags: MetadataTags

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

    Permalink
    Definition Classes
    AnyRef
  36. def noDataValue: Option[Double]

    Permalink
  37. val nonBasicTags: NonBasicTags

    Permalink
  38. val nonStandardizedTags: NonStandardizedTags

    Permalink
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. val overviews: List[TiffTags]

    Permalink
  42. def pixelSampleType(): Option[PixelSampleType]

    Permalink
  43. def proj4String: Option[String]

    Permalink
  44. def rasterExtent: RasterExtent

    Permalink
  45. def rowSize: Int

    Permalink
  46. def rows: Int

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

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

    Permalink
  49. def segmentByteCounts: Array[Long]

    Permalink
  50. def segmentCount: Int

    Permalink
  51. def segmentOffsets: Array[Long]

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

    Permalink
  53. def storageMethod: StorageMethod

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

    Permalink
    Definition Classes
    AnyRef
  55. def tags: Tags

    Permalink
  56. val tiffType: TiffType

    Permalink
  57. val tileTags: TileTags

    Permalink
  58. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped