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
- Alphabetic
- By Inheritance
Inherited
- GeoTiffInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- val bandCount: Int
- val bandType: BandType
- def cellType: CellType
- val compression: Compression
- val crs: CRS
- val decompressor: Decompressor
- val extent: Extent
- val noDataValue: Option[Double]
- val options: GeoTiffOptions
- val overviews: List[GeoTiffInfo]
- def rasterExtent: RasterExtent
- val segmentBytes: SegmentBytes
- val segmentLayout: GeoTiffSegmentLayout
- val tags: Tags
-
def
toList: List[GeoTiffInfo]
Build list with head as this object and tail as overviews field