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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bandCount: Int
- val bandType: BandType
- def cellType: CellType
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val compression: Compression
- val crs: CRS
- val decompressor: Decompressor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extent: Extent
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noDataValue: Option[Double]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val options: GeoTiffOptions
- val overviews: List[GeoTiffInfo]
- def rasterExtent: RasterExtent
- val segmentBytes: SegmentBytes
- val segmentLayout: GeoTiffSegmentLayout
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tags: Tags
-
def
toList: List[GeoTiffInfo]
Build list with head as this object and tail as overviews field
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()