com.esri.arcgis.schematic
Interface esriSchematicErrors

All Superinterfaces:
java.io.Serializable

public interface esriSchematicErrors
extends java.io.Serializable

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

Description: 'Enumeration of schematic error codes.' 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 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_DATASET_ALREADY_EXISTS
          Schematic dataset already exists.
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_DUPLICATED_FEATURE_NAME
          Duplicated schematic feature name in the same diagram.
static int SCHEMATIC_E_ELEMENT_CLASS_ALREADY_EXISTS
          Schematic element class already exists.
static int SCHEMATIC_E_ELEMENT_CLASS_NOT_FOUND
          Schematic feature class not found.
static int SCHEMATIC_E_EMPTY_LENGTH_NAME
          The parameter for the length attribute name is empty.
static int SCHEMATIC_E_EMPTY_MAINLINE_NAME
          The parameter for Mainline attribute name is empty.
static int SCHEMATIC_E_EMPTY_MAINLINE_VALUE
          The parameter for Mainline attribute value is empty.
static int SCHEMATIC_E_FEATURE_NAME_TOO_LONG
          Schematic feature name too long.
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_FORK_ON_MAINLINE
          Found more than two links identified as being mainline and being connected at the same node.
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_INVALID_MAINLINE_GEOMETRY
          Mainline geometry is invalid it has loops.
static int SCHEMATIC_E_MAINLINE_HAS_GAP
          Found gaps in the mainline.
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_TOO_SMALL_LINK_LENGTH
          The length of the link is smaller than the input length parameter.
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

SCHEMATIC_E_FORK_ON_MAINLINE

static final int SCHEMATIC_E_FORK_ON_MAINLINE
Found more than two links identified as being mainline and being connected at the same node.

See Also:
Constant Field Values

SCHEMATIC_E_INVALID_MAINLINE_GEOMETRY

static final int SCHEMATIC_E_INVALID_MAINLINE_GEOMETRY
Mainline geometry is invalid it has loops.

See Also:
Constant Field Values

SCHEMATIC_E_MAINLINE_HAS_GAP

static final int SCHEMATIC_E_MAINLINE_HAS_GAP
Found gaps in the mainline.

See Also:
Constant Field Values

SCHEMATIC_E_EMPTY_MAINLINE_NAME

static final int SCHEMATIC_E_EMPTY_MAINLINE_NAME
The parameter for Mainline attribute name is empty.

See Also:
Constant Field Values

SCHEMATIC_E_EMPTY_MAINLINE_VALUE

static final int SCHEMATIC_E_EMPTY_MAINLINE_VALUE
The parameter for Mainline attribute value is empty.

See Also:
Constant Field Values

SCHEMATIC_E_EMPTY_LENGTH_NAME

static final int SCHEMATIC_E_EMPTY_LENGTH_NAME
The parameter for the length attribute name is empty.

See Also:
Constant Field Values

SCHEMATIC_E_FEATURE_NAME_TOO_LONG

static final int SCHEMATIC_E_FEATURE_NAME_TOO_LONG
Schematic feature name too long.

See Also:
Constant Field Values

SCHEMATIC_E_DUPLICATED_FEATURE_NAME

static final int SCHEMATIC_E_DUPLICATED_FEATURE_NAME
Duplicated schematic feature name in the same diagram.

See Also:
Constant Field Values

SCHEMATIC_E_ELEMENT_CLASS_NOT_FOUND

static final int SCHEMATIC_E_ELEMENT_CLASS_NOT_FOUND
Schematic feature class not found.

See Also:
Constant Field Values

SCHEMATIC_E_TOO_SMALL_LINK_LENGTH

static final int SCHEMATIC_E_TOO_SMALL_LINK_LENGTH
The length of the link is smaller than the input length parameter.

See Also:
Constant Field Values

SCHEMATIC_E_DATASET_ALREADY_EXISTS

static final int SCHEMATIC_E_DATASET_ALREADY_EXISTS
Schematic dataset already exists.

See Also:
Constant Field Values