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

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

package geotrellis.raster

import geotrellis.vector.Extent
import geotrellis.proj4._

package object reproject {
  // Function that takes in coordinates in the first to arrays and fills out
  // the second two arrays with transformed coordinates (srcX, srcY, dstX, dstY)
  type RowTransform = (Array[Double], Array[Double], Array[Double], Array[Double]) => Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy