|
|||||||||
| 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.linearreferencingtools.TransformRouteEvents
public class TransformRouteEvents
Transforms the measures of events from one route reference to another and writes them to a new event table. The Transform Route Events tool is contained in the Linear Referencing Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
TransformRouteEvents()
Creates the Transform Route Events tool with defaults. |
|
TransformRouteEvents(Object inTable,
Object inEventProperties,
Object inRoutes,
Object routeIdField,
Object targetRoutes,
Object targetRouteIdField,
Object outTable,
Object outEventProperties,
Object clusterTolerance)
Creates the Transform Route Events tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getClusterTolerance()
Returns the XY Tolerance parameter of this tool . |
Object |
getInEventProperties()
Returns the Event Table Properties parameter of this tool . |
String |
getInFields()
Returns the Include all fields from input parameter of this tool . |
Object |
getInRoutes()
Returns the Source Route Features parameter of this tool . |
Object |
getInTable()
Returns the Input Event Table parameter of this tool . |
Object |
getOutEventProperties()
Returns the Output Event Table Properties parameter of this tool . |
Object |
getOutTable()
Returns the Output Event Table parameter of this tool . |
Object |
getRouteIdField()
Returns the Source Route Identifier Field parameter of this tool . |
Object |
getTargetRouteIdField()
Returns the Target Route Identifier Field parameter of this tool . |
Object |
getTargetRoutes()
Returns the Target Route Features 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 |
setClusterTolerance(Object clusterTolerance)
Sets the XY Tolerance parameter of this tool . |
void |
setInEventProperties(Object inEventProperties)
Sets the Event Table Properties parameter of this tool . |
void |
setInFields(String inFields)
Sets the Include all fields from input parameter of this tool . |
void |
setInRoutes(Object inRoutes)
Sets the Source Route Features parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Event Table parameter of this tool . |
void |
setOutEventProperties(Object outEventProperties)
Sets the Output Event Table Properties parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output Event Table parameter of this tool . |
void |
setRouteIdField(Object routeIdField)
Sets the Source Route Identifier Field parameter of this tool . |
void |
setTargetRouteIdField(Object targetRouteIdField)
Sets the Target Route Identifier Field parameter of this tool . |
void |
setTargetRoutes(Object targetRoutes)
Sets the Target Route Features 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 TransformRouteEvents()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TransformRouteEvents(Object inTable,
Object inEventProperties,
Object inRoutes,
Object routeIdField,
Object targetRoutes,
Object targetRouteIdField,
Object outTable,
Object outEventProperties,
Object clusterTolerance)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable - Table View, the input event table.inEventProperties - Route Measure Event Properties, to-Measure FieldA field containing measure values. This field must be numeric, and it is required when the event type is LINE.inRoutes - Feature Layer, the input route features.routeIdField - Field, the field containing values that uniquely identifies each input route.targetRoutes - Feature Layer, the route features to which the input events will be transformed.targetRouteIdField - Field, the field containing values that uniquely identifies each target route.outTable - Table, the table to be created.outEventProperties - Route Measure Event Properties, to-Measure FieldA field that will contain measure values. Required when the event type is LINE.clusterTolerance - Linear unit, the maximum tolerated distance between the input events and the target routes.| Method Detail |
|---|
public Object getInTable()
public void setInTable(Object inTable)
inTable - Table View, the input event table.public Object getInEventProperties()
public void setInEventProperties(Object inEventProperties)
inEventProperties - Route Measure Event Properties, to-Measure FieldA field containing measure values. This field must be numeric, and it is required when the event type is LINE.public Object getInRoutes()
public void setInRoutes(Object inRoutes)
inRoutes - Feature Layer, the input route features.public Object getRouteIdField()
public void setRouteIdField(Object routeIdField)
routeIdField - Field, the field containing values that uniquely identifies each input route.public Object getTargetRoutes()
public void setTargetRoutes(Object targetRoutes)
targetRoutes - Feature Layer, the route features to which the input events will be transformed.public Object getTargetRouteIdField()
public void setTargetRouteIdField(Object targetRouteIdField)
targetRouteIdField - Field, the field containing values that uniquely identifies each target route.public Object getOutTable()
public void setOutTable(Object outTable)
outTable - Table, the table to be created.public Object getOutEventProperties()
public void setOutEventProperties(Object outEventProperties)
outEventProperties - Route Measure Event Properties, to-Measure FieldA field that will contain measure values. Required when the event type is LINE.public Object getClusterTolerance()
public void setClusterTolerance(Object clusterTolerance)
clusterTolerance - Linear unit, the maximum tolerated distance between the input events and the target routes.public String getInFields()
public void setInFields(String inFields)
inFields - String, specifies whether the output event table will contain route location fields plus all the attributes from the input events.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 | ||||||||