com.esri.arcgis.location
Interface esriRouteEventError

All Superinterfaces:
java.io.Serializable

public interface esriRouteEventError
extends java.io.Serializable

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

Description: 'Error codes used by route event classes.' 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 ROUTEEVENT_E_CANT_CONVERT_RID_STRING
          The route identifier value could not be converted to a string.
static int ROUTEEVENT_E_CANT_CREATE_ROUTECURSOR
          Cannot open a cursor on the route feature class.
static int ROUTEEVENT_E_CANT_CREATE_TMP_FILE
          Can't create a temporary file.
static int ROUTEEVENT_E_CANT_DELETE_FIELD
          Can't delete a route location field.
static int ROUTEEVENT_E_CANT_FIND_EVT_FMFIELD
          The from-measure field does not exist in the source table.
static int ROUTEEVENT_E_CANT_FIND_EVT_LOFIELD
          The lateral offset field does not exist in the source table.
static int ROUTEEVENT_E_CANT_FIND_EVT_MFIELD
          The measure field does not exist in the source table.
static int ROUTEEVENT_E_CANT_FIND_EVT_RIDFIELD
          The event route identifier field does not exist in the source table.
static int ROUTEEVENT_E_CANT_FIND_EVT_TMFIELD
          The to-measure field does not exist in the source table.
static int ROUTEEVENT_E_CANT_FIND_RIDFIELD
          The route identifer field does not exist in the route feature class.
static int ROUTEEVENT_E_CANT_READ_TMP_FILE
          Can't read from a temporary file.
static int ROUTEEVENT_E_CANT_SELECT
          The RouteEventSource doesn't have an OID column.
static int ROUTEEVENT_E_DUPLICATED_FIELDS
          The output object class or feature class already exists.
static int ROUTEEVENT_E_EVENTPROPERTY_NOT_CORRECTLY_SETUP
          One or more missing event properties.
static int ROUTEEVENT_E_INVALID_EVENTPROPERTY_OBJECT
          The route event property object is invalid.
static int ROUTEEVENT_E_INVALID_EVT_FMFIELD
          Invalid from-measure field type.
static int ROUTEEVENT_E_INVALID_EVT_LOFIELD
          Invalid lateral offset field type.
static int ROUTEEVENT_E_INVALID_EVT_MFIELD
          Invalid measure field type.
static int ROUTEEVENT_E_INVALID_EVT_RIDFIELD
          Invalid event route identifier field type.
static int ROUTEEVENT_E_INVALID_EVT_TMFIELD
          Invalid to-measure field type.
static int ROUTEEVENT_E_INVALID_OUTPUT_FIELD
          An output field is in conlict with a source field or is invalid.
static int ROUTEEVENT_E_INVALID_RIDFIELD
          Invalid route identifier field type.
static int ROUTEEVENT_E_LOCATORNAME_NOT_CORRECTLY_SETUP
          The RouteLocatorName object has not been correctly setup.
static int ROUTEEVENT_E_NO_OIDFIELD
          The input doesn't have an OID field, can't process.
static int ROUTEEVENT_E_NOT_DATASETNAME
          The Name must be a dataset name object.
static int ROUTEEVENT_E_NOT_FEATURECLASSNAME
          The name must be a feature class name object.
static int ROUTEEVENT_E_NOT_LICENSED
          Incorrect license for this operation.
static int ROUTEEVENT_E_NOT_POINTFEATURE
          The input is not a multipoint or a point feature class.
static int ROUTEEVENT_E_NOT_POLYGONEFEATURE
          The input is not a polygon feature class.
static int ROUTEEVENT_E_NOT_POLYLINE_FEATURECLASS
          The route feature class is not a Polyline feature class.
static int ROUTEEVENT_E_NOT_POLYLINEFEATURE
          The input is not a polyline feature class.
static int ROUTEEVENT_E_NOT_POLYLINEM_FEATURECLASS
          The route feature class is not a Polyline with M's feature class.
static int ROUTEEVENT_E_NOT_RESFC
          The input is a route event source feature class.
static int ROUTEEVENT_E_OBJECTCLASS_EXISTS
          The output object class or feature class already exists.
static int ROUTEEVENT_E_ROUTEFEATURECLASS_TOO_LARGE
          The route feature class is too large.
static int ROUTEEVENT_E_SOURCENAME_NOT_CORRECTLY_SETUP
          The RouteSourceName object has not been correctly setup.
 

Field Detail

ROUTEEVENT_E_NOT_FEATURECLASSNAME

static final int ROUTEEVENT_E_NOT_FEATURECLASSNAME
The name must be a feature class name object.

See Also:
Constant Field Values

ROUTEEVENT_E_LOCATORNAME_NOT_CORRECTLY_SETUP

static final int ROUTEEVENT_E_LOCATORNAME_NOT_CORRECTLY_SETUP
The RouteLocatorName object has not been correctly setup. Can't create the RouteLocator object.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_POLYLINE_FEATURECLASS

static final int ROUTEEVENT_E_NOT_POLYLINE_FEATURECLASS
The route feature class is not a Polyline feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_FIND_RIDFIELD

static final int ROUTEEVENT_E_CANT_FIND_RIDFIELD
The route identifer field does not exist in the route feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_RIDFIELD

