|
|||||||||
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.ResolveRoadConflicts
public class ResolveRoadConflicts
Resolves graphic conflicts among symbolized road features by adjusting portions of line segments. The Resolve Road Conflicts tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ResolveRoadConflicts()
Creates the Resolve Road Conflicts tool with defaults. |
|
ResolveRoadConflicts(Object inLayers,
String hierarchyField)
Creates the Resolve Road Conflicts tool with the required parameters. |
Method Summary | |
---|---|
String |
getHierarchyField()
Returns the Hierarchy Field parameter of this tool . |
Object |
getInLayers()
Returns the Input Road Layers parameter of this tool . |
Object |
getOutDisplacementFeatures()
Returns the Output Displacement Feature Class parameter of this tool . |
Object |
getOutLayers()
Returns the Output Layers 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 |
setHierarchyField(String hierarchyField)
Sets the Hierarchy Field parameter of this tool . |
void |
setInLayers(Object inLayers)
Sets the Input Road Layers parameter of this tool . |
void |
setOutDisplacementFeatures(Object outDisplacementFeatures)
Sets the Output Displacement Feature Class 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 ResolveRoadConflicts()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ResolveRoadConflicts(Object inLayers, String hierarchyField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inLayers
- the input feature layers containing symbolized road features that may be in conflict.hierarchyField
- the field that contains hierarchical ranking of feature importance, where 1 is very important and larger integers reflect decreasing importance. A value of 0 (zero) locks the feature to ensure that it is not moved. The hierarchy field must be present and named the same for all input feature classes.Method Detail |
---|
public Object getInLayers()
public void setInLayers(Object inLayers)
inLayers
- the input feature layers containing symbolized road features that may be in conflict.public String getHierarchyField()
public void setHierarchyField(String hierarchyField)
hierarchyField
- the field that contains hierarchical ranking of feature importance, where 1 is very important and larger integers reflect decreasing importance. A value of 0 (zero) locks the feature to ensure that it is not moved. The hierarchy field must be present and named the same for all input feature classes.public Object getOutDisplacementFeatures()
public void setOutDisplacementFeatures(Object outDisplacementFeatures)
outDisplacementFeatures
- the output polygon features containing the degree and direction of road displacement, to be used by the Propagate Displacement tool to preserve spatial relationships.public Object getOutLayers()
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 |