|
|||||||||
| 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.spatialanalysttools.BlockStatistics
public class BlockStatistics
Calculates statistics for a non-overlapping neighborhood.
The Block Statistics tool is contained in the Spatial Analyst Tools tool box.
Learn more about how Block Statistics works
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
BlockStatistics()
Creates the Block Statistics tool with defaults. |
|
BlockStatistics(Object inRaster,
Object outRaster)
Creates the Block Statistics tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getIgnoreNodata()
Returns the Ignore NoData in calculations parameter of this tool . |
Object |
getInRaster()
Returns the Input raster 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 |
setIgnoreNodata(String ignoreNodata)
Sets the Ignore NoData in calculations parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input raster 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 |
|---|
public BlockStatistics()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BlockStatistics(Object inRaster,
Object outRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRaster - Composite Geodataset, the raster to perform the Block Statistics calculations on.outRaster - Raster Dataset, the raster to be created.| Method Detail |
|---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster - Composite Geodataset, the raster to perform the Block Statistics calculations on.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster - Raster Dataset, the raster to be created.public Object getNeighborhood()
public void setNeighborhood(Object neighborhood)
neighborhood - Neighborhood, the default neighborhood is a square RECTANGLE with a width and height of three cells.public String getStatisticsType()
public void setStatisticsType(String statisticsType)
statisticsType - String, the default statistic type is MEAN.public String getIgnoreNodata()
public void setIgnoreNodata(String ignoreNodata)
ignoreNodata - String, denotes whether NoData values are ignored by the statistic calculation.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 | ||||||||