Packages

object Utils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def modifyField(obj: AnyRef, name: String, value: Any): Unit

    A dirty reflection function to modify object vals

  2. def roundExtent(extent: Extent, scale: Int = 11): Extent
  3. def roundRaster[T <: CellGrid[Int]](raster: Raster[T], scale: Int = 11): Raster[T]