|
|||||||||
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.datamanagementtools.BatchCalculateStatistics
public class BatchCalculateStatistics
Runs the Calculate Statistics tool on multiple raster datasets. The Batch Calculate Statistics tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
BatchCalculateStatistics()
Creates the Batch Calculate Statistics tool with defaults. |
|
BatchCalculateStatistics(Object inputRasterDatasets)
Creates the Batch Calculate Statistics tool with the required parameters. |
Method Summary | |
---|---|
String |
getBatchCalculateStatisticsSucceeded()
Returns the Batch Calculate Statistics Succeeded parameter of this tool (Read only). |
Object |
getIgnoreValues()
Returns the Ignore values parameter of this tool . |
Object |
getInputRasterDatasets()
Returns the Input Raster Datasets parameter of this tool . |
int |
getNumberOfColumnsToSkip()
Returns the Number of columns to skip parameter of this tool . |
int |
getNumberOfRowsToSkip()
Returns the Number of rows to skip 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 |
setIgnoreValues(Object ignoreValues)
Sets the Ignore values parameter of this tool . |
void |
setInputRasterDatasets(Object inputRasterDatasets)
Sets the Input Raster Datasets parameter of this tool . |
void |
setNumberOfColumnsToSkip(int numberOfColumnsToSkip)
Sets the Number of columns to skip parameter of this tool . |
void |
setNumberOfRowsToSkip(int numberOfRowsToSkip)
Sets the Number of rows to skip 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 BatchCalculateStatistics()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BatchCalculateStatistics(Object inputRasterDatasets)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputRasterDatasets
- the input raster datasets.Method Detail |
---|
public Object getInputRasterDatasets()
public void setInputRasterDatasets(Object inputRasterDatasets)
inputRasterDatasets
- the input raster datasets.public int getNumberOfColumnsToSkip()
public void setNumberOfColumnsToSkip(int numberOfColumnsToSkip)
numberOfColumnsToSkip
- the number of horizontal pixels between samples. the value must be greater than zero and less than or equal to the number of columns in the raster dataset. The default is 1 or the last skip factor used. the skip factors for raster datasets stored in a file geodatabase or an ArcSDE geodatabase are different. First, if the x and y skip factors are different, the smaller skip factor will be used for both the x and y skip factors. Second, the skip factor is related to the pyramid level that most closely fits the skip factor chosen. If the skip factor value is not equal to the number of pixels in a pyramid layer, the number is rounded down to the next pyramid level and those statistics are used.public int getNumberOfRowsToSkip()
public void setNumberOfRowsToSkip(int numberOfRowsToSkip)
numberOfRowsToSkip
- the number of vertical pixels between samples. the value must be greater than zero and less than or equal to the number of rows in the raster. The default is 1 or the last y skip factor used. the skip factors for raster datasets stored in a file geodatabase or an ArcSDE geodatabase are different. First, if the x and y skip factors are different, the smaller skip factor will be used for both the x and y skip factors. Second, the skip factor is related to the pyramid level that most closely fits the skip factor chosen. If the skip factor value is not equal to the number of pixels in a pyramid layer, the number is rounded down to the next pyramid level and those statistics are used.public Object getIgnoreValues()
public void setIgnoreValues(Object ignoreValues)
ignoreValues
- the pixel values that are not to be included in the statistics calculation. the default is no value.public String getBatchCalculateStatisticsSucceeded()
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 |