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

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

Go to download

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