c

geotrellis.raster.reproject.Implicits

withMultibandProjectedRasterReprojectMethods

implicit class withMultibandProjectedRasterReprojectMethods extends ProjectedRasterReprojectMethods[MultibandTile]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMultibandProjectedRasterReprojectMethods
  2. ProjectedRasterReprojectMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withMultibandProjectedRasterReprojectMethods(self: ProjectedRaster[MultibandTile])

Value Members

  1. def regionReproject(rasterExtent: ProjectedRasterExtent, resampleMethod: resample.ResampleMethod)(implicit ev: RasterRegionReproject[MultibandTile]): ProjectedRaster[MultibandTile]
  2. def regionReproject(dest: CRS, rasterExtent: RasterExtent, resampleMethod: resample.ResampleMethod)(implicit ev: RasterRegionReproject[MultibandTile]): ProjectedRaster[MultibandTile]
  3. def reproject(gridBounds: GridBounds[Int], dest: CRS)(implicit ev: (Raster[MultibandTile]) ⇒ RasterReprojectMethods[Raster[MultibandTile]]): ProjectedRaster[MultibandTile]
  4. def reproject(gridBounds: GridBounds[Int], dest: CRS, options: Options)(implicit ev: (Raster[MultibandTile]) ⇒ RasterReprojectMethods[Raster[MultibandTile]]): ProjectedRaster[MultibandTile]

    Windowed

    Windowed

    Definition Classes
    ProjectedRasterReprojectMethods
  5. def reproject(dest: CRS)(implicit ev: (Raster[MultibandTile]) ⇒ RasterReprojectMethods[Raster[MultibandTile]]): ProjectedRaster[MultibandTile]
  6. def reproject(dest: CRS, options: Options)(implicit ev: (Raster[MultibandTile]) ⇒ RasterReprojectMethods[Raster[MultibandTile]]): ProjectedRaster[MultibandTile]
  7. val self: ProjectedRaster[MultibandTile]