Packages

c

geotrellis.spark.density.Implicits

withRDDDoubleKernelDensityMethods

implicit class withRDDDoubleKernelDensityMethods extends RDDDoubleKernelDensityMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withRDDDoubleKernelDensityMethods
  2. RDDDoubleKernelDensityMethods
  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 withRDDDoubleKernelDensityMethods(self: RDD[PointFeature[Double]])

Value Members

  1. def kernelDensity(kernel: Kernel, layoutDefinition: LayoutDefinition, crs: CRS, cellType: CellType): RDD[(SpatialKey, Tile)] with Metadata[TileLayerMetadata[SpatialKey]]
  2. def kernelDensity(kernel: Kernel, layoutDefinition: LayoutDefinition, crs: CRS): RDD[(SpatialKey, Tile)] with Metadata[TileLayerMetadata[SpatialKey]]
  3. val self: RDD[PointFeature[Double]]