com.esri.arcgis.geodatabase
Interface IRouteEventProperties

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRouteEventProperties2
All Known Implementing Classes:
IRouteEventProperties2Proxy, IRouteEventPropertiesProxy, RouteMeasureLineProperties, RouteMeasurePointProperties

public interface IRouteEventProperties
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06

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

setEventRouteIDFieldName

void setEventRouteIDFieldName(java.lang.String fieldName)
                              throws java.io.IOException,
                                     AutomationException
The route identifier field name.

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

getEventRouteIDFieldName

java.lang.String getEventRouteIDFieldName()
                                          throws java.io.IOException,
                                                 AutomationException
The route identifier field name.

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

setEventMeasureUnit

void setEventMeasureUnit(int units)
                         throws java.io.IOException,
                                AutomationException
The units of the event measure(s).

Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventMeasureUnit

int getEventMeasureUnit()
                        throws java.io.IOException,
                               AutomationException
The units of the event measure(s).

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

setLateralOffsetFieldName

void setLateralOffsetFieldName(java.lang.String fieldName)
                               throws java.io.IOException,
                                      AutomationException
The lateral offset field name.

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

getLateralOffsetFieldName

java.lang.String getLateralOffsetFieldName()
                                           throws java.io.IOException,
                                                  AutomationException
The lateral offset field name.

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

isALineEvent

boolean isALineEvent()
                     throws java.io.IOException,
                            AutomationException
Is a line event.

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

getSettingError

void getSettingError()
                     throws java.io.IOException,
                            AutomationException
The state of the object (see if all the required field names have been set).

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