com.esri.arcgis.schematic
Interface esriSchematicErrors

All Superinterfaces:
Serializable

public interface esriSchematicErrors
extends Serializable

Enumeration of schematic error codes.

Product Availability

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


Field Summary
static int SCHEMATIC_E_ALGORITHM_OPTION_REQUIRES_ONE_SELECTED_LINK_ONLY
          Algorithm option requires one and only one selected link.
static int SCHEMATIC_E_ALGORITHM_PARAMETER_LESS_THAN_RESOLUTION
          Algorithm parameter distances are less than twice the spatial reference resolution.
static int SCHEMATIC_E_ATTRIBUTE_ALREADY_EXISTS
          Schematic attribute already exists.
static int SCHEMATIC_E_ATTRIBUTE_INCONSISTENT_DEFINITION
          Schematic attribute inconsistent definition.
static int SCHEMATIC_E_ATTRIBUTE_NOT_ALLOWED
          Schematic attribute not allowed for this object class.
static int SCHEMATIC_E_ATTRIBUTE_RECURSIVE_DEFINITION
          Schematic attribute recursive definition.
static int SCHEMATIC_E_CANT_CREATE_DATASET_TABLES
          Unable to create schematic dataset tables.
static int SCHEMATIC_E_CANT_CREATE_ELEMENT_CLASS
          Unable to create schematic element class.
static int SCHEMATIC_E_CANT_CREATE_SYSTEM_TABLES
          Unable to create schematic system tables.
static int SCHEMATIC_E_CANT_INIT_QUERY
          Unable to initialize query.
static int SCHEMATIC_E_CANT_OPEN_DATASOURCE
          Unable to open schematic data source.
static int SCHEMATIC_E_CANT_OPEN_QUERY
          Unable to open query.
static int SCHEMATIC_E_DATASOURCE_ALREADY_EXISTS
          Schematic data source already exists.
static int SCHEMATIC_E_DIAGRAM_ALREADY_EXISTS
          Schematic diagram already exists.
static int SCHEMATIC_E_DIAGRAM_CANT_BE_COPIED
          This type of diagram can't be copied.
static int SCHEMATIC_E_DIAGRAM_CANT_BE_LOADED
          Schematic diagram can't be loaded.
static int SCHEMATIC_E_DIAGRAM_CLASS_ALREADY_EXISTS
          Schematic diagram class already exists.
static int SCHEMATIC_E_DIAGRAM_CLASS_ENTRY_ALREADY_EXISTS
          Schematic diagram class already associated to this element class.
static int SCHEMATIC_E_DIAGRAM_IS_ALREADY_IN_EDIT_MODE
          Schematic diagram is already in edit mode in the session.
static int SCHEMATIC_E_DIAGRAM_IS_BEING_EDITED
          Schematic diagram is being edited.
static int SCHEMATIC_E_DIAGRAM_IS_LOCKED
          Schematic diagram is locked.
static int SCHEMATIC_E_ELEMENT_CLASS_ALREADY_EXISTS
          Schematic element class already exists.
static int SCHEMATIC_E_FIELD_CANT_BE_ADDED
          Additionnal field can't be added.
static int SCHEMATIC_E_FOLDER_ALREADY_EXISTS
          Schematic folder already exists.
static int SCHEMATIC_E_FOLDER_CANT_BE_COPIED
          A schematic folder can't be copied.
static int SCHEMATIC_E_FOLDER_PARENT
          Illegal parent for this schematic folder.
static int SCHEMATIC_E_INPUT_DATA_NOT_SUPPORTED
          The schematic builder doesn't support input data.
static int SCHEMATIC_E_INVALID_DIAGRAM_NAME
          Invalid schematic diagram name.
static int SCHEMATIC_E_MUST_BE_OWNER
          Must be schematic dataset owner to perform this operation.
static int SCHEMATIC_E_MUST_BE_SAME_DATABASE
          Operation not allowed across database boundaries.
static int SCHEMATIC_E_NEED_SDE_USER
          First dataset must be created with an user SDE connection.
static int SCHEMATIC_E_NO_BUILDER
          There is no builder associated to the diagram class.
static int SCHEMATIC_E_NO_ELEMENT_CLASS
          No element class associated to this diagram template.
static int SCHEMATIC_E_NO_INITIAL_OBJECTS
          No initial objects can be retrieved.
static int SCHEMATIC_E_NO_RESULT_FOUND
          No traversal result available on the input layer.
static int SCHEMATIC_E_NOT_SUPPORTED_ON_THIS_VERSION
          Operation not supported on this version of the schematic dataset.
