com.esri.arcgis.location
Interface IRouteLocation2

All Superinterfaces:
IRouteLocation, java.io.Serializable
All Known Implementing Classes:
IRouteLocation2Proxy, RouteMeasureLineLocation, RouteMeasurePointLocation

public interface IRouteLocation2
extends IRouteLocation, java.io.Serializable

COM Interface 'IRouteLocation2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to route location properites.' 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 IIDdc709919_fadb_4008_a90a_7be613557170
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IRouteLocation
IID354b908d_3bba_11d4_9fcc_00c04f6bdf06
 
Method Summary
 boolean isMDirectionOffsetting()
          Indicates if the offset should based on the M direction or the digitized direction.
 void setMDirectionOffsetting(boolean value)
          Indicates if the offset should based on the M direction or the digitized direction.
 
Methods inherited from interface com.esri.arcgis.location.IRouteLocation
getLateralOffset, getMeasureUnit, getRouteID, setLateralOffset, setMeasureUnit, setRouteID
 

Field Detail

IIDdc709919_fadb_4008_a90a_7be613557170

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

setMDirectionOffsetting

void setMDirectionOffsetting(boolean value)
                             throws java.io.IOException,
                                    AutomationException
Indicates if the offset should based on the 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 on the 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.