com.esri.arcgis.geodatabase
Interface esriLocatingError

All Superinterfaces:
Serializable

public interface esriLocatingError
extends Serializable

Error codes for locating operations.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int LOCATING_E_CANT_FIND_EXTENT
          Could not find route location's shape, the from-measure and the to-measure are outside of the route measures.
static int LOCATING_E_CANT_FIND_LOCATION
          Could not find route location's shape (the route has no M's or the route location's measures don't exist on the route).
static int LOCATING_E_CANT_FIND_ROUTE
          The route does not exist.
static int LOCATING_E_FROM_PARTIAL_MATCH
          Could not find the entire route location's shape, the from-measure was outside of the route measure range.
static int LOCATING_E_FROM_TO_PARTIAL_MATCH
          Could not find the entire route location's shape, the from-measure and the to-measure were outside of the route measure range.
static int LOCATING_E_INVALIDMEASURE
          At least one of the route location's measure values is invalid.
static int LOCATING_E_INVALIDRID
          The route location's route ID is invalid (NULL, empty or invalid value).
static int LOCATING_E_MULTIPLE_LOCATION
          More than one point location were found.
static int LOCATING_E_NULL_EXTENT
          The from-measure is equal to the to-measure.
static int LOCATING_E_ROUTE_MS_NULL
          The route does not have Ms or Ms are null.
static int LOCATING_E_ROUTE_NOT_MAWARE
          The route is not a polyline M aware.
static int LOCATING_E_ROUTE_SHAPE_EMPTY
          The route does not have a shape or the shape is empty.
static int LOCATING_E_TO_PARTIAL_MATCH
          Could not find the entire route location's shape, the to-measure was outside of the route measure range.
static int LOCATING_OK
          Locating was successful.
 

Field Detail

LOCATING_OK

static final int LOCATING_OK
Locating was successful.

See Also:
Constant Field Values

LOCATING_E_INVALIDRID

static final int LOCATING_E_INVALIDRID
The route location's route ID is invalid (NULL, empty or invalid value).

See Also:
Constant Field Values

LOCATING_E_INVALIDMEASURE

static final int LOCATING_E_INVALIDMEASURE
At least one of the route location's measure values is invalid.

See Also:
Constant Field Values

LOCATING_E_CANT_FIND_ROUTE

static final int LOCATING_E_CANT_FIND_ROUTE
The route does not exist.

See Also:
Constant Field Values

LOCATING_E_ROUTE_SHAPE_EMPTY

static final int LOCATING_E_ROUTE_SHAPE_EMPTY
The route does not have a shape or the shape is empty.

See Also:
Constant Field Values

LOCATING_E_CANT_FIND_LOCATION

static final int LOCATING_E_CANT_FIND_LOCATION
Could not find route location's shape (the route has no M's or the route location's measures don't exist on the route).

See Also:
Constant Field Values

LOCATING_E_CANT_FIND_EXTENT

static final int LOCATING_E_CANT_FIND_EXTENT
Could not find route location's shape, the from-measure and the to-measure are outside of the route measures.

See Also:
Constant Field Values

LOCATING_E_FROM_PARTIAL_MATCH

static final int LOCATING_E_FROM_PARTIAL_MATCH
Could not find the entire route location's shape, the from-measure was outside of the route measure range.

See Also:
Constant Field Values

LOCATING_E_TO_PARTIAL_MATCH

static final int LOCATING_E_TO_PARTIAL_MATCH
Could not find the entire route location's shape, the to-measure was outside of the route measure range.

See Also:
Constant Field Values

LOCATING_E_ROUTE_MS_NULL

static final int LOCATING_E_ROUTE_MS_NULL
The route does not have Ms or Ms are null.

See Also:
Constant Field Values

LOCATING_E_ROUTE_NOT_MAWARE

static final int LOCATING_E_ROUTE_NOT_MAWARE
The route is not a polyline M aware.

See Also:
Constant Field Values

LOCATING_E_FROM_TO_PARTIAL_MATCH

static final int LOCATING_E_FROM_TO_PARTIAL_MATCH
Could not find the entire route location's shape, the from-measure and the to-measure were outside of the route measure range.

See Also:
Constant Field Values

LOCATING_E_MULTIPLE_LOCATION

static final int LOCATING_E_MULTIPLE_LOCATION
More than one point location were found. Measures are probably not unique along the routes.

See Also:
Constant Field Values

LOCATING_E_NULL_EXTENT

static final int LOCATING_E_NULL_EXTENT
The from-measure is equal to the to-measure.

See Also:
Constant Field Values