static int SCHEMATIC_E_OBJECT_CANT_BE_DELETED
          Schematic object can't be deleted.
static int SCHEMATIC_E_OBJECT_CLASS_PARENT
          Schematic object class parent invalid.
static int SCHEMATIC_E_OBJECT_IS_DELETED
          Schematic object is deleted.
static int SCHEMATIC_E_USER_NOACCESS
          No access to schematic dataset tables.
 

Field Detail

SCHEMATIC_E_NO_BUILDER

static final int SCHEMATIC_E_NO_BUILDER
There is no builder associated to the diagram class.

See Also:
Constant Field Values

SCHEMATIC_E_NEED_SDE_USER

static final int SCHEMATIC_E_NEED_SDE_USER
First dataset must be created with an user SDE connection.

See Also:
Constant Field Values

SCHEMATIC_E_CANT_CREATE_SYSTEM_TABLES

static final int SCHEMATIC_E_CANT_CREATE_SYSTEM_TABLES
Unable to create schematic system tables.

See Also:
Constant Field Values

SCHEMATIC_E_USER_NOACCESS

static final int SCHEMATIC_E_USER_NOACCESS
No access to schematic dataset tables.

See Also:
Constant Field Values

SCHEMATIC_E_CANT_CREATE_DATASET_TABLES

static final int SCHEMATIC_E_CANT_CREATE_DATASET_TABLES
Unable to create schematic dataset tables.

See Also:
Constant Field Values

SCHEMATIC_E_CANT_CREATE_ELEMENT_CLASS

static final int SCHEMATIC_E_CANT_CREATE_ELEMENT_CLASS
Unable to create schematic element class.

See Also:
Constant Field Values

SCHEMATIC_E_CANT_OPEN_DATASOURCE

static final int SCHEMATIC_E_CANT_OPEN_DATASOURCE
Unable to open schematic data source.

See Also:
Constant Field Values

SCHEMATIC_E_CANT_OPEN_QUERY

static final int SCHEMATIC_E_CANT_OPEN_QUERY
Unable to open query.

See Also:
Constant Field Values

SCHEMATIC_E_CANT_INIT_QUERY

static final int SCHEMATIC_E_CANT_INIT_QUERY
Unable to initialize query.

See Also:
Constant Field Values

SCHEMATIC_E_FOLDER_ALREADY_EXISTS

static final int SCHEMATIC_E_FOLDER_ALREADY_EXISTS
Schematic folder already exists.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_ALREADY_EXISTS

static final int SCHEMATIC_E_DIAGRAM_ALREADY_EXISTS
Schematic diagram already exists.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_CANT_BE_COPIED

static final int SCHEMATIC_E_DIAGRAM_CANT_BE_COPIED
This type of diagram can't be copied.

See Also:
Constant Field Values

SCHEMATIC_E_FOLDER_CANT_BE_COPIED

static final int SCHEMATIC_E_FOLDER_CANT_BE_COPIED
A schematic folder can't be copied.

See Also:
Constant Field Values

SCHEMATIC_E_FOLDER_PARENT

static final int SCHEMATIC_E_FOLDER_PARENT
Illegal parent for this schematic folder.

See Also:
Constant Field Values

SCHEMATIC_E_MUST_BE_OWNER

static final int SCHEMATIC_E_MUST_BE_OWNER
Must be schematic dataset owner to perform this operation.

See Also:
Constant Field Values

SCHEMATIC_E_MUST_BE_SAME_DATABASE

static final int SCHEMATIC_E_MUST_BE_SAME_DATABASE
Operation not allowed across database boundaries.

See Also:
Constant Field Values

SCHEMATIC_E_NO_ELEMENT_CLASS

static final int SCHEMATIC_E_NO_ELEMENT_CLASS
No element class associated to this diagram template.

See Also:
Constant Field Values

SCHEMATIC_E_NO_INITIAL_OBJECTS

static final int SCHEMATIC_E_NO_INITIAL_OBJECTS
No initial objects can be retrieved.

See Also:
Constant Field Values

SCHEMATIC_E_NO_RESULT_FOUND

static final int SCHEMATIC_E_NO_RESULT_FOUND
No traversal result available on the input layer.

See Also:
Constant Field Values

SCHEMATIC_E_INPUT_DATA_NOT_SUPPORTED

static final int SCHEMATIC_E_INPUT_DATA_NOT_SUPPORTED
The schematic builder doesn't support input data.

See Also:
Constant Field Values

