com.esri.arcgis.datasourcesfile
Interface ISMFlagCreator2

All Superinterfaces:
ISMFlagCreator, java.io.Serializable
All Known Implementing Classes:
ISMFlagCreator2Proxy, SMFlagCreator

public interface ISMFlagCreator2
extends ISMFlagCreator, java.io.Serializable

COM Interface 'ISMFlagCreator2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to SMFlag search tolerance.' 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 DISPID_4_GET_NAME
           
static java.lang.String DISPID_4_PUT_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID0e8f6257_745f_4de3_b651_6ecf14728c5c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.ISMFlagCreator
DISPID_1_NAME, DISPID_2_NAME, DISPID_3_NAME, IID8a4bb863_0c3f_4897_aa09_1479a4b76a6f
 
Method Summary
 double getSearchTolerance()
          Defines maximum allowed distance in miles from stop location to closest street segment when creating a flag.
 void setSearchTolerance(double pVal)
          Defines maximum allowed distance in miles from stop location to closest street segment when creating a flag.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ISMFlagCreator
createFlag, createFlagDirection, createFlagDirectionAdv
 

Field Detail

IID0e8f6257_745f_4de3_b651_6ecf14728c5c

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

DISPID_4_GET_NAME

static final java.lang.String DISPID_4_GET_NAME
See Also:
Constant Field Values

DISPID_4_PUT_NAME

static final java.lang.String DISPID_4_PUT_NAME
See Also:
Constant Field Values
Method Detail

getSearchTolerance

double getSearchTolerance()
                          throws java.io.IOException,
                                 AutomationException
Defines maximum allowed distance in miles from stop location to closest street segment when creating a flag.

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

setSearchTolerance

void setSearchTolerance(double pVal)
                        throws java.io.IOException,
                               AutomationException
Defines maximum allowed distance in miles from stop location to closest street segment when creating a flag.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.