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.
- The enumeration value esriNAObjectStatusOK signifies that the NALocationObject does not have any problems.
- The enumeration value esriNAObjectStatusNotLocated signifies that the NALocationObject does not have a valid location on the network. This may occur if the NALocationObject was not within the search tolerance of a feature in the network when an attempt to locate it was made.
- The enumeration value esriNAObjectStatusElementNotLocated signifies that no network element can be found in reference to the NALocationObject. This may occur if the NALocationObject refers to features whose corresponding network element(s) no longer exist in the network dataset.
- The enumeration value esriNAObjectStatusElementNotTraversable signifies that the NALocationObject could not be traversed during analysis. This may occur when the NALocationObject is positioned on the same feature in the network as a Barrier.
- The enumeration value esriNAObjectStatusInvalidFieldValues signifies that the NALocationObject does not have valid values on one or more input fields used during analysis. For example, this would occur if the TimeWindowStart is later than the TimeWindowEnd on a stop.
- The enumeration value esriNAObjectStatusNotReached signifies that the NALocationObject could not be reached during analysis. This may occur if the NALocationObject is on a disconnected portion of the network.
- The enumeration value esriNAObjectStatusTimeWindowViolation signifies that the NALocationObject was not reached during route analysis within the specified time window constraint.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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