geotrellis.raster.op

global

package global

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. global
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Connectivity extends AnyRef

  2. case class CostDistanceWithPathsResult(res: Array[Seq[Int]], costs: Array[Double], tileDimension: (Int, Int)) extends Product with Serializable

  3. implicit class GlobalMethodExtensions extends GlobalMethods

  4. trait GlobalMethods extends TileMethods

  5. class Polygonizer extends AnyRef

  6. case class RegionGroupOptions(connectivity: Connectivity = FourNeighbors, ignoreNoData: Boolean = true) extends Product with Serializable

  7. case class RegionGroupResult(raster: Tile, regionMap: Map[Int, Int]) extends Product with Serializable

  8. class RegionPartition extends AnyRef

Value Members

  1. object ApproxViewshed extends Serializable

    Created by jchien on 4/30/14.

  2. object Convolve

    Computes the convolution of two rasters.

  3. object CostDistance

    Generate a Cost-Distance raster based on a set of starting points and a cost raster

  4. object CostDistanceWithPaths

  5. object EightNeighbors extends Connectivity with Product with Serializable

  6. object FourNeighbors extends Connectivity with Product with Serializable

  7. object RegionGroup

  8. object RegionGroupOptions extends Serializable

  9. object ToVector

  10. object VerticalFlip

    Flip the data for a raster along the X-axis.

  11. object Viewshed extends Serializable

    Created by jchien on 4/24/14.

Inherited from AnyRef

Inherited from Any

Ungrouped