Packages

object GeoTiff

Companion object to GeoTiff

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

Value Members

  1. val DefaultBlockSize: Int
  2. def apply(projectedRaster: ProjectedRaster[MultibandTile])(implicit d: DummyImplicit): MultibandGeoTiff
  3. def apply(projectedRaster: ProjectedRaster[Tile]): SinglebandGeoTiff
  4. def apply(raster: MultibandRaster, crs: CRS): MultibandGeoTiff
  5. def apply(tile: MultibandTile, extent: Extent, crs: CRS): MultibandGeoTiff
  6. def apply(raster: SinglebandRaster, crs: CRS): SinglebandGeoTiff
  7. def apply(tile: Tile, extent: Extent, crs: CRS): SinglebandGeoTiff
  8. def apply(path: String): Either[SinglebandGeoTiff, MultibandGeoTiff]
  9. def readMultiband(path: String): MultibandGeoTiff
  10. def readSingleband(path: String): SinglebandGeoTiff