com.esri.arcgis.datasourcesfile
Interface esriSMNetAttributeUsageType

All Superinterfaces:
Serializable

public interface esriSMNetAttributeUsageType
extends Serializable

Usage types of network attributes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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