public interface esriLocatingError
extends java.io.Serializable
Description: 'Error codes for locating operations.' 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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int LOCATING_OK
static final int LOCATING_E_INVALIDRID
static final int LOCATING_E_INVALIDMEASURE
static final int LOCATING_E_CANT_FIND_ROUTE
static final int LOCATING_E_ROUTE_SHAPE_EMPTY
static final int LOCATING_E_CANT_FIND_LOCATION
static final int LOCATING_E_CANT_FIND_EXTENT
static final int LOCATING_E_FROM_PARTIAL_MATCH
static final int LOCATING_E_TO_PARTIAL_MATCH
static final int LOCATING_E_ROUTE_MS_NULL
static final int LOCATING_E_ROUTE_NOT_MAWARE
static final int LOCATING_E_FROM_TO_PARTIAL_MATCH
static final int LOCATING_E_MULTIPLE_LOCATION
static final int LOCATING_E_NULL_EXTENT