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

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

public class LineStatistics
extends AbstractGPTool

Calculates a statistic on the attributes of lines in a circular neighborhood around each output cell. The Line Statistics tool is contained in the Spatial Analyst Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
LineStatistics()
          Creates the Line Statistics tool with defaults.
LineStatistics(java.lang.Object inPolylineFeatures, java.lang.Object field, java.lang.Object outRaster)
          Creates the Line Statistics tool with the required parameters.
 
Method Summary
 java.lang.Object getCellSize()
          Returns the Output cell size parameter of this tool .
 java.lang.Object getField()
          Returns the Field parameter of this tool .
 java.lang.Object getInPolylineFeatures()
          Returns the Input polyline features parameter of this tool .
 java.lang.Object getOutRaster()
          Returns the Output raster parameter of this tool .
 double getSearchRadius()
          Returns the Search radius parameter of this tool .
 java.lang.String getStatisticsType()
          Returns the Statistics type parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setCellSize(java.lang.Object cellSize)
          Sets the Output cell size parameter of this tool .
 void setField(java.lang.Object field)
          Sets the Field parameter of this tool .
 void setInPolylineFeatures(java.lang.Object inPolylineFeatures)
          Sets the Input polyline features parameter of this tool .
 void setOutRaster(java.lang.Object outRaster)
          Sets the Output raster parameter of this tool .
 void setSearchRadius(double searchRadius)
          Sets the Search radius parameter of this tool .
 void setStatisticsType(java.lang.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

LineStatistics

public LineStatistics()
Creates the Line Statistics tool with defaults.

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


LineStatistics

public LineStatistics(java.lang.Object inPolylineFeatures,
                      java.lang.Object field,
                      java.lang.Object outRaster)
Creates the Line 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:
inPolylineFeatures - the input polyline features for which to calculate the Line Statistics.
field - field can be any numeric field of the input line features. it can be the Shape field if the input features contains z.
outRaster - the output line statistics raster.
Method Detail

getInPolylineFeatures

public java.lang.Object getInPolylineFeatures()
Returns the Input polyline features parameter of this tool . This parameter is the input polyline features for which to calculate the Line Statistics. This is a required parameter.

Returns:
the Input polyline features

setInPolylineFeatures

public void setInPolylineFeatures(java.lang.Object inPolylineFeatures)
Sets the Input polyline features parameter of this tool . This parameter is the input polyline features for which to calculate the Line Statistics. This is a required parameter.

Parameters:
inPolylineFeatures - the input polyline features for which to calculate the Line Statistics.

getField

public java.lang.Object getField()
Returns the Field parameter of this tool . This parameter is field can be any numeric field of the input line features. it can be the Shape field if the input features contains z. This is a required parameter.

Returns:
the Field

setField

public void setField(java.lang.Object field)
Sets the Field parameter of this tool . This parameter is field can be any numeric field of the input line features. it can be the Shape field if the input features contains z. This is a required parameter.

Parameters:
field - field can be any numeric field of the input line features. it can be the Shape field if the input features contains z.

getOutRaster

public java.lang.Object getOutRaster()
Returns the Output raster parameter of this tool . This parameter is the output line statistics raster. This is a required parameter.

Returns:
the Output raster

setOutRaster

public void setOutRaster(java.lang.Object outRaster)
Sets the Output raster parameter of this tool . This parameter is the output line statistics raster. This is a required parameter.

Parameters:
outRaster - the output line statistics raster.

getCellSize

public java.lang.Object getCellSize()
Returns the Output cell size parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Output cell size

setCellSize

public void setCellSize(java.lang.Object cellSize)
Sets the Output cell size parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getSearchRadius

public double getSearchRadius()
Returns the Search radius parameter of this tool . This parameter is search radius to calculate the desired statistic within, in map units. the default radius is five times the output cell size. This is an optional parameter.

Returns:
the Search radius

setSearchRadius

public void setSearchRadius(double searchRadius)
Sets the Search radius parameter of this tool . This parameter is search radius to calculate the desired statistic within, in map units. the default radius is five times the output cell size. This is an optional parameter.

Parameters:
searchRadius - search radius to calculate the desired statistic within, in map units. the default radius is five times the output cell size.

getStatisticsType

public java.lang.String getStatisticsType()
Returns the Statistics type parameter of this tool . This parameter is the Statistic type to be calculated. statistics are calculated on the value of the specified field for all lines in the neighborhood. This is an optional parameter.

Returns:
the Statistics type

setStatisticsType

public void setStatisticsType(java.lang.String statisticsType)
Sets the Statistics type parameter of this tool . This parameter is the Statistic type to be calculated. statistics are calculated on the value of the specified field for all lines in the neighborhood. This is an optional parameter.

Parameters:
statisticsType - the Statistic type to be calculated. statistics are calculated on the value of the specified field for all lines in the neighborhood.

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias