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

geotrellis.source.SourceBuilder.scala Maven / Gradle / Ivy

The newest version!
package geotrellis.source

import geotrellis.RasterExtent
import geotrellis._

trait SourceBuilder[Elem, +To] {
  var op:Op[Seq[Op[Elem]]] = null
  def setOp(op:Op[Seq[Op[Elem]]]):this.type  
  var rasterExtent:RasterExtent = null
  def result():To
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy