|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.CalculateStatistics
public class CalculateStatistics
Calculates statistics for a raster dataset or mosaic dataset. The 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 | |
---|---|
CalculateStatistics()
Creates the Calculate Statistics tool with defaults. |
|
CalculateStatistics(Object inRasterDataset)
Creates the Calculate Statistics tool with the required parameters. |
Method Summary | |
---|---|
Object |
getIgnoreValues()
Returns the Ignore Values parameter of this tool . |
Object |
getInRasterDataset()
Returns the Input Raster Dataset parameter of this tool . |
Object |
getOutRaster()
Returns the Output Raster Dataset parameter of this tool (Read only). |
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. |
int |
getXSkipFactor()
Returns the Number of Columns to Skip parameter of this tool . |
int |
getYSkipFactor()
Returns the Number of Rows to Skip parameter of this tool . |
void |
setIgnoreValues(Object ignoreValues)
Sets the Ignore Values parameter of this tool . |
void |
setInRasterDataset(Object inRasterDataset)
Sets the Input Raster Dataset parameter of this tool . |
void |
setXSkipFactor(int xSkipFactor)
Sets the Number of Columns to Skip parameter of this tool . |
void |
setYSkipFactor(int ySkipFactor)
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 CalculateStatistics()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CalculateStatistics(Object inRasterDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRasterDataset
- the input raster dataset or mosaic dataset.Method Detail |
---|
public Object getInRasterDataset()
public void setInRasterDataset(Object inRasterDataset)
inRasterDataset
- the input raster dataset or mosaic dataset.public int getXSkipFactor()
public void setXSkipFactor(int xSkipFactor)
xSkipFactor
- 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 getYSkipFactor()
public void setYSkipFactor(int ySkipFactor)
ySkipFactor
- 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, or the last ignore values used.public Object getOutRaster()
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 |