c

geotrellis.raster.reproject

RasterTileFeatureReprojectMethods

abstract class RasterTileFeatureReprojectMethods[T <: CellGrid[Int], D] extends MethodExtensions[TileFeature[Raster[T], D]]

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

Instance Constructors

  1. new RasterTileFeatureReprojectMethods(self: TileFeature[Raster[T], D])(implicit arg0: (T) ⇒ TileReprojectMethods[T])

Value Members

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