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

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

public class TurnTableToTurnFeatureClass
extends AbstractGPTool

Converts an ArcView turn table or ArcInfo Workstation coverage turn table to an ArcGIS turn feature class. The Turn Table To Turn Feature Class 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
TurnTableToTurnFeatureClass()
          Creates the Turn Table To Turn Feature Class tool with defaults.
TurnTableToTurnFeatureClass(java.lang.Object inTurnTable, java.lang.Object referenceLineFeatures, java.lang.String outFeatureClassName)
          Creates the Turn Table To Turn Feature Class tool with the required parameters.
 
Method Summary
 java.lang.String getConfigKeyword()
          Returns the Config Keyword parameter of this tool .
 java.lang.Object getInTurnTable()
          Returns the Input Turn Table parameter of this tool .
 int getMaximumEdges()
          Returns the Maximum Edges parameter of this tool .
 java.lang.String getOutFeatureClassName()
          Returns the Output Turn Feature Class Name parameter of this tool .
 java.lang.Object getOutTurnFeatures()
          Returns the Output Turn Feature Class parameter of this tool (Read only).
 java.lang.Object getReferenceLineFeatures()
          Returns the Reference Line Features parameter of this tool .
 java.lang.Object getReferenceNodesTable()
          Returns the Reference Nodes Table parameter of this tool .
 double getSpatialGrid1()
          Returns the Output Spatial Grid 1 parameter of this tool .
 double getSpatialGrid2()
          Returns the Output Spatial Grid 2 parameter of this tool .
 double getSpatialGrid3()
          Returns the Output Spatial Grid 3 parameter of this tool .
 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 setConfigKeyword(java.lang.String configKeyword)
          Sets the Config Keyword parameter of this tool .
 void setInTurnTable(java.lang.Object inTurnTable)
          Sets the Input Turn Table parameter of this tool .
 void setMaximumEdges(int maximumEdges)
          Sets the Maximum Edges parameter of this tool .
 void setOutFeatureClassName(java.lang.String outFeatureClassName)
          Sets the Output Turn Feature Class Name parameter of this tool .
 void setReferenceLineFeatures(java.lang.Object referenceLineFeatures)
          Sets the Reference Line Features parameter of this tool .
 void setReferenceNodesTable(java.lang.Object referenceNodesTable)
          Sets the Reference Nodes Table parameter of this tool .
 void setSpatialGrid1(double spatialGrid1)
          Sets the Output Spatial Grid 1 parameter of this tool .
 void setSpatialGrid2(double spatialGrid2)
          Sets the Output Spatial Grid 2 parameter of this tool .
 void setSpatialGrid3(double spatialGrid3)
          Sets the Output Spatial Grid 3 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

TurnTableToTurnFeatureClass

public TurnTableToTurnFeatureClass()
Creates the Turn Table To Turn Feature Class tool with defaults.

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


TurnTableToTurnFeatureClass

public TurnTableToTurnFeatureClass(java.lang.Object inTurnTable,
                                   java.lang.Object referenceLineFeatures,
                                   java.lang.String outFeatureClassName)
Creates the Turn Table To Turn Feature Class 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:
inTurnTable - the .dbf or INFO turn table from which the new turn feature class is being created. iNFO tables do not support mixed case path names on Linux and Solaris.
referenceLineFeatures - the line feature class to which the input turn table refers. The feature class must be a source in a network dataset.
outFeatureClassName - the name of the new turn feature class to create.
Method Detail

getInTurnTable

public java.lang.Object getInTurnTable()
Returns the Input Turn Table parameter of this tool . This parameter is the .dbf or INFO turn table from which the new turn feature class is being created. iNFO tables do not support mixed case path names on Linux and Solaris. This is a required parameter.

Returns:
the Input Turn Table

setInTurnTable

