|
|||||||||
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.CreateTopology
public class CreateTopology
Creates a topology. The topology will not contain any feature classes or rules. The Create Topology tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateTopology()
Creates the Create Topology tool with defaults. |
|
CreateTopology(Object inDataset,
String outName)
Creates the Create Topology tool with the required parameters. |
Method Summary | |
---|---|
double |
getInClusterTolerance()
Returns the Cluster Tolerance parameter of this tool . |
Object |
getInDataset()
Returns the Input Feature Dataset parameter of this tool . |
String |
getOutName()
Returns the Output 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 |
setInClusterTolerance(double inClusterTolerance)
Sets the Cluster Tolerance parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Feature Dataset parameter of this tool . |
void |
setOutName(String outName)
Sets the Output 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 CreateTopology()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateTopology(Object inDataset, String outName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDataset
- the feature dataset in which the topology will be created.outName
- the name of the topology to be created. This name must be unique across the entire geodatabase.Method Detail |
---|
public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- the feature dataset in which the topology will be created.public String getOutName()
public void setOutName(String outName)
outName
- the name of the topology to be created. This name must be unique across the entire geodatabase.public double getInClusterTolerance()
public void setInClusterTolerance(double inClusterTolerance)
inClusterTolerance
- the cluster tolerance to be set on the topology. The larger the value, the more likely vertices will be to cluster together.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 |