|
|||||||||
| 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.Aggregate
public class Aggregate
Generates a reduced resolution version of a raster.
The Aggregate tool is contained in the Spatial Analyst Tools tool box.
Learn more about how Aggregate works
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
Aggregate()
Creates the Aggregate tool with defaults. |
|
Aggregate(Object inRaster,
Object outRaster,
int cellFactor)
Creates the Aggregate tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAggregationType()
Returns the Aggregation technique parameter of this tool . |
int |
getCellFactor()
Returns the Cell factor parameter of this tool . |
String |
getExtentHandling()
Returns the Expand extent if needed parameter of this tool . |
String |
getIgnoreNodata()
Returns the Ignore NoData in calculations parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster 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 |
setAggregationType(String aggregationType)
Sets the Aggregation technique parameter of this tool . |
void |
setCellFactor(int cellFactor)
Sets the Cell factor parameter of this tool . |
void |
setExtentHandling(String extentHandling)
Sets the Expand extent if needed parameter 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 |
setOutRaster(Object outRaster)
Sets the Output raster 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 Aggregate()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Aggregate(Object inRaster,
Object outRaster,
int cellFactor)
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 input raster to aggregate.outRaster - Raster Dataset, the raster to be created.cellFactor - Long, the cell_factor must be an integer greater than one.| Method Detail |
|---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster - Composite Geodataset, the input raster to aggregate.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster - Raster Dataset, the raster to be created.public int getCellFactor()
public void setCellFactor(int cellFactor)
cellFactor - Long, the cell_factor must be an integer greater than one.public String getAggregationType()
public void setAggregationType(String aggregationType)
aggregationType - String, sum is the default value.public String getExtentHandling()
public void setExtentHandling(String extentHandling)
extentHandling - String, if the number of rows and columns in the input grid is a multiple of the cell_factor, these keywords are not used.public String getIgnoreNodata()
public void setIgnoreNodata(String ignoreNodata)
ignoreNodata - String, denotes whether NoData values are ignored by the aggregation 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 | ||||||||