All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geotrellis.raster.reproject.Implicits.scala Maven / Gradle / Ivy

package geotrellis.raster.reproject

import geotrellis.raster._

object Implicits extends Implicits

trait Implicits {
  implicit class withProjectedRasterReprojectMethods[T <: CellGrid](self: ProjectedRaster[T])(implicit ev: Raster[T] => RasterReprojectMethods[Raster[T]])
    extends ProjectedRasterReprojectMethods[T](self)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy