Packages

trait GeoTiffData extends AnyRef

Holds information on how the data is represented, projected, and any user defined tags.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val cellType: CellType
  2. abstract def crs: CRS
  3. abstract def extent: Extent
  4. abstract def imageData: GeoTiffImageData
  5. abstract def options: GeoTiffOptions
  6. abstract def overviews: List[GeoTiffData]
  7. abstract def tags: Tags

Concrete Value Members

  1. def pixelSampleType: Option[PixelSampleType]