public void setInTurnTable(java.lang.Object inTurnTable)
Sets the Input Turn Table parameter of this tool . This parameter is the .dbf or INFO turn table from which the new turn feature class is being created. iNFO tables do not support mixed case path names on Linux and Solaris. This is a required parameter.

Parameters:
inTurnTable - the .dbf or INFO turn table from which the new turn feature class is being created. iNFO tables do not support mixed case path names on Linux and Solaris.

getReferenceLineFeatures

public java.lang.Object getReferenceLineFeatures()
Returns the Reference Line Features parameter of this tool . This parameter is the line feature class to which the input turn table refers. The feature class must be a source in a network dataset. This is a required parameter.

Returns:
the Reference Line Features

setReferenceLineFeatures

public void setReferenceLineFeatures(java.lang.Object referenceLineFeatures)
Sets the Reference Line Features parameter of this tool . This parameter is the line feature class to which the input turn table refers. The feature class must be a source in a network dataset. This is a required parameter.

Parameters:
referenceLineFeatures - the line feature class to which the input turn table refers. The feature class must be a source in a network dataset.

getOutFeatureClassName

public java.lang.String getOutFeatureClassName()
Returns the Output Turn Feature Class Name parameter of this tool . This parameter is the name of the new turn feature class to create. This is a required parameter.

Returns:
the Output Turn Feature Class Name

setOutFeatureClassName

public void setOutFeatureClassName(java.lang.String outFeatureClassName)
Sets the Output Turn Feature Class Name parameter of this tool . This parameter is the name of the new turn feature class to create. This is a required parameter.

Parameters:
outFeatureClassName - the name of the new turn feature class to create.

getReferenceNodesTable

public java.lang.Object getReferenceNodesTable()
Returns the Reference Nodes Table parameter of this tool . This parameter is the nodes.dbf table in the .nws folder containing the original ArcView GIS network in which the input turn table participated. this parameter is ignored if the input turn table is an INFO table. if the input turn table is a .dbf table and this parameter is omitted, then U-turns and turns that traverse between edges connected to each other at both ends will not be created in the output turn feature class. errors will be reported in an error file written to the directory defined by the TEMP system variable. The full path name to the error file is reported as a warning message. This is an optional parameter.

Returns:
the Reference Nodes Table

setReferenceNodesTable

public void setReferenceNodesTable(java.lang.Object referenceNodesTable)
Sets the Reference Nodes Table parameter of this tool . This parameter is the nodes.dbf table in the .nws folder containing the original ArcView GIS network in which the input turn table participated. this parameter is ignored if the input turn table is an INFO table. if the input turn table is a .dbf table and this parameter is omitted, then U-turns and turns that traverse between edges connected to each other at both ends will not be created in the output turn feature class. errors will be reported in an error file written to the directory defined by the TEMP system variable. The full path name to the error file is reported as a warning message. This is an optional parameter.

Parameters:
referenceNodesTable - the nodes.dbf table in the .nws folder containing the original ArcView GIS network in which the input turn table participated. this parameter is ignored if the input turn table is an INFO table. if the input turn table is a .dbf table and this parameter is omitted, then U-turns and turns that traverse between edges connected to each other at both ends will not be created in the output turn feature class. errors will be reported in an error file written to the directory defined by the TEMP system variable. The full path name to the error file is reported as a warning message.

getMaximumEdges

public int getMaximumEdges()
Returns the Maximum Edges parameter of this tool . This parameter is the maximum number of edges per turn in the new turn feature class. The default value is 5. The maximum value is 20. This is an optional parameter.

Returns:
the Maximum Edges

setMaximumEdges

public void setMaximumEdges(int maximumEdges)
Sets the Maximum Edges parameter of this tool . This parameter is the maximum number of edges per turn in the new turn feature class. The default value is 5. The maximum value is 20. This is an optional parameter.

Parameters:
maximumEdges - the maximum number of edges per turn in the new turn feature class. The default value is 5. The maximum value is 20.

