geotrellis.raster.merge.Implicits.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geotrellis-raster_2.11 Show documentation
Show all versions of geotrellis-raster_2.11 Show documentation
GeoTrellis is an open source geographic data processing engine for high performance applications.
The newest version!
package geotrellis.raster.merge
import geotrellis.raster._
object Implicits extends Implicits
/**
* A trait holding the implicit class which makes the extensions
* methods available.
*/
trait Implicits {
implicit class withRasterMergeMethods[T <: CellGrid: ? => TileMergeMethods[T]](self: Raster[T]) extends RasterMergeMethods[T](self)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy