|
|||||||||
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.AddRuleToTopology
public class AddRuleToTopology
Adds a new rule to a topology. The Add Rule To 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 | |
---|---|
AddRuleToTopology()
Creates the Add Rule To Topology tool with defaults. |
|
AddRuleToTopology(Object inTopology,
String ruleType,
Object inFeatureclass)
Creates the Add Rule To Topology tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFeatureclass()
Returns the Input Feature class parameter of this tool . |
Object |
getInFeatureclass2()
Returns the Input Feature class 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 |
getRuleType()
Returns the Rule Type parameter of this tool . |
String |
getSubtype()
Returns the Input Subtype parameter of this tool . |
String |
getSubtype2()
Returns the Input Subtype 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 |
setInFeatureclass(Object inFeatureclass)
Sets the Input Feature class parameter of this tool . |
void |
setInFeatureclass2(Object inFeatureclass2)
Sets the Input Feature class parameter of this tool . |
void |
setInTopology(Object inTopology)
Sets the Input Topology parameter of this tool . |
void |
setRuleType(String ruleType)
Sets the Rule Type parameter of this tool . |
void |
setSubtype(String subtype)
Sets the Input Subtype parameter of this tool . |
void |
setSubtype2(String subtype2)
Sets the Input Subtype 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 AddRuleToTopology()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AddRuleToTopology(Object inTopology, String ruleType, Object inFeatureclass)
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 to which the new rule will be added.ruleType
- the topology rule to be added. For a complete list of the rules and what they do, see the tool's help page.inFeatureclass
- the input or origin feature class.Method Detail |
---|
public Object getInTopology()
public void setInTopology(Object inTopology)
inTopology
- the topology to which the new rule will be added.public String getRuleType()
public void setRuleType(String ruleType)
ruleType
- the topology rule to be added. For a complete list of the rules and what they do, see the tool's help page.public Object getInFeatureclass()
public void setInFeatureclass(Object inFeatureclass)
inFeatureclass
- the input or origin feature class.public String getSubtype()
public void setSubtype(String subtype)
subtype
- the subtype for the input or origin feature class. Enter the subtype's description (not the code). If subtypes do not exist on the origin feature class, or you want the rule to be applied to all subtypes in the feature class leave this blank.public Object getInFeatureclass2()
public void setInFeatureclass2(Object inFeatureclass2)
inFeatureclass2
- the destination feature class for the topology rule.public String getSubtype2()
public void setSubtype2(String subtype2)
subtype2
- the subtype for the destination feature class. Enter the subtype's description (not the code). If subtypes do not exist on the origin feature class, or you want the rule to be applied to all subtypes in the feature class leave this blank.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 |