|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.spatialanalysttools.KernelDensity
public class KernelDensity
Calculates a magnitude per unit area from point or polyline features using a kernel function to fit a smoothly tapered surface to each point or polyline.
The Kernel Density tool is contained in the Spatial Analyst Tools tool box.
Learn more about how Kernel Density works
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
KernelDensity()
Creates the Kernel Density tool with defaults. |
|
KernelDensity(Object inFeatures,
Object populationField,
Object outRaster)
Creates the Kernel Density tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAreaUnitScaleFactor()
Returns the Area units parameter of this tool . |
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getInFeatures()
Returns the Input point or polyline features parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster parameter of this tool . |
Object |
getPopulationField()
Returns the Population field parameter of this tool . |
double |
getSearchRadius()
Returns the Search radius parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setAreaUnitScaleFactor(String areaUnitScaleFactor)
Sets the Area units parameter of this tool . |
void |
setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input point or polyline features parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setPopulationField(Object populationField)
Sets the Population field parameter of this tool . |
void |
setSearchRadius(double searchRadius)
Sets the Search radius parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KernelDensity()
Initializes the array of tool parameters with the default values specified when the tool was created.
public KernelDensity(Object inFeatures,
Object populationField,
Object outRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures - Composite Geodataset, the input features (point or line) to calculate the density for.populationField - Field, otherwise, the default field is outRaster - Raster Dataset, the raster to be created.| Method Detail |
|---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures - Composite Geodataset, the input features (point or line) to calculate the density for.public Object getPopulationField()
public void setPopulationField(Object populationField)
populationField - Field, otherwise, the default field is public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster - Raster Dataset, the raster to be created.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize - Analysis cell size, this is the value in the environment if specifically set. If the environment is not set, then cell size is the shortest of the width or height of the extent of in_features in the output spatial reference, divided by 250.public double getSearchRadius()
public void setSearchRadius(double searchRadius)
searchRadius - Double, the default is the shortest of the width or height of the extent of in_features in the output spatial reference, divided by 30.public String getAreaUnitScaleFactor()
public void setAreaUnitScaleFactor(String areaUnitScaleFactor)
areaUnitScaleFactor - String, the default density units based on the input feature units are:public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||