|
|||||||||
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.linearreferencingtools.DissolveRouteEvents
public class DissolveRouteEvents
Removes redundant information from event tables or separates event tables having more than one descriptive attribute into individual tables. The Dissolve 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 | |
---|---|
DissolveRouteEvents()
Creates the Dissolve Route Events tool with defaults. |
|
DissolveRouteEvents(Object inEvents,
Object inEventProperties,
Object dissolveField,
Object outTable,
Object outEventProperties)
Creates the Dissolve Route Events tool with the required parameters. |
Method Summary | |
---|---|
String |
getBuildIndex()
Returns the Build index parameter of this tool . |
Object |
getDissolveField()
Returns the Dissolve Fields parameter of this tool . |
String |
getDissolveType()
Returns the Combine adjacent events only parameter of this tool . |
Object |
getInEventProperties()
Returns the Event Table Properties parameter of this tool . |
Object |
getInEvents()
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 . |
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 |
setBuildIndex(String buildIndex)
Sets the Build index parameter of this tool . |
void |
setDissolveField(Object dissolveField)
Sets the Dissolve Fields parameter of this tool . |
void |
setDissolveType(String dissolveType)
Sets the Combine adjacent events only parameter of this tool . |
void |
setInEventProperties(Object inEventProperties)
Sets the Event Table Properties parameter of this tool . |
void |
setInEvents(Object inEvents)
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 . |
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 DissolveRouteEvents()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DissolveRouteEvents(Object inEvents, Object inEventProperties, Object dissolveField, Object outTable, Object outEventProperties)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inEvents
- the table whose rows will be aggregated.inEventProperties
- parameter consisting of the route location fields and the type of events in the input event table.dissolveField
- the field(s)used to aggregate rows.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.Method Detail |
---|
public Object getInEvents()
public void setInEvents(Object inEvents)
inEvents
- the table whose rows will be aggregated.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 getDissolveField()
public void setDissolveField(Object dissolveField)
dissolveField
- the field(s)used to aggregate rows.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 String getDissolveType()
public void setDissolveType(String dissolveType)
dissolveType
- specifies whether the input events will be concatenated or dissolved.public String getBuildIndex()
public void setBuildIndex(String buildIndex)
buildIndex
- specifies whether an attribute index will be created for the route identifier field that is written to the output event table.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 |