com.esri.arcgis.location
Class IRouteEventSourceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.location.IRouteEventSourceProxy
All Implemented Interfaces:
IRouteEventSource, Externalizable, Serializable

public class IRouteEventSourceProxy
extends com.esri.arcgis.interop.Dispatch
implements IRouteEventSource, Serializable

Provides access to the route event source properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRouteEventSourceProxy()
           
  IRouteEventSourceProxy(Object obj)
           
protected IRouteEventSourceProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IRouteEventProperties getEventProperties()
          The route event properties.
 ITable getEventTable()
          The table of containing route events.
 double getExpandDistance()
          The distance used to expand spatial searches for laterally offset events.
 IRouteLocator getRouteLocator()
          The route locator.
 void removeListener(String iidStr, Object theListener)
           
 void setExpandDistance(double distance)
          The distance used to expand spatial searches for laterally offset 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

noncastable

public boolean noncastable
Constructor Detail

IRouteEventSourceProxy

public IRouteEventSourceProxy()

IRouteEventSourceProxy

public IRouteEventSourceProxy(Object obj)
                       throws IOException
Throws:
IOException

IRouteEventSourceProxy

protected IRouteEventSourceProxy(Object obj,
                                 String iid)
                          throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getRouteLocator

public IRouteLocator getRouteLocator()
                              throws IOException,
                                     AutomationException
The route locator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getRouteLocator in interface IRouteEventSource
Returns:
A reference to a com.esri.arcgis.location.IRouteLocator
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventTable

public ITable getEventTable()
                     throws IOException,
                            AutomationException
The table of containing route events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getEventTable in interface IRouteEventSource
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventProperties

public IRouteEventProperties getEventProperties()
                                         throws IOException,
                                                AutomationException
The route event properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setExpandDistance

public void setExpandDistance(double distance)
                       throws IOException,
                              AutomationException
The distance used to expand spatial searches for laterally offset events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setExpandDistance in interface IRouteEventSource
Parameters:
distance - The distance (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpandDistance

public double getExpandDistance()
                         throws IOException,
                                AutomationException
The distance used to expand spatial searches for laterally offset events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getExpandDistance in interface IRouteEventSource
Returns:
The distance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.