|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.RouteMeasureCalibrator
public class RouteMeasureCalibrator
COM Class 'RouteMeasureCalibrator'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'Route Measure Calibration Object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.location.IRouteMeasureCalibrator2 |
|---|
IID, IID5b5f88f5_1865_407b_a7d8_da5d9daa0e8b, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IRouteMeasureCalibrator |
|---|
IID960a398f_7e73_4d7e_955f_04f3916812ee |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
RouteMeasureCalibrator()
Constructs a RouteMeasureCalibrator using ArcGIS Engine. |
|
RouteMeasureCalibrator(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RouteMeasureCalibrator theRouteMeasureCalibrator = (RouteMeasureCalibrator) obj; |
|
| 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. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
IRouteLocator |
getRouteLocator()
The route locator. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isBuildOutputIndex()
Indicates whether an index is going to be built on the route id field on the output result. |
void |
release()
Release a RouteMeasureCalibrator. |
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 |
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. |
void |
setRouteLocatorByRef(IRouteLocator routeLocator)
The route locator. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RouteMeasureCalibrator()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RouteMeasureCalibrator(java.lang.Object obj)
throws java.io.IOException
RouteMeasureCalibrator theRouteMeasureCalibrator = (RouteMeasureCalibrator) obj;
obj to RouteMeasureCalibrator.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setRouteLocatorByRef(IRouteLocator routeLocator)
throws java.io.IOException,
AutomationException
setRouteLocatorByRef in interface IRouteMeasureCalibratorrouteLocator - 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.
public IRouteLocator getRouteLocator()
throws java.io.IOException,
AutomationException
getRouteLocator in interface IRouteMeasureCalibratorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputFeatureClassByRef(IFeatureClass inputFeatureClass)
throws java.io.IOException,
AutomationException
setInputFeatureClassByRef in interface IRouteMeasureCalibratorinputFeatureClass - 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.
public IFeatureClass getInputFeatureClass()
throws java.io.IOException,
AutomationException
getInputFeatureClass in interface IRouteMeasureCalibratorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputFeatureSelectionByRef(ISelectionSet selection)
throws java.io.IOException,
AutomationException
setInputFeatureSelectionByRef in interface IRouteMeasureCalibratorselection - 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.
public ISelectionSet getInputFeatureSelection()
throws java.io.IOException,
AutomationException
getInputFeatureSelection in interface IRouteMeasureCalibratorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputRouteIDFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
setInputRouteIDFieldName in interface IRouteMeasureCalibratorfieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getInputRouteIDFieldName()
throws java.io.IOException,
AutomationException
getInputRouteIDFieldName in interface IRouteMeasureCalibratorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputMeasureFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
setInputMeasureFieldName in interface IRouteMeasureCalibratorfieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getInputMeasureFieldName()
throws java.io.IOException,
AutomationException
getInputMeasureFieldName in interface IRouteMeasureCalibratorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBuildOutputIndex(boolean status)
throws java.io.IOException,
AutomationException
setBuildOutputIndex in interface IRouteMeasureCalibratorstatus - The status (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBuildOutputIndex()
throws java.io.IOException,
AutomationException
isBuildOutputIndex in interface IRouteMeasureCalibratorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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
calibrateRoutesByDistance in interface IRouteMeasureCalibratorupdateHow - 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.
public IEnumBSTR calibrateRoutesByMs(int updateHow,
double tolerance,
boolean allRoutes,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
calibrateRoutesByMs in interface IRouteMeasureCalibratorupdateHow - 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.
public void setRouteFeatureClassByRef(IFeatureClass featureClass)
throws java.io.IOException,
AutomationException
setRouteFeatureClassByRef in interface IRouteMeasureCalibrator2featureClass - 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.
public IFeatureClass getRouteFeatureClass()
throws java.io.IOException,
AutomationException
getRouteFeatureClass in interface IRouteMeasureCalibrator2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRouteFeatureSelectionByRef(ISelectionSet selection)
throws java.io.IOException,
AutomationException
setRouteFeatureSelectionByRef in interface IRouteMeasureCalibrator2selection - 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.
public ISelectionSet getRouteFeatureSelection()
throws java.io.IOException,
AutomationException
getRouteFeatureSelection in interface IRouteMeasureCalibrator2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRouteIDFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
setRouteIDFieldName in interface IRouteMeasureCalibrator2fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getRouteIDFieldName()
throws java.io.IOException,
AutomationException
getRouteIDFieldName in interface IRouteMeasureCalibrator2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||