c

geotrellis.raster.reproject.Implicits

withSinglebandRasterTileFeatureReprojectMethods

implicit class withSinglebandRasterTileFeatureReprojectMethods[D] extends RasterTileFeatureReprojectMethods[Tile, D]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSinglebandRasterTileFeatureReprojectMethods
  2. RasterTileFeatureReprojectMethods
  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 withSinglebandRasterTileFeatureReprojectMethods(self: TileFeature[Raster[Tile], D])

Value Members

  1. def reproject(gridBounds: GridBounds[Int], transform: Transform, inverseTransform: Transform): TileFeature[Raster[Tile], D]
  2. def reproject(gridBounds: GridBounds[Int], transform: Transform, inverseTransform: Transform, options: Options): TileFeature[Raster[Tile], D]
  3. def reproject(gridBounds: GridBounds[Int], src: CRS, dest: CRS): TileFeature[Raster[Tile], D]
  4. def reproject(gridBounds: GridBounds[Int], src: CRS, dest: CRS, options: Options): TileFeature[Raster[Tile], D]
  5. def reproject(src: CRS, dest: CRS): TileFeature[Raster[Tile], D]
  6. def reproject(src: CRS, dest: CRS, options: Options): TileFeature[Raster[Tile], D]
  7. def reproject(targetRasterExtent: RasterExtent, transform: Transform, inverseTransform: Transform): TileFeature[Raster[Tile], D]
  8. def reproject(targetRasterExtent: RasterExtent, transform: Transform, inverseTransform: Transform, options: Options): TileFeature[Raster[Tile], D]
  9. val self: TileFeature[Raster[Tile], D]