public interface IRouteEventSourceName
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7f9c0d54_b8c7_11d3_9f7c_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID7f9c0d54_b8c7_11d3_9f7c_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
void setRouteLocatorNameByRef(IRouteLocatorName locatorName) throws java.io.IOException, AutomationException
locatorName
- A reference to a com.esri.arcgis.geodatabase.IRouteLocatorName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRouteLocatorName getRouteLocatorName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEventTableNameByRef(IName aName) throws java.io.IOException, AutomationException
aName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getEventTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEventPropertiesByRef(IRouteEventProperties eventProperties) throws java.io.IOException, AutomationException
eventProperties
- A reference to a com.esri.arcgis.geodatabase.IRouteEventProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRouteEventProperties getEventProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.