Package

geotrellis.raster

reproject

Permalink

package reproject

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. reproject
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Implicits extends AnyRef

    Permalink
  2. trait MultibandRasterReprojectMethods extends RasterReprojectMethods[MultibandRaster]

    Permalink
  3. trait MultibandTileReprojectMethods extends TileReprojectMethods[MultibandTile]

    Permalink
  4. class ProjectedRasterReprojectMethods[T <: CellGrid] extends MethodExtensions[ProjectedRaster[T]]

    Permalink
  5. trait RasterRegionReproject[T <: CellGrid] extends Serializable

    Permalink
  6. trait RasterReprojectMethods[+T <: Raster[_]] extends MethodExtensions[T]

    Permalink
  7. class RasterTileFeatureReprojectMethods[T <: CellGrid, D] extends MethodExtensions[TileFeature[Raster[T], D]]

    Permalink
  8. class RasterizingReprojectBench extends AnyRef

    Permalink
    Annotations
    @BenchmarkMode() @State()
  9. type RowTransform = (Array[Double], Array[Double], Array[Double], Array[Double]) ⇒ Unit

    Permalink
  10. trait SinglebandRasterReprojectMethods extends RasterReprojectMethods[SinglebandRaster]

    Permalink
  11. trait SinglebandTileReprojectMethods extends TileReprojectMethods[Tile]

    Permalink
  12. class TileFeatureReprojectMethods[T <: CellGrid, D] extends TileReprojectMethods[TileFeature[T, D]]

    Permalink
  13. trait TileReprojectMethods[T <: CellGrid] extends MethodExtensions[T]

    Permalink

Value Members

  1. object Implicits extends Implicits

    Permalink
  2. object RasterRegionReproject extends Serializable

    Permalink
  3. object RasterizingReprojectBench

    Permalink
  4. object Reproject

    Permalink
  5. object ReprojectRasterExtent

    Permalink

    This is a conceptual port of GDALSuggestedWarpOutput2, part of GDAL.

    This is a conceptual port of GDALSuggestedWarpOutput2, part of GDAL. Docstring paraphrased from that code.

  6. object RowTransform

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped