Packages

t

geotrellis.raster.costdistance

CostDistanceMethods

trait CostDistanceMethods extends MethodExtensions[Tile]

Trait to extent Cost-Distance Methods to Tile

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CostDistanceMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def costDistance(points: Seq[(Int, Int)]): Tile

    Compute the cost-distance function over the present Tile and the given set of points.

  2. def costDistanceWithPaths(point: (Int, Int)): CostDistanceWithPathsResult

    Compute the cost-distance function over the present Tile and the given set of points.