implicit class withSinglebandProjectedRasterReprojectMethods extends ProjectedRasterReprojectMethods[Tile]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSinglebandProjectedRasterReprojectMethods
- ProjectedRasterReprojectMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withSinglebandProjectedRasterReprojectMethods(self: ProjectedRaster[Tile])
Value Members
-
def
regionReproject(rasterExtent: ProjectedRasterExtent, resampleMethod: resample.ResampleMethod)(implicit ev: RasterRegionReproject[Tile]): ProjectedRaster[Tile]
- Definition Classes
- ProjectedRasterReprojectMethods
-
def
regionReproject(dest: CRS, rasterExtent: RasterExtent, resampleMethod: resample.ResampleMethod)(implicit ev: RasterRegionReproject[Tile]): ProjectedRaster[Tile]
- Definition Classes
- ProjectedRasterReprojectMethods
-
def
reproject(gridBounds: GridBounds[Int], dest: CRS)(implicit ev: (Raster[Tile]) ⇒ RasterReprojectMethods[Raster[Tile]]): ProjectedRaster[Tile]
- Definition Classes
- ProjectedRasterReprojectMethods
-
def
reproject(gridBounds: GridBounds[Int], dest: CRS, options: Options)(implicit ev: (Raster[Tile]) ⇒ RasterReprojectMethods[Raster[Tile]]): ProjectedRaster[Tile]
Windowed
Windowed
- Definition Classes
- ProjectedRasterReprojectMethods
-
def
reproject(dest: CRS)(implicit ev: (Raster[Tile]) ⇒ RasterReprojectMethods[Raster[Tile]]): ProjectedRaster[Tile]
- Definition Classes
- ProjectedRasterReprojectMethods
-
def
reproject(dest: CRS, options: Options)(implicit ev: (Raster[Tile]) ⇒ RasterReprojectMethods[Raster[Tile]]): ProjectedRaster[Tile]
- Definition Classes
- ProjectedRasterReprojectMethods
-
val
self: ProjectedRaster[Tile]
- Definition Classes
- ProjectedRasterReprojectMethods → MethodExtensions