|
|||||||||
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.BandCollectionStats
public class BandCollectionStats
Calculates the statistics for a set of raster bands. The Band Collection 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 | |
---|---|
BandCollectionStats()
Creates the Band Collection Statistics tool with defaults. |
|
BandCollectionStats(Object inRasterBands,
Object outStatFile)
Creates the Band Collection Statistics tool with the required parameters. |
Method Summary | |
---|---|
String |
getComputeMatrices()
Returns the Compute covariance and correlation matrices parameter of this tool . |
Object |
getInRasterBands()
Returns the Input raster bands parameter of this tool . |
Object |
getOutStatFile()
Returns the Output statistics file 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 |
setComputeMatrices(String computeMatrices)
Sets the Compute covariance and correlation matrices parameter of this tool . |
void |
setInRasterBands(Object inRasterBands)
Sets the Input raster bands parameter of this tool . |
void |
setOutStatFile(Object outStatFile)
Sets the Output statistics file 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 BandCollectionStats()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BandCollectionStats(Object inRasterBands, Object outStatFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRasterBands
- the input raster bands.outStatFile
- the output ASCII file containing the statistics. a .txt extension is required.Method Detail |
---|
public Object getInRasterBands()
public void setInRasterBands(Object inRasterBands)
inRasterBands
- the input raster bands.public Object getOutStatFile()
public void setOutStatFile(Object outStatFile)
outStatFile
- the output ASCII file containing the statistics. a .txt extension is required.public String getComputeMatrices()
public void setComputeMatrices(String computeMatrices)
computeMatrices
- specifies whether covariance and correlation matrices are calculated.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 |