|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteLayerExtension
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 | |
---|---|
String |
getRouteIDFieldName()
The route id field name. |
IRouteLocatorName |
getRouteLocatorName(ILayer layer)
The route locator name. |
void |
setRouteIDFieldName(ILayer layer,
String fieldName)
Set the route id field name. |
Method Detail |
---|
IRouteLocatorName getRouteLocatorName(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRouteIDFieldName() throws IOException, AutomationException
This is used to get the route identifer (RouteIDFieldName) from the IRouteLocatorName interface.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRouteIDFieldName(ILayer layer, String fieldName) throws IOException, AutomationException
This sets the RouteIDFieldName for the route layer.
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)fieldName
- The fieldName (in)
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 |