|
|||||||||
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.networkanalysttools.IncreaseMaximumEdges
public class IncreaseMaximumEdges
Increases the maximum number of edges per turn in a turn feature class. The Increase Maximum Edges tool is contained in the Network Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
IncreaseMaximumEdges()
Creates the Increase Maximum Edges tool with defaults. |
|
IncreaseMaximumEdges(Object inTurnFeatures,
int maximumEdges)
Creates the Increase Maximum Edges tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInTurnFeatures()
Returns the Input Turn Feature Class parameter of this tool . |
int |
getMaximumEdges()
Returns the Maximum Edges parameter of this tool . |
Object |
getOutTurnFeatures()
Returns the Output Turn Feature Class 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 |
setInTurnFeatures(Object inTurnFeatures)
Sets the Input Turn Feature Class parameter of this tool . |
void |
setMaximumEdges(int maximumEdges)
Sets the Maximum Edges 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 IncreaseMaximumEdges()
Initializes the array of tool parameters with the default values specified when the tool was created.
public IncreaseMaximumEdges(Object inTurnFeatures, int maximumEdges)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTurnFeatures
- the turn feature class that is having its maximum number of edges raised.maximumEdges
- the new maximum number of edges in the input turn feature class. The value must be at least one higher than the existing maximum number of edges and cannot be greater than 20.Method Detail |
---|
public Object getInTurnFeatures()
public void setInTurnFeatures(Object inTurnFeatures)
inTurnFeatures
- the turn feature class that is having its maximum number of edges raised.public int getMaximumEdges()
public void setMaximumEdges(int maximumEdges)
maximumEdges
- the new maximum number of edges in the input turn feature class. The value must be at least one higher than the existing maximum number of edges and cannot be greater than 20.public Object getOutTurnFeatures()
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 |