|
|||||||||
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.coveragetools.ArcRoute
public class ArcRoute
Creates a route system by creating whole arc sections for each arc in the input coverage and can also be used to append arcs to an existing route system. The Line Coverage To Route tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ArcRoute()
Creates the Line Coverage To Route tool with defaults. |
|
ArcRoute(Object inCover,
String outRouteSystem)
Creates the Line Coverage To Route tool with the required parameters. |
Method Summary | |
---|---|
String |
getCoordinatePriority()
Returns the Coordinate Priority parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getInRouteItem()
Returns the Input Route Item parameter of this tool . |
Object |
getMeasureItem()
Returns the Measure Item parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool (Read only). |
String |
getOutRouteItem()
Returns the Output Route Item parameter of this tool . |
String |
getOutRouteSystem()
Returns the Output Route System 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. |
String |
getUseBlanks()
Returns the Create route from null values parameter of this tool . |
void |
setCoordinatePriority(String coordinatePriority)
Sets the Coordinate Priority parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setInRouteItem(Object inRouteItem)
Sets the Input Route Item parameter of this tool . |
void |
setMeasureItem(Object measureItem)
Sets the Measure Item parameter of this tool . |
void |
setOutRouteItem(String outRouteItem)
Sets the Output Route Item parameter of this tool . |
void |
setOutRouteSystem(String outRouteSystem)
Sets the Output Route System parameter of this tool . |
void |
setUseBlanks(String useBlanks)
Sets the Create route from null values 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 ArcRoute()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ArcRoute(Object inCover, String outRouteSystem)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the coverage from which the routes are to be created.outRouteSystem
- the name of the route system to be created or appended.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage from which the routes are to be created.public String getOutRouteSystem()
public void setOutRouteSystem(String outRouteSystem)
outRouteSystem
- the name of the route system to be created or appended.public Object getInRouteItem()
public void setInRouteItem(Object inRouteItem)
inRouteItem
- the name of an item in the arc attribute table used to group arcs into separate routes. A new route is created in the route attribute table for each unique value in this item. The default is to create a route for each topologically connected set of arcs.public String getOutRouteItem()
public void setOutRouteItem(String outRouteItem)
outRouteItem
- the name of the new item in the route attribute table that will contain the unique values in the input route item. When appending routes to an existing route system, it is an existing item in the route attribute table used to append routes. The default item is Input Route Item.public Object getMeasureItem()
public void setMeasureItem(Object measureItem)
measureItem
- an item in the arc attribute table of Input Coverage whose value is accumulated to produce the measure values. The default item is LENGTH.public String getCoordinatePriority()
public void setCoordinatePriority(String coordinatePriority)
coordinatePriority
- determines coordinate priority when choosing a start node for the route.public String getUseBlanks()
public void setUseBlanks(String useBlanks)
useBlanks
- specifies whether arcs having a null or 0 value for the input route item will be used to create a route.public Object getOutCover()
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 |