SCHEMATIC_E_INVALID_DIAGRAM_NAME

static final int SCHEMATIC_E_INVALID_DIAGRAM_NAME
Invalid schematic diagram name.

See Also:
Constant Field Values

SCHEMATIC_E_DATASOURCE_ALREADY_EXISTS

static final int SCHEMATIC_E_DATASOURCE_ALREADY_EXISTS
Schematic data source already exists.

See Also:
Constant Field Values

SCHEMATIC_E_ELEMENT_CLASS_ALREADY_EXISTS

static final int SCHEMATIC_E_ELEMENT_CLASS_ALREADY_EXISTS
Schematic element class already exists.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_CLASS_ALREADY_EXISTS

static final int SCHEMATIC_E_DIAGRAM_CLASS_ALREADY_EXISTS
Schematic diagram class already exists.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_CLASS_ENTRY_ALREADY_EXISTS

static final int SCHEMATIC_E_DIAGRAM_CLASS_ENTRY_ALREADY_EXISTS
Schematic diagram class already associated to this element class.

See Also:
Constant Field Values

SCHEMATIC_E_OBJECT_CANT_BE_DELETED

static final int SCHEMATIC_E_OBJECT_CANT_BE_DELETED
Schematic object can't be deleted.

See Also:
Constant Field Values

SCHEMATIC_E_ATTRIBUTE_RECURSIVE_DEFINITION

static final int SCHEMATIC_E_ATTRIBUTE_RECURSIVE_DEFINITION
Schematic attribute recursive definition.

See Also:
Constant Field Values

SCHEMATIC_E_ATTRIBUTE_ALREADY_EXISTS

static final int SCHEMATIC_E_ATTRIBUTE_ALREADY_EXISTS
Schematic attribute already exists.

See Also:
Constant Field Values

SCHEMATIC_E_OBJECT_CLASS_PARENT

static final int SCHEMATIC_E_OBJECT_CLASS_PARENT
Schematic object class parent invalid.

See Also:
Constant Field Values

SCHEMATIC_E_OBJECT_IS_DELETED

static final int SCHEMATIC_E_OBJECT_IS_DELETED
Schematic object is deleted.

See Also:
Constant Field Values

SCHEMATIC_E_ATTRIBUTE_INCONSISTENT_DEFINITION

static final int SCHEMATIC_E_ATTRIBUTE_INCONSISTENT_DEFINITION
Schematic attribute inconsistent definition.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_IS_ALREADY_IN_EDIT_MODE

static final int SCHEMATIC_E_DIAGRAM_IS_ALREADY_IN_EDIT_MODE
Schematic diagram is already in edit mode in the session.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_IS_LOCKED

static final int SCHEMATIC_E_DIAGRAM_IS_LOCKED
Schematic diagram is locked.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_IS_BEING_EDITED

static final int SCHEMATIC_E_DIAGRAM_IS_BEING_EDITED
Schematic diagram is being edited.

See Also:
Constant Field Values

SCHEMATIC_E_NOT_SUPPORTED_ON_THIS_VERSION

static final int SCHEMATIC_E_NOT_SUPPORTED_ON_THIS_VERSION
Operation not supported on this version of the schematic dataset.

See Also:
Constant Field Values

SCHEMATIC_E_ATTRIBUTE_NOT_ALLOWED

static final int SCHEMATIC_E_ATTRIBUTE_NOT_ALLOWED
Schematic attribute not allowed for this object class.

See Also:
Constant Field Values

SCHEMATIC_E_ALGORITHM_OPTION_REQUIRES_ONE_SELECTED_LINK_ONLY

static final int SCHEMATIC_E_ALGORITHM_OPTION_REQUIRES_ONE_SELECTED_LINK_ONLY
Algorithm option requires one and only one selected link.

See Also:
Constant Field Values

SCHEMATIC_E_ALGORITHM_PARAMETER_LESS_THAN_RESOLUTION

static final int SCHEMATIC_E_ALGORITHM_PARAMETER_LESS_THAN_RESOLUTION
Algorithm parameter distances are less than twice the spatial reference resolution.

See Also:
Constant Field Values

SCHEMATIC_E_DIAGRAM_CANT_BE_LOADED

static final int SCHEMATIC_E_DIAGRAM_CANT_BE_LOADED
Schematic diagram can't be loaded.

See Also:
Constant Field Values

SCHEMATIC_E_FIELD_CANT_BE_ADDED

static final int SCHEMATIC_E_FIELD_CANT_BE_ADDED
Additionnal field can't be added.

See Also:
Constant Field Values