com.esri.arcgis.geodatabase
Interface IRouteEventSourceName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRouteEventSourceNameProxy, RouteEventSourceName

public interface IRouteEventSourceName
extends java.io.Serializable

COM Interface 'IRouteEventSourceName'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the route event source name 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 IID7f9c0d54_b8c7_11d3_9f7c_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRouteEventProperties getEventProperties()
          The route event properties.
 IName getEventTableName()
          The name object for the table containing route events.
 IRouteLocatorName getRouteLocatorName()
          The name object of the route locator.
 void setEventPropertiesByRef(IRouteEventProperties eventProperties)
          The route event properties.
 void setEventTableNameByRef(IName aName)
          The name object for the table containing route events.
 void setRouteLocatorNameByRef(IRouteLocatorName locatorName)
          The name object of the route locator.
 

Field Detail

IID7f9c0d54_b8c7_11d3_9f7c_00c04f6bdf06

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

setRouteLocatorNameByRef

void setRouteLocatorNameByRef(IRouteLocatorName locatorName)
                              throws java.io.IOException,
                                     AutomationException
The name object of the route locator.

Parameters:
locatorName - A reference to a com.esri.arcgis.geodatabase.IRouteLocatorName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRouteLocatorName

IRouteLocatorName getRouteLocatorName()
                                      throws java.io.IOException,
                                             AutomationException
The name object of the route locator.

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

setEventTableNameByRef

void setEventTableNameByRef(IName aName)
                            throws java.io.IOException,
                                   AutomationException
The name object for the table containing route events.

Parameters:
aName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventTableName

IName getEventTableName()
                        throws java.io.IOException,
                               AutomationException
The name object for the table containing route events.

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

setEventPropertiesByRef

void setEventPropertiesByRef(IRouteEventProperties eventProperties)
                             throws java.io.IOException,
                                    AutomationException
The route event properties.

Parameters:
eventProperties - 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.

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.