com.esri.arcgis.networkanalyst
Interface esriNAStopSymbolType

All Superinterfaces:
java.io.Serializable

public interface esriNAStopSymbolType
extends java.io.Serializable

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

Description: 'Network Analyst stop renderer symbol 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 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