|
|||||||||
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.cartographytools.AddRepresentation
public class AddRepresentation
Adds a feature class representation to a geodatabase feature class. The Add Representation tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
AddRepresentation()
Creates the Add Representation tool with defaults. |
|
AddRepresentation(Object inFeatures,
String representationName)
Creates the Add Representation tool with the required parameters. |
Method Summary | |
---|---|
String |
getAssignRuleIdOption()
Returns the Assign Rule IDs parameter of this tool . |
String |
getGeometryEditingOption()
Returns the Geometry Editing Option parameter of this tool . |
Object |
getImportRuleLayer()
Returns the Import Rule Layer parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutFeatures()
Returns the Output Features parameter of this tool (Read only). |
String |
getOverrideFieldName()
Returns the Override Field Name parameter of this tool . |
String |
getRepresentationName()
Returns the Representation Name parameter of this tool . |
String |
getRuleIdFieldName()
Returns the Rule ID Field Name 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 |
setAssignRuleIdOption(String assignRuleIdOption)
Sets the Assign Rule IDs parameter of this tool . |
void |
setGeometryEditingOption(String geometryEditingOption)
Sets the Geometry Editing Option parameter of this tool . |
void |
setImportRuleLayer(Object importRuleLayer)
Sets the Import Rule Layer parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOverrideFieldName(String overrideFieldName)
Sets the Override Field Name parameter of this tool . |
void |
setRepresentationName(String representationName)
Sets the Representation Name parameter of this tool . |
void |
setRuleIdFieldName(String ruleIdFieldName)
Sets the Rule ID Field Name 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 AddRepresentation()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AddRepresentation(Object inFeatures, String representationName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the input geodatabase feature class to which a new feature class representation will be added.representationName
- the name of the feature class representation to be added.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input geodatabase feature class to which a new feature class representation will be added.public String getRepresentationName()
public void setRepresentationName(String representationName)
representationName
- the name of the feature class representation to be added.public String getRuleIdFieldName()
public void setRuleIdFieldName(String ruleIdFieldName)
ruleIdFieldName
- the name of the RuleID field, which will hold a reference to the representation rule for each feature.public String getOverrideFieldName()
public void setOverrideFieldName(String overrideFieldName)
overrideFieldName
- the name of the Override field, which will hold overrides to representation rules for each feature.public String getGeometryEditingOption()
public void setGeometryEditingOption(String geometryEditingOption)
geometryEditingOption
- specifies what will happen to the supporting feature class geometry when features are modified with the representation editing tools.public Object getImportRuleLayer()
public void setImportRuleLayer(Object importRuleLayer)
importRuleLayer
- a feature layer that symbolizes features with a feature class representation, from which the representation rules are imported.public String getAssignRuleIdOption()
public void setAssignRuleIdOption(String assignRuleIdOption)
assignRuleIdOption
- specifies whether or not to assign representation rules to features to match the RuleID assignments of the import rule layer. This option applies only when Import Rule Layer is specified.public Object getOutFeatures()
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 |