com.esri.arcgis.location
Interface IRouteEventSource

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRouteEventSourceProxy, RouteEventSource

public interface IRouteEventSource
extends java.io.Serializable

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

Description: 'Provides access to the route event source properties.' 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 IID641755f0_b7de_11d3_9f7c_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 setExpandDistance(double distance)
          The distance used to expand spatial searches for laterally offset events.
 

Field Detail

IID641755f0_b7de_11d3_9f7c_00c04f6bdf06

static final int IID641755f0_b7de_11d3_9f7c_00c04f6bdf06
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

getRouteLocator

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

Returns:
A reference to a com.esri.arcgis.location.IRouteLocator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventTable

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

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.

getEventProperties

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

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.

setExpandDistance

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

Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpandDistance

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

Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.