|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteLocation
Provides access to route location properites.
The IRouteLocation interface allows you to set the properties of the route measure location.
Method Summary | |
---|---|
double |
getLateralOffset()
The route location's lateral offset (default 0.0). |
int |
getMeasureUnit()
The route location's measure units. |
Object |
getRouteID()
The route identifier (string, integer or double). |
void |
setLateralOffset(double value)
The route location's lateral offset (default 0.0). |
void |
setMeasureUnit(int units)
The route location's measure units. |
void |
setRouteID(Object rid)
The route identifier (string, integer or double). |
Method Detail |
---|
void setRouteID(Object rid) throws IOException, AutomationException
rid
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getRouteID() throws IOException, AutomationException
The RouteID property defines the route identifier on which the route measure location exists.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeasureUnit(int units) throws IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMeasureUnit() throws IOException, AutomationException
The MeasureUnit property is the unit of measurement for the route measure location.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLateralOffset(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLateralOffset() throws IOException, AutomationException
The LateralOffset property is the lateral offset of the route measure location from the route. Whether this offset is to the left or right of the route depends IRouteLocation2::MDirectionOffsetting property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |