|
|||||||||
| 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.CreateTurnFeatureClass
public class CreateTurnFeatureClass
Creates a new turn feature class. The Create 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 | |
|---|---|
CreateTurnFeatureClass()
Creates the Create Turn Feature Class tool with defaults. |
|
CreateTurnFeatureClass(Object outLocation,
String outFeatureClassName)
Creates the Create Turn Feature Class tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConfigKeyword()
Returns the Config Keyword parameter of this tool . |
Object |
getInNetworkDataset()
Returns the Input Network Dataset parameter of this tool . |
Object |
getInTemplateFeatureClass()
Returns the Template Feature Class 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 |
getOutLocation()
Returns the Output Location parameter of this tool . |
Object |
getOutTurnFeatures()
Returns the Output Turn Feature Class parameter of this tool (Read only). |
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 . |
Object |
getSpatialReference()
Returns the Spatial Reference 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 |
setInNetworkDataset(Object inNetworkDataset)
Sets the Input Network Dataset parameter of this tool . |
void |
setInTemplateFeatureClass(Object inTemplateFeatureClass)
Sets the Template Feature Class 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 |
setOutLocation(Object outLocation)
Sets the Output Location 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 . |
void |
setSpatialReference(Object spatialReference)
Sets the Spatial Reference 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 CreateTurnFeatureClass()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateTurnFeatureClass(Object outLocation,
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.
outLocation - Workspace | Feature Dataset, the ArcSDE, personal geodatabase, or folder workspace in which the output turn feature class will be created. It must exist before executing this tool.outFeatureClassName - String, the turn feature class to be created.| Method Detail |
|---|
public Object getOutLocation()
public void setOutLocation(Object outLocation)
outLocation - Workspace | Feature Dataset, the ArcSDE, personal geodatabase, or folder workspace in which the output turn feature class will be created. It must exist before executing this tool.public String getOutFeatureClassName()
public void setOutFeatureClassName(String outFeatureClassName)
outFeatureClassName - String, the turn feature class to be created.public int getMaximumEdges()
public void setMaximumEdges(int maximumEdges)
maximumEdges - Long, the maximum number of edges that turns in the new turn feature class can model. The default value is 5. The maximum value is 20.public Object getInNetworkDataset()
public void setInNetworkDataset(Object inNetworkDataset)
inNetworkDataset - Network Dataset Layer, the network dataset in which the turn feature class will participate. If no network dataset is specified, the turn feature class will be created as not participating in a network dataset.public Object getInTemplateFeatureClass()
public void setInTemplateFeatureClass(Object inTemplateFeatureClass)
inTemplateFeatureClass - Feature Layer, the feature class used as a template to define the attribute schema of the new turn feature class.public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
spatialReference - Spatial Reference, the spatial reference to be applied to the output turn feature class. This parameter is ignored if the output location is a geodatabase feature dataset, and the feature class will inherit the spatial reference of the feature dataset.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword - String, the configuration keyword, which determines the storage parameters of the new turn feature class in a 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 1000. 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 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 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 | ||||||||