com.esri.arcgis.geodatabase
Interface IRouteEventProperties2

All Superinterfaces:
IRouteEventProperties, java.io.Serializable
All Known Implementing Classes:
IRouteEventProperties2Proxy, RouteMeasureLineProperties, RouteMeasurePointProperties

public interface IRouteEventProperties2
extends IRouteEventProperties, java.io.Serializable

COM Interface 'IRouteEventProperties2'. 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 IID5ae87432_a9c0_42c4_8dfa_03e5c93785e9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRouteEventProperties
IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06
 
Method Summary
 java.lang.String getErrorFieldName()
          Name of the error field name.
 boolean isAddErrorField()
          Indicates if the error field should be added to the field set.
 boolean isMDirectionOffsetting()
          Indicates if the offset should based onthe M direction or the digitized direction.
 void setAddErrorField(boolean value)
          Indicates if the error field should be added to the field set.
 void setErrorFieldName(java.lang.String fieldName)
          Name of the error field name.
 void setMDirectionOffsetting(boolean value)
          Indicates if the offset should based onthe M direction or the digitized direction.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRouteEventProperties
getEventMeasureUnit, getEventRouteIDFieldName, getLateralOffsetFieldName, getSettingError, isALineEvent, setEventMeasureUnit, setEventRouteIDFieldName, setLateralOffsetFieldName
 

Field Detail

IID5ae87432_a9c0_42c4_8dfa_03e5c93785e9

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

setAddErrorField

void setAddErrorField(boolean value)
                      throws java.io.IOException,
                             AutomationException
Indicates if the error field should be added to the field set.

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

isAddErrorField

boolean isAddErrorField()
                        throws java.io.IOException,
                               AutomationException
Indicates if the error field should be added to the field set.

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

setErrorFieldName

void setErrorFieldName(java.lang.String fieldName)
                       throws java.io.IOException,
                              AutomationException
Name of the error field name.

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

getErrorFieldName

java.lang.String getErrorFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Name of the error field name.

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

setMDirectionOffsetting

void setMDirectionOffsetting(boolean value)
                             throws java.io.IOException,
                                    AutomationException
Indicates if the offset should based onthe M direction or the digitized direction.

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

isMDirectionOffsetting

boolean isMDirectionOffsetting()
                               throws java.io.IOException,
                                      AutomationException
Indicates if the offset should based onthe M direction or the digitized direction.

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