|
|||||||||
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.Filter
public class Filter
Performs either a smoothing (Low pass) or edge-enhancing (High pass) filter on a raster. The Filter tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Filter()
Creates the Filter tool with defaults. |
|
Filter(Object inRaster,
Object outRaster)
Creates the Filter tool with the required parameters. |
Method Summary | |
---|---|
String |
getFilterType()
Returns the Filter type 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 |
setFilterType(String filterType)
Sets the Filter type 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 Filter()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Filter(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
- the input raster on which to perform the filter operation.outRaster
- the output filtered raster.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster on which to perform the filter operation.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output filtered raster.public String getFilterType()
public void setFilterType(String filterType)
filterType
- the type of filter operation to perform.public String getIgnoreNodata()
public void setIgnoreNodata(String ignoreNodata)
ignoreNodata
- denotes whether NoData values are ignored by the filter 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 |