com.esri.arcgis.location
Interface IRouteLayerExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRouteLayerExtensionProxy, RouteLayerExtension

public interface IRouteLayerExtension
extends java.io.Serializable

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

Description: 'Provides access to the route layer extension.' 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 IIDb7c2ff32_ccaa_4de6_8f2e_4d697d10d52b
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDb7c2ff32_ccaa_4de6_8f2e_4d697d10d52b

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

getRouteLocatorName

IRouteLocatorName getRouteLocatorName(ILayer layer)
                                      throws java.io.IOException,
                                             AutomationException
The route locator name.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRouteLocatorName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRouteIDFieldName

java.lang.String getRouteIDFieldName()
                                     throws java.io.IOException,
                                            AutomationException
The route id field name.

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

setRouteIDFieldName

void setRouteIDFieldName(ILayer layer,
                         java.lang.String fieldName)
                         throws java.io.IOException,
                                AutomationException
Set the route id field name.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.