trait GeoTiffData extends AnyRef
Holds information on how the data is represented, projected, and any user defined tags.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTiffData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val cellType: CellType
- abstract def crs: CRS
- abstract def extent: Extent
- abstract def imageData: GeoTiffImageData
- abstract def options: GeoTiffOptions
- abstract def overviews: List[GeoTiffData]
- abstract def tags: Tags
Concrete Value Members
- def pixelSampleType: Option[PixelSampleType]