implicit class withRDDDoubleKernelDensityMethods extends RDDDoubleKernelDensityMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withRDDDoubleKernelDensityMethods
- RDDDoubleKernelDensityMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withRDDDoubleKernelDensityMethods(self: RDD[PointFeature[Double]])
Value Members
-
def
kernelDensity(kernel: Kernel, layoutDefinition: LayoutDefinition, crs: CRS, cellType: CellType): RDD[(SpatialKey, Tile)] with Metadata[TileLayerMetadata[SpatialKey]]
- Definition Classes
- RDDDoubleKernelDensityMethods
-
def
kernelDensity(kernel: Kernel, layoutDefinition: LayoutDefinition, crs: CRS): RDD[(SpatialKey, Tile)] with Metadata[TileLayerMetadata[SpatialKey]]
- Definition Classes
- RDDDoubleKernelDensityMethods
-
val
self: RDD[PointFeature[Double]]
- Definition Classes
- withRDDDoubleKernelDensityMethods → MethodExtensions