Packages

c

geotrellis.raster.costdistance.Implicits

withTileCostDistanceMethods

implicit class withTileCostDistanceMethods extends CostDistanceMethods

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

Instance Constructors

  1. new withTileCostDistanceMethods(self: Tile)

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.

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

    Definition Classes
    CostDistanceMethods
  2. def costDistanceWithPaths(point: (Int, Int)): CostDistanceWithPathsResult

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

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

    Definition Classes
    CostDistanceMethods
  3. val self: Tile