This document is archived and information here might be outdated.  Recommended version.


IDensityOp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > ID > IDensityOp Interface
ArcGIS Developer Help

IDensityOp Interface

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
Method 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.
Method LineDensity Calculates the simple density of lines in a radius around each output cell. Density is measured as length of lines per unit area.
Method 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