com.esri.arcgis.location
Interface IRouteLocation2

All Superinterfaces:
IRouteLocation, Serializable
All Known Implementing Classes:
RouteMeasureLineLocation, RouteMeasurePointLocation

public interface IRouteLocation2
extends IRouteLocation, Serializable

Provides access to route location properites.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

setMDirectionOffsetting

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isMDirectionOffsetting

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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