com.esri.arcgis.location
Class IRouteMeasureEventGeoprocessorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.location.IRouteMeasureEventGeoprocessorProxy
All Implemented Interfaces:
IRouteMeasureEventGeoprocessor, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRouteMeasureEventGeoprocessor2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IRouteMeasureEventGeoprocessor'. 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 =

public class IRouteMeasureEventGeoprocessorProxy
extends com.esri.arcgis.interop.Dispatch
implements IRouteMeasureEventGeoprocessor, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.location.IRouteMeasureEventGeoprocessor
IID, IID0dd015cf_4915_11d4_9fd6_00c04f6bdf06
 
Constructor Summary
  IRouteMeasureEventGeoprocessorProxy()
          Deprecated. For internal use only
  IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj)
          Deprecated.  
protected IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 ITable concatenate(java.lang.Object concatenateFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Deprecated. Concatenate events.
 ITable dissolve(java.lang.Object dissolveFields, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Deprecated. Dissolve events.
 IRouteEventProperties getInputEventProperties()
          Deprecated. The input table's route event properties.
 ISelectionSet getInputSelection()
          Deprecated. The input table's selection set.
 ITable getInputTable()
          Deprecated. The input table.
 IRouteEventProperties getOverlayEventProperties()
          Deprecated. The overlay table's route event properties.
 ISelectionSet getOverlaySelection()
          Deprecated. The overlay table's selection set.
 ITable getOverlayTable()
          Deprecated. The table to overlay with the input table.
 ITable intersect(IRouteEventProperties outputProperties, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Deprecated. Intersect events.
 boolean isBuildOutputIndex()
          Deprecated. Indicates whether an index is going to be built on the route id field on the output result.
 boolean isKeepZeroLengthLineEvents()
          Deprecated. Indicates whether zero length events should be included in the overlay result (line on line overlays only).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBuildOutputIndex(boolean status)
          Deprecated. Indicates whether an index is going to be built on the route id field on the output result.
 void setInputEventPropertiesByRef(IRouteEventProperties inputProperties)
          Deprecated. The input table's route event properties.
 void setInputSelectionByRef(ISelectionSet selection)
          Deprecated. The input table's selection set.
 void setInputTableByRef(ITable table)
          Deprecated. The input table.
 void setKeepZeroLengthLineEvents(boolean status)
          Deprecated. Indicates whether zero length events should be included in the overlay result (line on line overlays only).
 void setOverlayEventPropertiesByRef(IRouteEventProperties overlayProperties)
          Deprecated. The overlay table's route event properties.
 void setOverlaySelectionByRef(ISelectionSet selection)
          Deprecated. The overlay table's selection set.
 void setOverlayTableByRef(ITable table)
          Deprecated. The table to overlay with the input table.
 ITable union(IRouteEventProperties outputProperties, IDatasetName outputName, ITrackCancel trackCancel, java.lang.String configKeyword)
          Deprecated. Union events.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRouteMeasureEventGeoprocessorProxy

public IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID,
                                           java.lang.String host,
                                           com.esri.arcgis.interop.AuthInfo authInfo)
                                    throws java.net.UnknownHostException,
                                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRouteMeasureEventGeoprocessorProxy

public IRouteMeasureEventGeoprocessorProxy()
Deprecated. 
For internal use only


IRouteMeasureEventGeoprocessorProxy

public IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj)
                                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRouteMeasureEventGeoprocessorProxy

protected IRouteMeasureEventGeoprocessorProxy(java.lang.Object obj,
                                              java.lang.String iid)
                                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRouteMeasureEventGeoprocessorProxy

protected IRouteMeasureEventGeoprocessorProxy(java.lang.String CLSID,
                                              java.lang.String iid,
                                              java.lang.String host,
                                              com.esri.arcgis.interop.AuthInfo authInfo)
                                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setInputTableByRef

public void setInputTableByRef(ITable table)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The input table.

Specified by:
setInputTableByRef in interface IRouteMeasureEventGeoprocessor
Parameters:
table - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputTable

public ITable getInputTable()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The input table.

Specified by:
getInputTable in interface IRouteMeasureEventGeoprocessor
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.

setInputSelectionByRef

public void setInputSelectionByRef(ISelectionSet selection)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The input table's selection set.

Specified by:
setInputSelectionByRef in interface IRouteMeasureEventGeoprocessor
Parameters:
selection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputSelection

public ISelectionSet getInputSelection()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The input table's selection set.

Specified by:
getInputSelection in interface IRouteMeasureEventGeoprocessor
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlayTableByRef

public void setOverlayTableByRef(ITable table)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The table to overlay with the input table.

Specified by:
setOverlayTableByRef in interface IRouteMeasureEventGeoprocessor
Parameters:
table - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverlayTable

public ITable getOverlayTable()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The table to overlay with the input table.

Specified by:
getOverlayTable in interface IRouteMeasureEventGeoprocessor
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.

setOverlaySelectionByRef

public void setOverlaySelectionByRef(ISelectionSet selection)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The overlay table's selection set.

Specified by:
setOverlaySelectionByRef in interface IRouteMeasureEventGeoprocessor
Parameters:
selection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverlaySelection

public ISelectionSet getOverlaySelection()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The overlay table's selection set.

Specified by:
getOverlaySelection in interface IRouteMeasureEventGeoprocessor
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputEventPropertiesByRef

public void setInputEventPropertiesByRef(IRouteEventProperties inputProperties)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The input table's route event properties.

Specified by:
setInputEventPropertiesByRef in interface IRouteMeasureEventGeoprocessor
Parameters:
inputProperties - A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputEventProperties

public IRouteEventProperties getInputEventProperties()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
The input table's route event properties.

Specified by:
getInputEventProperties in interface IRouteMeasureEventGeoprocessor
Returns:
A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlayEventPropertiesByRef

public void setOverlayEventPropertiesByRef(IRouteEventProperties overlayProperties)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The overlay table's route event properties.

Specified by:
setOverlayEventPropertiesByRef in interface IRouteMeasureEventGeoprocessor
Parameters:
overlayProperties - A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverlayEventProperties

public IRouteEventProperties getOverlayEventProperties()
                                                throws java.io.IOException,
                                                       AutomationException
Deprecated. 
The overlay table's route event properties.

Specified by:
getOverlayEventProperties in interface IRouteMeasureEventGeoprocessor
Returns:
A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeepZeroLengthLineEvents

public void setKeepZeroLengthLineEvents(boolean status)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates whether zero length events should be included in the overlay result (line on line overlays only).

Specified by:
setKeepZeroLengthLineEvents in interface IRouteMeasureEventGeoprocessor
Parameters:
status - The status (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isKeepZeroLengthLineEvents

public boolean isKeepZeroLengthLineEvents()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates whether zero length events should be included in the overlay result (line on line overlays only).

Specified by:
isKeepZeroLengthLineEvents in interface IRouteMeasureEventGeoprocessor
Returns:
The status
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBuildOutputIndex

public void setBuildOutputIndex(boolean status)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether an index is going to be built on the route id field on the output result.

Specified by:
setBuildOutputIndex in interface IRouteMeasureEventGeoprocessor
Parameters:
status - The status (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBuildOutputIndex

public boolean isBuildOutputIndex()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether an index is going to be built on the route id field on the output result.

Specified by:
isBuildOutputIndex in interface IRouteMeasureEventGeoprocessor
Returns:
The status
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dissolve

public ITable dissolve(java.lang.Object dissolveFields,
                       IDatasetName outputName,
                       ITrackCancel trackCancel,
                       java.lang.String configKeyword)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Dissolve events.

Specified by:
dissolve in interface IRouteMeasureEventGeoprocessor
Parameters:
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.

concatenate

public ITable concatenate(java.lang.Object concatenateFields,
                          IDatasetName outputName,
                          ITrackCancel trackCancel,
                          java.lang.String configKeyword)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Concatenate events.

Specified by:
concatenate in interface IRouteMeasureEventGeoprocessor
Parameters:
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.

intersect

public ITable intersect(IRouteEventProperties outputProperties,
                        IDatasetName outputName,
                        ITrackCancel trackCancel,
                        java.lang.String configKeyword)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Intersect events.

Specified by:
intersect in interface IRouteMeasureEventGeoprocessor
Parameters:
outputProperties - A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (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.

union

public ITable union(IRouteEventProperties outputProperties,
                    IDatasetName outputName,
                    ITrackCancel trackCancel,
                    java.lang.String configKeyword)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Union events.

Specified by:
union in interface IRouteMeasureEventGeoprocessor
Parameters:
outputProperties - A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (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.