|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteMeasureEventGeoprocessor2
Provides access to the route measure event geoprocessor properties and methods.
This interface, IRouteMeasureEventGeoprocessor2, provides access to the event geoprocessing operations. This is different from IRouteMeasureGeoprocessor in that the output event table properties (IRouteEventProperties) can be passed in as a parameter to the operations.
Method Summary | |
---|---|
ITable |
concatenate2(IRouteEventProperties outputProperties,
Object concatenateFields,
IDatasetName outputName,
ITrackCancel trackCancel,
String configKeyword)
Concatenate events. |
ITable |
dissolve2(IRouteEventProperties outputProperties,
Object dissolveFields,
IDatasetName outputName,
ITrackCancel trackCancel,
String configKeyword)
Dissolve events. |
ITable |
intersect2(IRouteEventProperties outputProperties,
boolean keepAllFields,
IDatasetName outputName,
ITrackCancel trackCancel,
String configKeyword)
Intersect events. |
ITable |
union2(IRouteEventProperties outputProperties,
boolean keepAllFields,
IDatasetName outputName,
ITrackCancel trackCancel,
String configKeyword)
Union events. |
Method Detail |
---|
ITable dissolve2(IRouteEventProperties outputProperties, Object dissolveFields, IDatasetName outputName, ITrackCancel trackCancel, String configKeyword) throws IOException, AutomationException
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)dissolveFields
- A Variant (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable concatenate2(IRouteEventProperties outputProperties, Object concatenateFields, IDatasetName outputName, ITrackCancel trackCancel, String configKeyword) throws IOException, AutomationException
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)concatenateFields
- A Variant (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable intersect2(IRouteEventProperties outputProperties, boolean keepAllFields, IDatasetName outputName, ITrackCancel trackCancel, String configKeyword) throws IOException, AutomationException
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)keepAllFields
- The keepAllFields (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable union2(IRouteEventProperties outputProperties, boolean keepAllFields, IDatasetName outputName, ITrackCancel trackCancel, String configKeyword) throws IOException, AutomationException
outputProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)keepAllFields
- The keepAllFields (in)outputName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)configKeyword
- The configKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |