Packages

case class GeoTiffInfo(extent: Extent, crs: CRS, tags: Tags, options: GeoTiffOptions, bandType: BandType, segmentBytes: SegmentBytes, decompressor: Decompressor, segmentLayout: GeoTiffSegmentLayout, compression: Compression, bandCount: Int, noDataValue: Option[Double], overviews: List[GeoTiffInfo] = Nil) extends Product with Serializable

Container for GeoTiff metadata read by GeoTiffReader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffInfo
  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 GeoTiffInfo(extent: Extent, crs: CRS, tags: Tags, options: GeoTiffOptions, bandType: BandType, segmentBytes: SegmentBytes, decompressor: Decompressor, segmentLayout: GeoTiffSegmentLayout, compression: Compression, bandCount: Int, noDataValue: Option[Double], overviews: List[GeoTiffInfo] = Nil)

Value Members

  1. val bandCount: Int
  2. val bandType: BandType
  3. def cellType: CellType
  4. val compression: Compression
  5. val crs: CRS
  6. val decompressor: Decompressor
  7. val extent: Extent
  8. val noDataValue: Option[Double]
  9. val options: GeoTiffOptions
  10. val overviews: List[GeoTiffInfo]
  11. def rasterExtent: RasterExtent
  12. val segmentBytes: SegmentBytes
  13. val segmentLayout: GeoTiffSegmentLayout
  14. val tags: Tags
  15. def toList: List[GeoTiffInfo]

    Build list with head as this object and tail as overviews field