abstract class RasterTileFeatureReprojectMethods[T <: CellGrid[Int], D] extends MethodExtensions[TileFeature[Raster[T], D]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RasterTileFeatureReprojectMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RasterTileFeatureReprojectMethods(self: TileFeature[Raster[T], D])(implicit arg0: (T) ⇒ TileReprojectMethods[T])
Value Members
- def reproject(gridBounds: GridBounds[Int], transform: Transform, inverseTransform: Transform): TileFeature[Raster[T], D]
- def reproject(gridBounds: GridBounds[Int], transform: Transform, inverseTransform: Transform, options: Options): TileFeature[Raster[T], D]
- def reproject(gridBounds: GridBounds[Int], src: CRS, dest: CRS): TileFeature[Raster[T], D]
- def reproject(gridBounds: GridBounds[Int], src: CRS, dest: CRS, options: Options): TileFeature[Raster[T], D]
- def reproject(src: CRS, dest: CRS): TileFeature[Raster[T], D]
- def reproject(src: CRS, dest: CRS, options: Options): TileFeature[Raster[T], D]
- def reproject(targetRasterExtent: RasterExtent, transform: Transform, inverseTransform: Transform): TileFeature[Raster[T], D]
- def reproject(targetRasterExtent: RasterExtent, transform: Transform, inverseTransform: Transform, options: Options): TileFeature[Raster[T], D]
-
val
self: TileFeature[Raster[T], D]
- Definition Classes
- RasterTileFeatureReprojectMethods → MethodExtensions