com.esri.arcgis.location
Interface IRouteMeasureCalibrator2

All Superinterfaces:
IRouteMeasureCalibrator, java.io.Serializable
All Known Implementing Classes:
IRouteMeasureCalibrator2Proxy, RouteMeasureCalibrator

public interface IRouteMeasureCalibrator2
extends IRouteMeasureCalibrator, java.io.Serializable

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

Description: 'Provides access to route measure calibration methods.' 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 IID5b5f88f5_1865_407b_a7d8_da5d9daa0e8b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IRouteMeasureCalibrator
IID960a398f_7e73_4d7e_955f_04f3916812ee
 
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 identifier field name.
 void setRouteFeatureClassByRef(IFeatureClass featureClass)
          The route feature class (Polyline with M feature class).
 void setRouteFeatureSelectionByRef(ISelectionSet selection)
          A selection set of route features.
 void setRouteIDFieldName(java.lang.String fieldName)
          The route identifier field name.
 
Methods inherited from interface com.esri.arcgis.location.IRouteMeasureCalibrator
calibrateRoutesByDistance, calibrateRoutesByMs, getInputFeatureClass, getInputFeatureSelection, getInputMeasureFieldName, getInputRouteIDFieldName, getRouteLocator, isBuildOutputIndex, setBuildOutputIndex, setInputFeatureClassByRef, setInputFeatureSelectionByRef, setInputMeasureFieldName, setInputRouteIDFieldName, setRouteLocatorByRef
 

Field Detail

IID5b5f88f5_1865_407b_a7d8_da5d9daa0e8b

static final int IID5b5f88f5_1865_407b_a7d8_da5d9daa0e8b
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 featureClass)
                               throws java.io.IOException,
                                      AutomationException
The route feature class (Polyline with M feature class).

Parameters:
featureClass - 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 fieldName)
                         throws java.io.IOException,
                                AutomationException
The route identifier field name.

Parameters:
fieldName - The fieldName (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 identifier field name.

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