com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Class PointStatistics

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointStatistics
All Implemented Interfaces:
GPTool

public class PointStatistics
extends AbstractGPTool

Calculates a statistic on points over a specified neighborhood outputting a raster. The Point Statistics tool is contained in the Spatial Analyst Tools tool box.
Learn more about how Point Statistics works

Software restrictions: none

Usage tips:


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

PointStatistics

public PointStatistics()
Creates the Point Statistics tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


PointStatistics

public PointStatistics(Object inPointFeatures,
                       Object field,
                       Object outRaster)
Creates the Point Statistics tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inPointFeatures - Composite Geodataset, the input can be either a point or multipoint feature class.
field - Field, field can be any numeric field of in_point_features. Field can be the shape field if in_point_features contains z.
outRaster - Raster Dataset, the raster to be created.
Method Detail

getInPointFeatures

public Object getInPointFeatures()
Returns the Input point features parameter of this tool . This parameter is Composite Geodataset, the input can be either a point or multipoint feature class. This is a required parameter.

Returns:
the Input point features

setInPointFeatures

public void setInPointFeatures(Object inPointFeatures)
Sets the Input point features parameter of this tool . This parameter is Composite Geodataset, the input can be either a point or multipoint feature class. This is a required parameter.

Parameters:
inPointFeatures - Composite Geodataset, the input can be either a point or multipoint feature class.

getField

public Object getField()
Returns the Field parameter of this tool . This parameter is Field, field can be any numeric field of in_point_features. Field can be the shape field if in_point_features contains z. This is a required parameter.

Returns:
the Field

setField

public void setField(Object field)
Sets the Field parameter of this tool . This parameter is Field, field can be any numeric field of in_point_features. Field can be the shape field if in_point_features contains z. This is a required parameter.

Parameters:
field - Field, field can be any numeric field of in_point_features. Field can be the shape field if in_point_features contains z.

getOutRaster

public Object getOutRaster()
Returns the Output raster parameter of this tool . This parameter is Raster Dataset, the raster to be created. This is a required parameter.

Returns:
the Output raster

setOutRaster

public void setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . This parameter is Raster Dataset, the raster to be created. This is a required parameter.

Parameters:
outRaster - Raster Dataset, the raster to be created.

getCellSize

public Object getCellSize()
Returns the Output cell size parameter of this tool . This parameter is Analysis cell size, 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 in_polyline_features in the output spatial reference, divided by 250. This is an optional parameter.

Returns:
the Output cell size

setCellSize

public void setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . This parameter is Analysis cell size, 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 in_polyline_features in the output spatial reference, divided by 250. This is an optional parameter.

Parameters:
cellSize - Analysis cell size, 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 in_polyline_features in the output spatial reference, divided by 250.

getNeighborhood

public Object getNeighborhood()
Returns the Neighborhood parameter of this tool . This parameter is Neighborhood, the default is RECTANGLE, width = 3 and height = 3 cells. This is an optional parameter.

Returns:
the Neighborhood

setNeighborhood

public void setNeighborhood(Object neighborhood)
Sets the Neighborhood parameter of this tool . This parameter is Neighborhood, the default is RECTANGLE, width = 3 and height = 3 cells. This is an optional parameter.

Parameters:
neighborhood - Neighborhood, the default is RECTANGLE, width = 3 and height = 3 cells.

getStatisticsType

public String getStatisticsType()
Returns the Statistics type parameter of this tool . This parameter is String, the calculation is performed on the values of points in the neighborhood of each output raster cell. This is an optional parameter.

Returns:
the Statistics type

setStatisticsType

public void setStatisticsType(String statisticsType)
Sets the Statistics type parameter of this tool . This parameter is String, the calculation is performed on the values of points in the neighborhood of each output raster cell. This is an optional parameter.

Parameters:
statisticsType - String, the calculation is performed on the values of points in the neighborhood of each output raster cell.

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias