com.esri.arcgis.datasourcesfile
Interface esriSMRestrictionType

All Superinterfaces:
java.io.Serializable

public interface esriSMRestrictionType
extends java.io.Serializable

Constants from esriSMRestrictionType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Routing restriction policy types.' 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 int esriSMRTRelaxed
          Violate this restriction only if no other route can be calculated.
static int esriSMRTStrict
          Never violate this restriction.
 

Field Detail

esriSMRTStrict

static final int esriSMRTStrict
Never violate this restriction.

See Also:
Constant Field Values

esriSMRTRelaxed

static final int esriSMRTRelaxed
Violate this restriction only if no other route can be calculated.

See Also:
Constant Field Values