|
|||||||||
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.coveragetools.Tolerance
public class Tolerance
Sets a coverage's tolerances. The Tolerance tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Tolerance()
Creates the Tolerance tool with defaults. |
|
Tolerance(Object inCover)
Creates the Tolerance tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool (Read only). |
String |
getToleranceType()
Returns the Tolerance Type parameter of this tool . |
double |
getToleranceValue()
Returns the Tolerance Value 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 |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setToleranceType(String toleranceType)
Sets the Tolerance Type parameter of this tool . |
void |
setToleranceValue(double toleranceValue)
Sets the Tolerance Value 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 Tolerance()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Tolerance(Object inCover)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the coverage for which tolerances will be set.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage for which tolerances will be set.public String getToleranceType()
public void setToleranceType(String toleranceType)
toleranceType
- the type of tolerance to be set.public double getToleranceValue()
public void setToleranceValue(double toleranceValue)
toleranceValue
- the value to be set for the selected option's tolerance. A Tolerance Value of zero will not be accepted for the following options: FUZZY, EDIT, NODESNAP, WEED, GRAIN, and SNAP.public Object getOutCover()
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 |