|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.networkanalysttools.TurnTableToTurnFeatureClass
public class TurnTableToTurnFeatureClass
Converts an ArcView GIS 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.
Software restrictions: none
| 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(Object inTurnTable,
Object referenceLineFeatures,
String outFeatureClassName)
Creates the Turn Table To Turn Feature Class tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConfigKeyword()
Returns the Config Keyword parameter of this tool . |
Object |
getInTurnTable()
Returns the Input Turn Table parameter of this tool . |
int |
getMaximumEdges()
Returns the Maximum Edges parameter of this tool . |
String |
getOutFeatureClassName()
Returns the Output Turn Feature Class Name parameter of this tool . |
Object |
getOutTurnFeatures()
Returns the Output Turn Feature Class parameter of this tool (Read only). |
Object |
getReferenceLineFeatures()
Returns the Reference Line Features parameter of this tool . |
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 . |
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 |
setConfigKeyword(String configKeyword)
Sets the Config Keyword parameter of this tool . |
void |
setInTurnTable(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(String outFeatureClassName)
Sets the Output Turn Feature Class Name parameter of this tool . |
void |
setReferenceLineFeatures(Object referenceLineFeatures)
Sets the Reference Line Features parameter of this tool . |
void |
setReferenceNodesTable(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 |
|---|
public TurnTableToTurnFeatureClass()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TurnTableToTurnFeatureClass(Object inTurnTable,
Object referenceLineFeatures,
String outFeatureClassName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTurnTable - Table View, the .dbf or INFO turn table from which the new turn feature class is being created.referenceLineFeatures - Feature Class, the line feature class to which the input turn table refers. The feature class must be a source in a network dataset.outFeatureClassName - String, the name of the new turn feature class being created.| Method Detail |
|---|
public Object getInTurnTable()
public void setInTurnTable(Object inTurnTable)
inTurnTable - Table View, the .dbf or INFO turn table from which the new turn feature class is being created.public Object getReferenceLineFeatures()
public void setReferenceLineFeatures(Object referenceLineFeatures)
referenceLineFeatures - Feature Class, the line feature class to which the input turn table refers. The feature class must be a source in a network dataset.public String getOutFeatureClassName()
public void setOutFeatureClassName(String outFeatureClassName)
outFeatureClassName - String, the name of the new turn feature class being created.public Object getReferenceNodesTable()
public void setReferenceNodesTable(Object referenceNodesTable)
referenceNodesTable - dBASE Table, errors will be reported in an error file written to the same workspace as the reference line features.public int getMaximumEdges()
public void setMaximumEdges(int maximumEdges)
maximumEdges - Long, the maximum number of edges per turn in the new turn feature class. The default value is 5. The maximum value is 20.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword - String, geodatabase configuration keyword to be applied if the output is an ArcSDE geodatabase. The default value is no configuration keyword setting.public double getSpatialGrid1()
public void setSpatialGrid1(double spatialGrid1)
spatialGrid1 - Double, the default first spatial index value is the same first grid size as the reference line feature class. For most data, only a single grid size is required.public double getSpatialGrid2()
public void setSpatialGrid2(double spatialGrid2)
spatialGrid2 - Double, for most data, only a single index size is required. Because feature size is an important factor in determining an optimum index size, data that contains features of very different sizes may require additional index sizes. Each index size must be at least three times the previous index size.public double getSpatialGrid3()
public void setSpatialGrid3(double spatialGrid3)
spatialGrid3 - Double, for most data, only a single index size is required. Because feature size is an important factor determining an optimum index size, data that contains features of very different sizes may require additional index sizes. Each index size must be at least three times the previous index size.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 | ||||||||