com.esri.arcgis.location
Interface IRouteMeasureEventGeoprocessor2

All Superinterfaces:
IRouteMeasureEventGeoprocessor, java.io.Serializable
All Known Implementing Classes:
IRouteMeasureEventGeoprocessor2Proxy, RouteMeasureGeoprocessor

public interface IRouteMeasureEventGeoprocessor2
extends IRouteMeasureEventGeoprocessor, java.io.Serializable

COM Interface 'IRouteMeasureEventGeoprocessor2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to the route measure event geoprocessor properties and methods.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6e52d323_609b_41e7_a1c3_c5492b2c664c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IRouteMeasureEventGeoprocessor
IID0dd015cf_4915_11d4_9fd6_00c04f6bdf06
 
Method Summary
 ITable concatenate2(IRouteEventProperties outputProperties, java.lang.Object concatenateFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Concatenate events.
 ITable dissolve2(IRouteEventProperties outputProperties, java.lang.Object dissolveFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Dissolve events.
 ITable intersect2(IRouteEventProperties outputProperties, boolean keepAllFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Intersect events.
 ITable union2(IRouteEventProperties outputProperties, boolean keepAllFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Union events.
 
Methods inherited from interface com.esri.arcgis.location.IRouteMeasureEventGeoprocessor
concatenate, dissolve, getInputEventProperties, getInputSelection, getInputTable, getOverlayEventProperties, getOverlaySelection, getOverlayTable, intersect, isBuildOutputIndex, isKeepZeroLengthLineEvents, setBuildOutputIndex, setInputEventPropertiesByRef, setInputSelectionByRef, setInputTableByRef, setKeepZeroLengthLineEvents, setOverlayEventPropertiesByRef, setOverlaySelectionByRef, setOverlayTableByRef, union
 

Field Detail

IID6e52d323_609b_41e7_a1c3_c5492b2c664c

static final int IID6e52d323_609b_41e7_a1c3_c5492b2c664c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

dissolve2

ITable dissolve2(IRouteEventProperties outputProperties,
                 java.lang.Object dissolveFields,
                 IDatasetName outputName,
                 ITrackCancel trackCancel,
                 java.lang.String configKeyword)
                 throws java.io.IOException,
                        AutomationException
Dissolve events.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

concatenate2

ITable concatenate2(IRouteEventProperties outputProperties,
                    java.lang.Object concatenateFields,
                    IDatasetName outputName,
                    ITrackCancel trackCancel,
                    java.lang.String configKeyword)
                    throws java.io.IOException,
                           AutomationException
Concatenate events.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

intersect2

ITable intersect2(IRouteEventProperties outputProperties,
                  boolean keepAllFields,
                  IDatasetName outputName,
                  ITrackCancel trackCancel,
                  java.lang.String configKeyword)
                  throws java.io.IOException,
                         AutomationException
Intersect events.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

union2

ITable union2(IRouteEventProperties outputProperties,
              boolean keepAllFields,
              IDatasetName outputName,
              ITrackCancel trackCancel,
              java.lang.String configKeyword)
              throws java.io.IOException,
                     AutomationException
Union events.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.