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

geotrellis.raster.op.zonal.summary.TileSummary.scala Maven / Gradle / Ivy

The newest version!
package geotrellis.raster.op.zonal.summary

import geotrellis._
import geotrellis.source._

trait TileSummary[T,V,That <: DataSource[_,V]] {
  def handlePartialTile[D](pt:PartialTileIntersection[D]):T
  def handleFullTile(pt:FullTileIntersection):T
  def converge(ds: DataSource[T,_]):That
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy