public interface IRouteEventProperties
extends java.io.Serializable
Description: 'Provides access to the properties of an event table.' 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 |
IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getEventMeasureUnit()
The units of the event measure(s).
|
java.lang.String |
getEventRouteIDFieldName()
The route identifier field name.
|
java.lang.String |
getLateralOffsetFieldName()
The lateral offset field name.
|
void |
getSettingError()
The state of the object (see if all the required field names have been set).
|
boolean |
isALineEvent()
Is a line event.
|
void |
setEventMeasureUnit(int units)
The units of the event measure(s).
|
void |
setEventRouteIDFieldName(java.lang.String fieldName)
The route identifier field name.
|
void |
setLateralOffsetFieldName(java.lang.String fieldName)
The lateral offset field name.
|
static final int IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
void setEventRouteIDFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getEventRouteIDFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEventMeasureUnit(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getEventMeasureUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLateralOffsetFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLateralOffsetFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isALineEvent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getSettingError() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.