com.esri.arcgis.location
Interface IRouteMeasureCreator2

All Superinterfaces:
IRouteMeasureCreator, java.io.Serializable
All Known Implementing Classes:
IRouteMeasureCreator2Proxy, RouteMeasureCreator

public interface IRouteMeasureCreator2
extends IRouteMeasureCreator, java.io.Serializable

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

Description: 'Provides access to the route creation properties and 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 IID6d2b9a89_960e_4f95_8c7b_6da24ab7a398
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IRouteMeasureCreator
IID9073be7c_f31a_4329_94e9_eea1bcd4af6d
 
Method Summary
 IEnumBSTR createUsing2Fields2(java.lang.String fmFieldName, java.lang.String tmFieldName, double factor, double offset, IFeatureClassName outputFClassName, IGeometryDef outputGeometryDef, java.lang.String configKeyword, ITrackCancel trackCancel)
          Create routes from polylines using two fields.
 IEnumBSTR createUsingCoordinatePriority2(java.lang.String lengthFieldName, double factor, double offset, int seedingCorner, boolean ignoreGaps, IFeatureClassName outputFClassName, IGeometryDef outputGeometryDef, java.lang.String configKeyword, ITrackCancel trackCancel)
          Create routes from using topology.
 
Methods inherited from interface com.esri.arcgis.location.IRouteMeasureCreator
createUsing2Fields, createUsingCoordinatePriority, createUsingPoints, getInputFeatureClass, getInputFeatureSelection, getInputRouteIDFieldName, isBuildOutputIndex, setBuildOutputIndex, setInputFeatureClassByRef, setInputFeatureSelectionByRef, setInputRouteIDFieldName
 

Field Detail

IID6d2b9a89_960e_4f95_8c7b_6da24ab7a398

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

createUsing2Fields2

IEnumBSTR createUsing2Fields2(java.lang.String fmFieldName,
                              java.lang.String tmFieldName,
                              double factor,
                              double offset,
                              IFeatureClassName outputFClassName,
                              IGeometryDef outputGeometryDef,
                              java.lang.String configKeyword,
                              ITrackCancel trackCancel)
                              throws java.io.IOException,
                                     AutomationException
Create routes from polylines using two fields.

Parameters:
fmFieldName - The fmFieldName (in)
tmFieldName - The tmFieldName (in)
factor - The factor (in)
offset - The offset (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)
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createUsingCoordinatePriority2

IEnumBSTR createUsingCoordinatePriority2(java.lang.String lengthFieldName,
                                         double factor,
                                         double offset,
                                         int seedingCorner,
                                         boolean ignoreGaps,
                                         IFeatureClassName outputFClassName,
                                         IGeometryDef outputGeometryDef,
                                         java.lang.String configKeyword,
                                         ITrackCancel trackCancel)
                                         throws java.io.IOException,
                                                AutomationException
Create routes from using topology.

Parameters:
lengthFieldName - The lengthFieldName (in)
factor - The factor (in)
offset - The offset (in)
seedingCorner - A com.esri.arcgis.location.esriMSeedingCorner constant (in)
ignoreGaps - The ignoreGaps (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)
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.