static final int ROUTEEVENT_E_INVALID_RIDFIELD
Invalid route identifier field type.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_POLYLINEM_FEATURECLASS

static final int ROUTEEVENT_E_NOT_POLYLINEM_FEATURECLASS
The route feature class is not a Polyline with M's feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_EVENTPROPERTY_OBJECT

static final int ROUTEEVENT_E_INVALID_EVENTPROPERTY_OBJECT
The route event property object is invalid.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_FIND_EVT_RIDFIELD

static final int ROUTEEVENT_E_CANT_FIND_EVT_RIDFIELD
The event route identifier field does not exist in the source table.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_EVT_RIDFIELD

static final int ROUTEEVENT_E_INVALID_EVT_RIDFIELD
Invalid event route identifier field type.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_FIND_EVT_MFIELD

static final int ROUTEEVENT_E_CANT_FIND_EVT_MFIELD
The measure field does not exist in the source table.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_FIND_EVT_FMFIELD

static final int ROUTEEVENT_E_CANT_FIND_EVT_FMFIELD
The from-measure field does not exist in the source table.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_EVT_MFIELD

static final int ROUTEEVENT_E_INVALID_EVT_MFIELD
Invalid measure field type.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_EVT_FMFIELD

static final int ROUTEEVENT_E_INVALID_EVT_FMFIELD
Invalid from-measure field type.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_FIND_EVT_TMFIELD

static final int ROUTEEVENT_E_CANT_FIND_EVT_TMFIELD
The to-measure field does not exist in the source table.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_EVT_TMFIELD

static final int ROUTEEVENT_E_INVALID_EVT_TMFIELD
Invalid to-measure field type.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_FIND_EVT_LOFIELD

static final int ROUTEEVENT_E_CANT_FIND_EVT_LOFIELD
The lateral offset field does not exist in the source table.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_EVT_LOFIELD

static final int ROUTEEVENT_E_INVALID_EVT_LOFIELD
Invalid lateral offset field type.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_CONVERT_RID_STRING

static final int ROUTEEVENT_E_CANT_CONVERT_RID_STRING
The route identifier value could not be converted to a string.

See Also:
Constant Field Values

ROUTEEVENT_E_SOURCENAME_NOT_CORRECTLY_SETUP

static final int ROUTEEVENT_E_SOURCENAME_NOT_CORRECTLY_SETUP
The RouteSourceName object has not been correctly setup.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_DATASETNAME

static final int ROUTEEVENT_E_NOT_DATASETNAME
The Name must be a dataset name object.

See Also:
Constant Field Values

ROUTEEVENT_E_EVENTPROPERTY_NOT_CORRECTLY_SETUP

static final int ROUTEEVENT_E_EVENTPROPERTY_NOT_CORRECTLY_SETUP
One or more missing event properties.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_SELECT

static final int ROUTEEVENT_E_CANT_SELECT
The RouteEventSource doesn't have an OID column.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_CREATE_ROUTECURSOR

static final int ROUTEEVENT_E_CANT_CREATE_ROUTECURSOR
Cannot open a cursor on the route feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_ROUTEFEATURECLASS_TOO_LARGE

static final int ROUTEEVENT_E_ROUTEFEATURECLASS_TOO_LARGE
The route feature class is too large.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_DELETE_FIELD

static final int ROUTEEVENT_E_CANT_DELETE_FIELD
Can't delete a route location field.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_CREATE_TMP_FILE

static final int ROUTEEVENT_E_CANT_CREATE_TMP_FILE
Can't create a temporary file.

See Also:
Constant Field Values

ROUTEEVENT_E_CANT_READ_TMP_FILE

static final int ROUTEEVENT_E_CANT_READ_TMP_FILE
Can't read from a temporary file.

See Also:
Constant Field Values

ROUTEEVENT_E_INVALID_OUTPUT_FIELD

static final int ROUTEEVENT_E_INVALID_OUTPUT_FIELD
An output field is in conlict with a source field or is invalid.

See Also:
Constant Field Values

ROUTEEVENT_E_OBJECTCLASS_EXISTS

static final int ROUTEEVENT_E_OBJECTCLASS_EXISTS
The output object class or feature class already exists.

See Also:
Constant Field Values

ROUTEEVENT_E_DUPLICATED_FIELDS

static final int ROUTEEVENT_E_DUPLICATED_FIELDS
The output object class or feature class already exists.

See Also:
Constant Field Values

ROUTEEVENT_E_NO_OIDFIELD

static final int ROUTEEVENT_E_NO_OIDFIELD
The input doesn't have an OID field, can't process.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_POINTFEATURE

static final int ROUTEEVENT_E_NOT_POINTFEATURE
The input is not a multipoint or a point feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_POLYLINEFEATURE

static final int ROUTEEVENT_E_NOT_POLYLINEFEATURE
The input is not a polyline feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_POLYGONEFEATURE

static final int ROUTEEVENT_E_NOT_POLYGONEFEATURE
The input is not a polygon feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_RESFC

static final int ROUTEEVENT_E_NOT_RESFC
The input is a route event source feature class.

See Also:
Constant Field Values

ROUTEEVENT_E_NOT_LICENSED

static final int ROUTEEVENT_E_NOT_LICENSED
Incorrect license for this operation.

See Also:
Constant Field Values