|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to the route layer extension.
The IRouteLayerExtension interface is used for route layers in ArcMap to get and set the route layers route identifier, RouteIDFieldName.
| Method Summary | |
java.lang.String |
getRouteIDFieldName()
The route id field name. |
IRouteLocatorName |
getRouteLocatorName(ILayer layer)
The route locator name. |
void |
setRouteIDFieldName(ILayer layer,
java.lang.String fieldName)
Set the route id field name. |
| Method Detail |
public IRouteLocatorName getRouteLocatorName(ILayer layer)
throws java.io.IOException,
AutomationException
This property allows you to get the IRouteLocatorName interface and set its properties. Everytime a route layer is added to ArcMap, the RouteMeasureLocatorName object is created.
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IRouteLayerExtension
public java.lang.String getRouteIDFieldName()
throws java.io.IOException,
AutomationException
This is used to get the route identifer (RouteIDFieldName) from the IRouteLocatorName interface.
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IRouteLayerExtension
public void setRouteIDFieldName(ILayer layer,
java.lang.String fieldName)
throws java.io.IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)fieldName - The fieldName (in)
java.io.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 | |||||||||