|
|||||||||
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.datamanagementtools.SetClusterTolerance
public class SetClusterTolerance
Sets the cluster tolerance of a topology. The Set Cluster Tolerance tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SetClusterTolerance()
Creates the Set Cluster Tolerance tool with defaults. |
|
SetClusterTolerance(Object inTopology,
double clusterTolerance)
Creates the Set Cluster Tolerance tool with the required parameters. |
Method Summary | |
---|---|
double |
getClusterTolerance()
Returns the Cluster Tolerance parameter of this tool . |
Object |
getInTopology()
Returns the Input Topology parameter of this tool . |
Object |
getOutTopology()
Returns the Output Topology parameter of this tool (Read only). |
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 |
setClusterTolerance(double clusterTolerance)
Sets the Cluster Tolerance parameter of this tool . |
void |
setInTopology(Object inTopology)
Sets the Input Topology 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 SetClusterTolerance()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SetClusterTolerance(Object inTopology, double clusterTolerance)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTopology
- the topology for which you want to change the cluster tolerance. This is the full path to the topology, note the topology's name or the topology layer's name when in ArcMap.clusterTolerance
- the value to be set as the cluster tolerance property of the selected topology. If you enter a value of zero, the default or minimum cluster tolerance will be applied to the topology.Method Detail |
---|
public Object getInTopology()
public void setInTopology(Object inTopology)
inTopology
- the topology for which you want to change the cluster tolerance. This is the full path to the topology, note the topology's name or the topology layer's name when in ArcMap.public double getClusterTolerance()
public void setClusterTolerance(double clusterTolerance)
clusterTolerance
- the value to be set as the cluster tolerance property of the selected topology. If you enter a value of zero, the default or minimum cluster tolerance will be applied to the topology.public Object getOutTopology()
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 |