Packages

c

geotrellis.spark.viewshed.Implicits

withRDDViewshedMethods

implicit class withRDDViewshedMethods[K, V] extends RDDViewshedMethods[K, V]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withRDDViewshedMethods
  2. RDDViewshedMethods
  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 withRDDViewshedMethods(self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]])(implicit arg0: (K) ⇒ SpatialKey, arg1: ClassTag[K], arg2: (V) ⇒ Tile)

Value Members

  1. val self: RDD[(K, V)] with Metadata[TileLayerMetadata[K]]
  2. def viewshed(points: Seq[Viewpoint], maxDistance: Double = Double.PositiveInfinity, curvature: Boolean = true, operator: AggregationOperator = Or, epsilon: Double = 1/math.Pi, scatter: Boolean = true)(implicit sc: SparkContext): RDD[(K, Tile)] with Metadata[TileLayerMetadata[K]]
    Definition Classes
    RDDViewshedMethods