Provides access to members that control the density operations.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Members
|
Name |
Description |
|
KernelDensity |
Calculates the kernel density of points or lines in a radius around each output cell. A kernel function is used to distribute density values around each point or line. |
|
LineDensity |
Calculates the simple density of lines in a radius around each output cell. Density is measured as length of lines per unit area. |
|
PointDensity |
Calculates the simple density of points in a neighborhood around each output cell. Density is measured as number of points per unit area. |
Classes that implement IDensityOp
Classes |
Description |
RasterDensityOp |
A mechanism for performing density operations on rasters. |
Remarks