|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointStatistics
public class PointStatistics
Calculates a statistic on the points in a neighborhood around each output cell. The Point Statistics tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PointStatistics()
Creates the Point Statistics tool with defaults. |
|
PointStatistics(Object inPointFeatures,
Object field,
Object outRaster)
Creates the Point Statistics tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getField()
Returns the Field parameter of this tool . |
Object |
getInPointFeatures()
Returns the Input point features parameter of this tool . |
Object |
getNeighborhood()
Returns the Neighborhood parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster parameter of this tool . |
String |
getStatisticsType()
Returns the Statistics type 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 |
setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . |
void |
setField(Object field)
Sets the Field parameter of this tool . |
void |
setInPointFeatures(Object inPointFeatures)
Sets the Input point features parameter of this tool . |
void |
setNeighborhood(Object neighborhood)
Sets the Neighborhood parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setStatisticsType(String statisticsType)
Sets the Statistics type 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 PointStatistics()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PointStatistics(Object inPointFeatures, Object field, 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.
inPointFeatures
- the input point features for which to calculate the statistics in a neighborhood around each output cell. the input can be either a point or multipoint feature class.field
- field can be any numeric field of the input point features. it can be the Shape field if the input features contains z.outRaster
- the output point statistics raster.Method Detail |
---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures
- the input point features for which to calculate the statistics in a neighborhood around each output cell. the input can be either a point or multipoint feature class.public Object getField()
public void setField(Object field)
field
- field can be any numeric field of the input point features. it can be the Shape field if the input features contains z.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output point statistics raster.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize
- cell size for output raster dataset. this is the value in the environment if specifically set. If not set in the environment, it is the shorter of the width or height of the extent of the input feature dataset, in the output spatial reference, divided by 250.public Object getNeighborhood()
public void setNeighborhood(Object neighborhood)
neighborhood
- the Neighborhood class dictates the shape of the area around each input point used to calculate the statistic. the different types of neighborhood available are: NbrAnnulus, NbrCircle, NbrRectangle, and NbrWedge. the following are the forms of the neighborhoods: the {CELL | MAP} parameter defines the distance units as either being Cell units or Map units. the default neighborhood is a square NbrRectangle with a width and height of 3 cells.public String getStatisticsType()
public void setStatisticsType(String statisticsType)
statisticsType
- the statistic type to be calculated. the calculation is performed on the values of the specified field of the point input in the neighborhood of each output raster cell.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 |