public class DensityAnalystParameterInput
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
Rectangle2D |
bounds
The bound of the density analysis.It is used to determine the bound of the output dataset.
|
double |
resultGridDatasetResolution
The resolution of density analysis results raster data.
|
double |
searchRadius
The radius of the search used to calculate the density in the grid neighborhood.
|
| Constructor and Description |
|---|
DensityAnalystParameterInput() |
public Rectangle2D bounds
public double resultGridDatasetResolution
public double searchRadius