com.esri.arcgis.geoprocessing.tools.coveragetools
Class Erase

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.coveragetools.Erase
All Implemented Interfaces:
GPTool

public class Erase
extends AbstractGPTool

Creates a new output coverage by overlaying the polygons of the erase coverage with the features of the input coverage. Only those portions of the input coverage features falling outside the erase polygon outside boundaries are copied to the output coverage. The Erase tool is contained in the Coverage Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
Erase()
          Creates the Erase tool with defaults.
Erase(java.lang.Object inCover, java.lang.Object eraseCover, java.lang.Object outCover)
          Creates the Erase tool with the required parameters.
 
Method Summary
 java.lang.Object getEraseCover()
          Returns the Erase Coverage parameter of this tool .
 java.lang.String getFeatureType()
          Returns the Feature Type parameter of this tool .
 double getFuzzyTolerance()
          Returns the Fuzzy Tolerance parameter of this tool .
 java.lang.Object getInCover()
          Returns the Input Coverage parameter of this tool .
 java.lang.Object getOutCover()
          Returns the Output Coverage parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setEraseCover(java.lang.Object eraseCover)
          Sets the Erase Coverage parameter of this tool .
 void setFeatureType(java.lang.String featureType)
          Sets the Feature Type parameter of this tool .
 void setFuzzyTolerance(double fuzzyTolerance)
          Sets the Fuzzy Tolerance parameter of this tool .
 void setInCover(java.lang.Object inCover)
          Sets the Input Coverage parameter of this tool .
 void setOutCover(java.lang.Object outCover)
          Sets the Output Coverage 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

Erase

public Erase()
Creates the Erase tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


Erase

public Erase(java.lang.Object inCover,
             java.lang.Object eraseCover,
             java.lang.Object outCover)
Creates the Erase tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inCover - the coverage containing features to be erased.
eraseCover - the coverage whose outer polygon defines the erasing region.
outCover - the coverage to be created.
Method Detail

getInCover

public java.lang.Object getInCover()
Returns the Input Coverage parameter of this tool . This parameter is the coverage containing features to be erased. This is a required parameter.

Returns:
the Input Coverage

setInCover

public void setInCover(java.lang.Object inCover)
Sets the Input Coverage parameter of this tool . This parameter is the coverage containing features to be erased. This is a required parameter.

Parameters:
inCover - the coverage containing features to be erased.

getEraseCover

public java.lang.Object getEraseCover()
Returns the Erase Coverage parameter of this tool . This parameter is the coverage whose outer polygon defines the erasing region. This is a required parameter.

Returns:
the Erase Coverage

setEraseCover

public void setEraseCover(java.lang.Object eraseCover)
Sets the Erase Coverage parameter of this tool . This parameter is the coverage whose outer polygon defines the erasing region. This is a required parameter.

Parameters:
eraseCover - the coverage whose outer polygon defines the erasing region.

getOutCover

public java.lang.Object getOutCover()
Returns the Output Coverage parameter of this tool . This parameter is the coverage to be created. This is a required parameter.

Returns:
the Output Coverage

setOutCover

public void setOutCover(java.lang.Object outCover)
Sets the Output Coverage parameter of this tool . This parameter is the coverage to be created. This is a required parameter.

Parameters:
outCover - the coverage to be created.

getFeatureType

public java.lang.String getFeatureType()
Returns the Feature Type parameter of this tool . This parameter is the set of features to be erased: This is an optional parameter.

Returns:
the Feature Type

setFeatureType

public void setFeatureType(java.lang.String featureType)
Sets the Feature Type parameter of this tool . This parameter is the set of features to be erased: This is an optional parameter.

Parameters:
featureType - the set of features to be erased:

getFuzzyTolerance

public double getFuzzyTolerance()
Returns the Fuzzy Tolerance parameter of this tool . This parameter is the minimum distance between coordinates in the output coverage. By default, the minimum fuzzy tolerance value from the input coverage and erase coverage is used. learn more about how the default fuzzy tolerance is calculated. This is an optional parameter.

Returns:
the Fuzzy Tolerance

setFuzzyTolerance

public void setFuzzyTolerance(double fuzzyTolerance)
Sets the Fuzzy Tolerance parameter of this tool . This parameter is the minimum distance between coordinates in the output coverage. By default, the minimum fuzzy tolerance value from the input coverage and erase coverage is used. learn more about how the default fuzzy tolerance is calculated. This is an optional parameter.

Parameters:
fuzzyTolerance - the minimum distance between coordinates in the output coverage. By default, the minimum fuzzy tolerance value from the input coverage and erase coverage is used. learn more about how the default fuzzy tolerance is calculated.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias