com.esri.arcgis.networkanalyst
Interface esriNAObjectStatus

All Superinterfaces:
Serializable

public interface esriNAObjectStatus
extends Serializable

States for stops or other analysis objects.

Remarks

The esriNAObjectStatus enumeration is used to specify the valid values for the "Status" field on NAClasses.

Product Availability

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


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