|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRouteMeasureCalibrator
COM Interface 'IRouteMeasureCalibrator'. 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 |
IID960a398f_7e73_4d7e_955f_04f3916812ee
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IEnumBSTR |
calibrateRoutesByDistance(int updateHow,
boolean ignoreGaps,
double tolerance,
boolean allRoutes,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
Calibrate route features. |
IEnumBSTR |
calibrateRoutesByMs(int updateHow,
double tolerance,
boolean allRoutes,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
Calibrate route features by using existing M values for the interpolation. |
IFeatureClass |
getInputFeatureClass()
The input features to locate along the routes. |
ISelectionSet |
getInputFeatureSelection()
A selection set of features to locate. |
java.lang.String |
getInputMeasureFieldName()
The input measure field name. |
java.lang.String |
getInputRouteIDFieldName()
The input route identifier field name. |
IRouteLocator |
getRouteLocator()
The route locator. |
boolean |
isBuildOutputIndex()
Indicates whether an index is going to be built on the route id field on the output result. |
void |
setBuildOutputIndex(boolean status)
Indicates whether an index is going to be built on the route id field on the output result. |
void |
setInputFeatureClassByRef(IFeatureClass inputFeatureClass)
The input features to locate along the routes. |
void |
setInputFeatureSelectionByRef(ISelectionSet selection)
A selection set of features to locate. |
void |
setInputMeasureFieldName(java.lang.String fieldName)
The input measure field name. |
void |
setInputRouteIDFieldName(java.lang.String fieldName)
The input route identifier field name. |
void |
setRouteLocatorByRef(IRouteLocator routeLocator)
The route locator. |
| Field Detail |
|---|
static final int IID960a398f_7e73_4d7e_955f_04f3916812ee
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setRouteLocatorByRef(IRouteLocator routeLocator)
throws java.io.IOException,
AutomationException
routeLocator - A reference to a com.esri.arcgis.location.IRouteLocator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRouteLocator getRouteLocator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInputFeatureClassByRef(IFeatureClass inputFeatureClass)
throws java.io.IOException,
AutomationException
inputFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureClass getInputFeatureClass()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInputFeatureSelectionByRef(ISelectionSet selection)
throws java.io.IOException,
AutomationException
selection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISelectionSet getInputFeatureSelection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInputRouteIDFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getInputRouteIDFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInputMeasureFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getInputMeasureFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBuildOutputIndex(boolean status)
throws java.io.IOException,
AutomationException
status - The status (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isBuildOutputIndex()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR calibrateRoutesByDistance(int updateHow,
boolean ignoreGaps,
double tolerance,
boolean allRoutes,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
updateHow - The updateHow (in)ignoreGaps - The ignoreGaps (in)tolerance - The tolerance (in)allRoutes - The allRoutes (in)outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)configKeyword - The configKeyword (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR calibrateRoutesByMs(int updateHow,
double tolerance,
boolean allRoutes,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
updateHow - The updateHow (in)tolerance - The tolerance (in)allRoutes - The allRoutes (in)outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)configKeyword - The configKeyword (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (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 | ||||||||