|
|||||||||
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
This tool 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.
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
- the input event table.inEventProperties
- parameter consisting of the route location fields and the type of events in the input event table.inRoutes
- the input route features.routeIdField
- the field containing values that uniquely identify each input route.targetRoutes
- the route features to which the input events will be transformed.targetRouteIdField
- the field containing values that uniquely identify each target route.outTable
- the table to be created.outEventProperties
- parameter consisting of the route location fields and the type of events that will be written to the output event table.clusterTolerance
- the maximum tolerated distance between the input events and the target routes.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the input event table.public Object getInEventProperties()
public void setInEventProperties(Object inEventProperties)
inEventProperties
- parameter consisting of the route location fields and the type of events in the input event table.public Object getInRoutes()
public void setInRoutes(Object inRoutes)
inRoutes
- the input route features.public Object getRouteIdField()
public void setRouteIdField(Object routeIdField)
routeIdField
- the field containing values that uniquely identify each input route.public Object getTargetRoutes()
public void setTargetRoutes(Object targetRoutes)
targetRoutes
- the route features to which the input events will be transformed.public Object getTargetRouteIdField()
public void setTargetRouteIdField(Object targetRouteIdField)
targetRouteIdField
- the field containing values that uniquely identify each target route.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the table to be created.public Object getOutEventProperties()
public void setOutEventProperties(Object outEventProperties)
outEventProperties
- parameter consisting of the route location fields and the type of events that will be written to the output event table.public Object getClusterTolerance()
public void setClusterTolerance(Object clusterTolerance)
clusterTolerance
- the maximum tolerated distance between the input events and the target routes.public String getInFields()
public void setInFields(String inFields)
inFields
- 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 |