ESRI.ArcGIS.SpatialAnalystTools
KernelDensity Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > KernelDensity Class > KernelDensity Constructor : KernelDensity Constructor(Object,Object,Object)




in_features
The input features (point or line) for which to calculate the density. (In, Required)
population_field
Field denoting population values for each feature. The Population field is the count or quantity to be spread across the landscape to create a continuous surface. (In, Required)
out_raster
The output kernel density raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal population_field As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim population_field As Object
Dim out_raster As Object
 
Dim instance As KernelDensity(in_features, population_field, out_raster)
C# 
public KernelDensity( 
   object in_features,
   object population_field,
   object out_raster
)

Parameters

in_features
The input features (point or line) for which to calculate the density. (In, Required)
population_field
Field denoting population values for each feature. The Population field is the count or quantity to be spread across the landscape to create a continuous surface. (In, Required)
out_raster
The output kernel density raster. (Out, Required)

See Also

© 2010 All Rights Reserved.