com.esri.arcgis.datasourcesfile
Interface esriSMNetAttributeUsageType

All Superinterfaces:
java.io.Serializable

public interface esriSMNetAttributeUsageType
extends java.io.Serializable

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

Description: 'Deprecated as of 10.1. Usage types of network attributes.' 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 esriSMNAUTCost
          Cost attributes are used as weight when calculating an optimal route.
static int esriSMNAUTDescription
          Description Attribute.
static int esriSMNAUTRestrictionBoolean
          Prohibit traversal along a segment when the attribute value is TRUE.
static int esriSMNAUTRestrictionMaxAllowed
          Prohibit traversal along a segment when attribute value is greater than specified restriction parameter.
static int esriSMNAUTRestrictionMinAllowed
          Prohibit traversal along a segment when attribute value is less than specified restriction parameter.
 

Field Detail

esriSMNAUTCost

static final int esriSMNAUTCost
Cost attributes are used as weight when calculating an optimal route.

See Also:
Constant Field Values

esriSMNAUTDescription

static final int esriSMNAUTDescription
Description Attribute.

See Also:
Constant Field Values

esriSMNAUTRestrictionBoolean

static final int esriSMNAUTRestrictionBoolean
Prohibit traversal along a segment when the attribute value is TRUE.

See Also:
Constant Field Values

esriSMNAUTRestrictionMinAllowed

static final int esriSMNAUTRestrictionMinAllowed
Prohibit traversal along a segment when attribute value is less than specified restriction parameter.

See Also:
Constant Field Values

esriSMNAUTRestrictionMaxAllowed

static final int esriSMNAUTRestrictionMaxAllowed
Prohibit traversal along a segment when attribute value is greater than specified restriction parameter.

See Also:
Constant Field Values