object GeoTiff
Companion object to GeoTiff
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTiff
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val DefaultBlockSize: Int
- def apply(projectedRaster: ProjectedRaster[MultibandTile])(implicit d: DummyImplicit): MultibandGeoTiff
- def apply(projectedRaster: ProjectedRaster[Tile]): SinglebandGeoTiff
- def apply(raster: MultibandRaster, crs: CRS): MultibandGeoTiff
- def apply(tile: MultibandTile, extent: Extent, crs: CRS): MultibandGeoTiff
- def apply(raster: SinglebandRaster, crs: CRS): SinglebandGeoTiff
- def apply(tile: Tile, extent: Extent, crs: CRS): SinglebandGeoTiff
- def apply(path: String): Either[SinglebandGeoTiff, MultibandGeoTiff]
- def readMultiband(path: String): MultibandGeoTiff
- def readSingleband(path: String): SinglebandGeoTiff