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

geotrellis.util.MethodExtensions.scala Maven / Gradle / Ivy

Go to download

GeoTrellis is an open source geographic data processing engine for high performance applications.

There is a newer version: 0.10.1
Show newest version
package geotrellis.util


/**
  * The base-trait from which all implicit classes containing
  * extension methods are derived.
  */
trait MethodExtensions[+T] extends Serializable {
  def self: T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy