com.esri.arcgis.location
Interface IRouteLocatorOperations2

All Superinterfaces:
IRouteLocatorOperations, java.io.Serializable
All Known Implementing Classes:
IRouteLocatorOperations2Proxy, RouteLocatorOperations

public interface IRouteLocatorOperations2
extends IRouteLocatorOperations, java.io.Serializable

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

Description: 'Provides access to operations on the route locator.' 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 IIDe3444997_77d0_44cc_8eac_eb1d5d7de199
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IRouteLocatorOperations
IIDc531e2d7_a579_11d4_9ff0_00c04f6bdf06
 
Method Summary
 IFeatureClass getRouteFeatureClass()
          The route feature class (Polyline with M feature class).
 ISelectionSet getRouteFeatureSelection()
          A selection set of route features.
 java.lang.String getRouteIDFieldName()
          The route feature identifier.
 void setRouteFeatureClassByRef(IFeatureClass routeFeatureClass)
          The route feature class (Polyline with M feature class).
 void setRouteFeatureSelectionByRef(ISelectionSet selection)
          A selection set of route features.
 void setRouteIDFieldName(java.lang.String routeIDFieldName)
          The route feature identifier.
 
Methods inherited from interface com.esri.arcgis.location.IRouteLocatorOperations
getInputFeatureClass, getInputFeatureSelection, getRouteLocator, locateLineFeatures, locatePointEvents, locatePointFeatures, locatePolygonFeatures, setInputFeatureClassByRef, setInputFeatureSelectionByRef, setRouteLocatorByRef
 

Field Detail

IIDe3444997_77d0_44cc_8eac_eb1d5d7de199

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

setRouteFeatureClassByRef

void setRouteFeatureClassByRef(IFeatureClass routeFeatureClass)
                               throws java.io.IOException,
                                      AutomationException
The route feature class (Polyline with M feature class).

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

getRouteFeatureClass

IFeatureClass getRouteFeatureClass()
                                   throws java.io.IOException,
                                          AutomationException
The route feature class (Polyline with M feature class).

Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRouteFeatureSelectionByRef

void setRouteFeatureSelectionByRef(ISelectionSet selection)
                                   throws java.io.IOException,
                                          AutomationException
A selection set of route features.

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

getRouteFeatureSelection

ISelectionSet getRouteFeatureSelection()
                                       throws java.io.IOException,
                                              AutomationException
A selection set of route features.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRouteIDFieldName

void setRouteIDFieldName(java.lang.String routeIDFieldName)
                         throws java.io.IOException,
                                AutomationException
The route feature identifier.

Parameters:
routeIDFieldName - The routeIDFieldName (in)
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 feature identifier.

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