com.esri.arcgis.networkanalyst
Interface esriNAStopSymbolType

All Superinterfaces:
Serializable

public interface esriNAStopSymbolType
extends Serializable

Network Analyst stop renderer symbol types.

Remarks

Specifies the type of stop symbol. These enumeration values are used in conjunction with methods on the INAStopRenderer2 interface of the NAStopRenderer object.

Product Availability

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


Field Summary
static int esriNAStopSymbolTypeError
          The stop has an error.
static int esriNAStopSymbolTypeNotLocated
          The stop could not be located on the network.
static int esriNAStopSymbolTypeOK
          The stop does not have any errors.
static int esriNAStopSymbolTypeTimeViolation
          The stop violates the time window.
 

Field Detail

esriNAStopSymbolTypeOK

static final int esriNAStopSymbolTypeOK
The stop does not have any errors.

See Also:
Constant Field Values

esriNAStopSymbolTypeNotLocated

static final int esriNAStopSymbolTypeNotLocated
The stop could not be located on the network.

See Also:
Constant Field Values

esriNAStopSymbolTypeError

static final int esriNAStopSymbolTypeError
The stop has an error.

See Also:
Constant Field Values

esriNAStopSymbolTypeTimeViolation

static final int esriNAStopSymbolTypeTimeViolation
The stop violates the time window.

See Also:
Constant Field Values