com.esri.arcgis.networkanalyst
Interface esriNAObjectStatus

All Superinterfaces:
java.io.Serializable

public interface esriNAObjectStatus
extends java.io.Serializable

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

Description: 'States for stops or other analysis objects.' 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 esriNAObjectStatusElementNotLocated
          The object could not be found on the network.
static int esriNAObjectStatusElementNotTraversable
          The object was not traversable.
static int esriNAObjectStatusInvalidFieldValues
          The object contains invalid field data.
static int esriNAObjectStatusNotLocated
          The object could not be found on the features.
static int esriNAObjectStatusNotReached
          The object could not be reached on the network.
static int esriNAObjectStatusOK
          The object does not have any errors.
static int esriNAObjectStatusTimeWindowViolation
          The object has a time window violation.
 

Field Detail

esriNAObjectStatusOK

static final int esriNAObjectStatusOK
The object does not have any errors.

See Also:
Constant Field Values

esriNAObjectStatusNotLocated

static final int esriNAObjectStatusNotLocated
The object could not be found on the features.

See Also:
Constant Field Values

esriNAObjectStatusElementNotLocated

static final int esriNAObjectStatusElementNotLocated
The object could not be found on the network.

See Also:
Constant Field Values

esriNAObjectStatusElementNotTraversable

static final int esriNAObjectStatusElementNotTraversable
The object was not traversable.

See Also:
Constant Field Values

esriNAObjectStatusInvalidFieldValues

static final int esriNAObjectStatusInvalidFieldValues
The object contains invalid field data.

See Also:
Constant Field Values

esriNAObjectStatusNotReached

static final int esriNAObjectStatusNotReached
The object could not be reached on the network.

See Also:
Constant Field Values

esriNAObjectStatusTimeWindowViolation

static final int esriNAObjectStatusTimeWindowViolation
The object has a time window violation.

See Also:
Constant Field Values