getConfigKeyword

public java.lang.String getConfigKeyword()
Returns the Config Keyword parameter of this tool . This parameter is specifies the configuration keyword that determines the storage parameters of the output turn feature class. This parameter is used only if the output turn feature class is created in an ArcSDE geodatabase. This is an optional parameter.

Returns:
the Config Keyword

setConfigKeyword

public void setConfigKeyword(java.lang.String configKeyword)
Sets the Config Keyword parameter of this tool . This parameter is specifies the configuration keyword that determines the storage parameters of the output turn feature class. This parameter is used only if the output turn feature class is created in an ArcSDE geodatabase. This is an optional parameter.

Parameters:
configKeyword - specifies the configuration keyword that determines the storage parameters of the output turn feature class. This parameter is used only if the output turn feature class is created in an ArcSDE geodatabase.

getSpatialGrid1

public double getSpatialGrid1()
Returns the Output Spatial Grid 1 parameter of this tool . This parameter is the Spatial Grid 1, 2, and 3 parameters apply only to file geodatabases and certain ArcSDE geodatabase feature classes. If you are unfamiliar with setting grid sizes, leave these options as 0,0,0 and ArcGIS will compute optimal sizes for you. For more information about this parameter, refer to the Add Spatial Index tool documentation. This is an optional parameter.

Returns:
the Output Spatial Grid 1

setSpatialGrid1

public void setSpatialGrid1(double spatialGrid1)
Sets the Output Spatial Grid 1 parameter of this tool . This parameter is the Spatial Grid 1, 2, and 3 parameters apply only to file geodatabases and certain ArcSDE geodatabase feature classes. If you are unfamiliar with setting grid sizes, leave these options as 0,0,0 and ArcGIS will compute optimal sizes for you. For more information about this parameter, refer to the Add Spatial Index tool documentation. This is an optional parameter.

Parameters:
spatialGrid1 - the Spatial Grid 1, 2, and 3 parameters apply only to file geodatabases and certain ArcSDE geodatabase feature classes. If you are unfamiliar with setting grid sizes, leave these options as 0,0,0 and ArcGIS will compute optimal sizes for you. For more information about this parameter, refer to the Add Spatial Index tool documentation.

getSpatialGrid2

public double getSpatialGrid2()
Returns the Output Spatial Grid 2 parameter of this tool . This parameter is cell size of the second spatial grid. Leave the size at 0 if you only want one grid. Otherwise, set the size to at least three times larger than Spatial Grid 1. This is an optional parameter.

Returns:
the Output Spatial Grid 2

setSpatialGrid2

public void setSpatialGrid2(double spatialGrid2)
Sets the Output Spatial Grid 2 parameter of this tool . This parameter is cell size of the second spatial grid. Leave the size at 0 if you only want one grid. Otherwise, set the size to at least three times larger than Spatial Grid 1. This is an optional parameter.

Parameters:
spatialGrid2 - cell size of the second spatial grid. Leave the size at 0 if you only want one grid. Otherwise, set the size to at least three times larger than Spatial Grid 1.

getSpatialGrid3

public double getSpatialGrid3()
Returns the Output Spatial Grid 3 parameter of this tool . This parameter is cell size of the third spatial grid. Leave the size at 0 if you only want two grids. Otherwise, set the size to at least three times larger than Spatial Grid 2. This is an optional parameter.

Returns:
the Output Spatial Grid 3

setSpatialGrid3

public void setSpatialGrid3(double spatialGrid3)
Sets the Output Spatial Grid 3 parameter of this tool . This parameter is cell size of the third spatial grid. Leave the size at 0 if you only want two grids. Otherwise, set the size to at least three times larger than Spatial Grid 2. This is an optional parameter.

Parameters:
spatialGrid3 - cell size of the third spatial grid. Leave the size at 0 if you only want two grids. Otherwise, set the size to at least three times larger than Spatial Grid 2.

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