com.esri.arcgis.geoprocessing.tools.networkanalysttools
Class IncreaseMaximumEdges

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.networkanalysttools.IncreaseMaximumEdges
All Implemented Interfaces:
GPTool

public class IncreaseMaximumEdges
extends AbstractGPTool

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.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
IncreaseMaximumEdges()
          Creates the Increase Maximum Edges tool with defaults.
IncreaseMaximumEdges(java.lang.Object inTurnFeatures, int maximumEdges)
          Creates the Increase Maximum Edges tool with the required parameters.
 
Method Summary
 java.lang.Object getInTurnFeatures()
          Returns the Input Turn Feature Class parameter of this tool .
 int getMaximumEdges()
          Returns the Maximum Edges parameter of this tool .
 java.lang.Object getOutTurnFeatures()
          Returns the Output Turn Feature Class parameter of this tool (Read only).
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setInTurnFeatures(java.lang.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

IncreaseMaximumEdges

public IncreaseMaximumEdges()
Creates the Increase Maximum Edges tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


IncreaseMaximumEdges

public IncreaseMaximumEdges(java.lang.Object inTurnFeatures,
                            int maximumEdges)
Creates the Increase Maximum Edges tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

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

getInTurnFeatures

public java.lang.Object getInTurnFeatures()
Returns the Input Turn Feature Class parameter of this tool . This parameter is the turn feature class that is having its maximum number of edges raised. This is a required parameter.

Returns:
the Input Turn Feature Class

setInTurnFeatures

public void setInTurnFeatures(java.lang.Object inTurnFeatures)
Sets the Input Turn Feature Class parameter of this tool . This parameter is the turn feature class that is having its maximum number of edges raised. This is a required parameter.

Parameters:
inTurnFeatures - the turn feature class that is having its maximum number of edges raised.

getMaximumEdges

public int getMaximumEdges()
Returns the Maximum Edges parameter of this tool . This parameter is 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. This is a required parameter.

Returns:
the Maximum Edges

setMaximumEdges

public void setMaximumEdges(int maximumEdges)
Sets the Maximum Edges parameter of this tool . This parameter is 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. This is a required parameter.

Parameters:
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.

getOutTurnFeatures

public java.lang.Object getOutTurnFeatures()
Returns the Output Turn Feature Class parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Turn Feature Class

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias