Packages

c

geotrellis.spark.density.Implicits

withRDDIntKernelDensityMethods

implicit class withRDDIntKernelDensityMethods extends RDDIntKernelDensityMethods

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

Value Members

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