com.esri.arcgis.geodatabase
Interface esriTinError

All Superinterfaces:
Serializable

public interface esriTinError
extends Serializable

ESRI TIN's error codes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int E_TIN_ALREADY_INITIALIZED
          The object has already been initialized.
static int E_TIN_BAD_CLASS_BREAKS
          Class-breaks is not defined or empty.
static int E_TIN_BAD_CLASS_CODES
          Class-break-codes does not match class-breaks.
static int E_TIN_BAD_VALUE
          The function call contains inadequate argument value.
static int E_TIN_BELOW_V8
          The operation is supported only for TINs with version 8 or above.
static int E_TIN_CANCELLED
          Process is cancelled by the user.
static int E_TIN_CANNOT_CREATE_GEOMETRY
          Failed to create a geometry object, or a geometric process failed.
static int E_TIN_CANNOT_CREATE_OBJ
          Failed to to create an object.
static int E_TIN_DIFFERENT_TIN
          The input TIN element does not belong to this TIN.
static int E_TIN_EMPTY_OBJECT
          Attempt to access an empty object.
static int E_TIN_EXTENSION_DISABLED
          3D Extension not enabled.
static int E_TIN_FAILED_RESET_EXTENT
          Unable to reset extent.
static int E_TIN_FAILED_TO_COPY
          Can't copy the TIN dataset.
static int E_TIN_FAILED_TO_CREATE_FILE
          Failed to create file.
static int E_TIN_FAILED_TO_DELETE
          Can't delete the TIN dataset.
static int E_TIN_FAILED_TO_DELETE_FILE
          Failed to delete file.
static int E_TIN_FAILED_TO_OPEN
          Can't open the specified TIN.
static int E_TIN_FAILED_TO_OPEN_FILE
          Failed to open file.
static int E_TIN_FAILED_TO_OVER_WRITE
          Failed to over write the TIN.
static int E_TIN_FAILED_TO_RENAME
          Can't rename the TIN dataset or workspace.
static int E_TIN_FAILED_TO_SAVE
          Can't save the TIN dataset.
static int E_TIN_FAILED_TO_SWAP
          Failed to swap edges.
static int E_TIN_FAILED_UPDATE_SEED
          Failed to update the seed.
static int E_TIN_FATAL
          A general function failure has occured during the specified operation.
static int E_TIN_FDS_FATAL
          A TIN memory-management general function failure has occured during the specified operation.
static int E_TIN_FIELD_ALREADY_EXISTS
          The specified field name already exists.
static int E_TIN_FIELD_ERROR
          An error occurs while accessing/writing to a field.
static int E_TIN_FILE_EXISTS
          The specified file or dataset already exists.
static int E_TIN_FILTER_REQUIRED
          A filter is required for this operation.
static int E_TIN_GEOMETRY_HAS_NO_Z
          The input geometry does not contain Z.
static int E_TIN_HAS_NO_VALUE
          The specified TIN element type does not have tag values.
static int E_TIN_HAS_VOID_Z
          The input point(s) contains Void Z.
static int E_TIN_IN_EDIT_MODE
          TIN is in edit mode.
static int E_TIN_IN_MEMORY_EDIT
          The operation cannot be conducted when TIN is in memory-edit mode.
static int E_TIN_INDEX_OUT_OF_RANGE
          The specified index is out of range.
static int E_TIN_INTERNAL_ERROR
          Encountered an internal process error.
static int E_TIN_INVALID_LANDXML_FILE
          Invalid LandXML file.
static int E_TIN_INVALID_NAME
          The specified name is invalid.
static int E_TIN_LICENSE_NOT_AVAILABLE
          3D License not available.
static int E_TIN_MEMORY_TIN
          The specied operation cannot be applied to a non-persisted TIN.
static int E_TIN_METADATA_ERROR
          Failed to handle metadata.
static int E_TIN_MUST_BE_DELAUNAY
          The process cannot be applied on a non-Delaunay TIN.
static int E_TIN_NAN
          The input (value) is/contains a NAN (not a number).
static int E_TIN_NEED_TRIANGLE_SEED
          This operation requires a triangle seed.
static int E_TIN_NEED_VALUE
          Require to specify non-zero node/edge/triangle value(s) from input.
static int E_TIN_NO_SPATIALREF_INFO
          Spatial reference information is missing, or insufficient, for the operation.
static int E_TIN_NODE_SHARED
          The specified node is shared by other poly object(s).
static int E_TIN_NODE_UNDELETABL
          The specified node has void Z, or is shared by other poly objects, or the polygon has only three vertices.
static int E_TIN_NOT_IN_EDIT_MODE
          TIN is not in edit mode.
static int E_TIN_NOT_PROJECTED_SYSTEM
          A projected coordinate system is required.
static int E_TIN_NULL_FIELD_VALUE
          One or more input features contain NULL Shape or field value.
static int E_TIN_NUMERIC_LIMIT
          A process has encounted a numeric problem, it may not be complete.
static int E_TIN_OBJECT_NOT_EMPTY
          The input feature class/raster is not empty.
static int E_TIN_OPERATION_NOT_SUPPORTED
          The specified operation/method is not supported.
static int E_TIN_OUT_OF_MEMORY
          Out of memory.
static int E_TIN_POLYGON_NOT_DEFINED
          Cannot define polygon.
static int E_TIN_POLYLINE_NOT_DEFINED
          Cannot define polyline.
static int E_TIN_SUPER_NODE
          Invalid operation on a super node.
static int E_TIN_UNHANDLED_EXCEPTION
          An unhandled exception has occured during the process.
static int E_TIN_UNSUPPORTED_SPATIAL_REFERENCE
          Unsupported spatial reference.
static int E_TIN_UPDATE_ERROR
          An error occured while updating the TIN.
static int E_TIN_WORKSPACE_ALREADY_CONNECTED
          TIN workspace already connected.
static int E_TIN_WORKSPACE_EXISTS
          TIN workspace already exists.
static int E_TIN_WORKSPACE_NOT_CONNECTED
          TIN workspace not connected.
static int E_TIN_WRONG_DATASET_TYPE
          The specified dataset type can not be recognized.
static int E_TIN_WRONG_EDGE_TYPE
          The specified edge type is not adequate for the operation.
static int E_TIN_WRONG_ELEMENT_TYPE
          The input TIN element's type is not adequate.
static int E_TIN_WRONG_FIELD_TYPE
          The type of the specified field is not adequate.
static int E_TIN_WRONG_GEN_SEED
          Seed is not a proper for this operation.
static int E_TIN_WRONG_GEOMETRY_TYPE
          The geometry type of the input shape, or feature class, is not adequate.
static int E_TIN_WRONG_SEED_TYPE
          The operation requires a triangle or edge seed.
static int E_TIN_WRONG_SURFACE_TYPE
          The input data type does not permit the specified surface type.
static int E_TIN_WRONG_TOPOLOGY
          The TIN dataset is corrupted.
static int E_TIN_WRONG_VARIANT_TYPE
          The input VARIANT's type is not adequate for the operation.
static int E_TIN_XML_CORRUPTED
          The XML file is corrupted.
static int E_TIN_ZERO_VALUE
          The input value of 'zero' is not allowed here.
 

Field Detail

E_TIN_WORKSPACE_EXISTS

static final int E_TIN_WORKSPACE_EXISTS
TIN workspace already exists.

See Also:
Constant Field Values

E_TIN_WORKSPACE_NOT_CONNECTED

static final int E_TIN_WORKSPACE_NOT_CONNECTED
TIN workspace not connected.

See Also:
Constant Field Values

E_TIN_WORKSPACE_ALREADY_CONNECTED

static final int E_TIN_WORKSPACE_ALREADY_CONNECTED
TIN workspace already connected.

See Also:
Constant Field Values

E_TIN_EMPTY_OBJECT

static final int E_TIN_EMPTY_OBJECT
Attempt to access an empty object.

See Also:
Constant Field Values

E_TIN_WRONG_DATASET_TYPE

static final int E_TIN_WRONG_DATASET_TYPE
The specified dataset type can not be recognized.

See Also:
Constant Field Values

E_TIN_WRONG_TOPOLOGY

static final int E_TIN_WRONG_TOPOLOGY
The TIN dataset is corrupted.

See Also:
Constant Field Values

E_TIN_NUMERIC_LIMIT

static final int E_TIN_NUMERIC_LIMIT
A process has encounted a numeric problem, it may not be complete.

See Also:
Constant Field Values

E_TIN_FAILED_TO_OPEN

static final int E_TIN_FAILED_TO_OPEN
Can't open the specified TIN.

See Also:
Constant Field Values

E_TIN_FAILED_TO_SAVE

static final int E_TIN_FAILED_TO_SAVE
Can't save the TIN dataset.

See Also:
Constant Field Values

E_TIN_FAILED_TO_COPY

static final int E_TIN_FAILED_TO_COPY
Can't copy the TIN dataset.

See Also:
Constant Field Values

E_TIN_FAILED_TO_RENAME

static final int E_TIN_FAILED_TO_RENAME
Can't rename the TIN dataset or workspace.

See Also:
Constant Field Values

E_TIN_FAILED_TO_DELETE

static final int E_TIN_FAILED_TO_DELETE
Can't delete the TIN dataset.

See Also:
Constant Field Values

E_TIN_FILE_EXISTS

static final int E_TIN_FILE_EXISTS
The specified file or dataset already exists.

See Also:
Constant Field Values

E_TIN_OPERATION_NOT_SUPPORTED

static final int E_TIN_OPERATION_NOT_SUPPORTED
The specified operation/method is not supported.

See Also:
Constant Field Values

E_TIN_OUT_OF_MEMORY

static final int E_TIN_OUT_OF_MEMORY
Out of memory.

See Also:
Constant Field Values

E_TIN_IN_EDIT_MODE

static final int E_TIN_IN_EDIT_MODE
TIN is in edit mode.

See Also:
Constant Field Values

E_TIN_NOT_IN_EDIT_MODE

static final int E_TIN_NOT_IN_EDIT_MODE
TIN is not in edit mode.

See Also:
Constant Field Values

E_TIN_CANNOT_CREATE_GEOMETRY

static final int E_TIN_CANNOT_CREATE_GEOMETRY
Failed to create a geometry object, or a geometric process failed.

See Also:
Constant Field Values

E_TIN_POLYGON_NOT_DEFINED

static final int E_TIN_POLYGON_NOT_DEFINED
Cannot define polygon.

See Also:
Constant Field Values

E_TIN_POLYLINE_NOT_DEFINED

static final int E_TIN_POLYLINE_NOT_DEFINED
Cannot define polyline.

See Also:
Constant Field Values

E_TIN_HAS_VOID_Z

static final int E_TIN_HAS_VOID_Z
The input point(s) contains Void Z.

See Also:
Constant Field Values

E_TIN_HAS_NO_VALUE

static final int E_TIN_HAS_NO_VALUE
The specified TIN element type does not have tag values.

See Also:
Constant Field Values

E_TIN_NODE_UNDELETABL

static final int E_TIN_NODE_UNDELETABL
The specified node has void Z, or is shared by other poly objects, or the polygon has only three vertices.

See Also:
Constant Field Values

E_TIN_FIELD_ALREADY_EXISTS

static final int E_TIN_FIELD_ALREADY_EXISTS
The specified field name already exists.

See Also:
Constant Field Values

E_TIN_OBJECT_NOT_EMPTY

static final int E_TIN_OBJECT_NOT_EMPTY
The input feature class/raster is not empty.

See Also:
Constant Field Values

E_TIN_WRONG_FIELD_TYPE

static final int E_TIN_WRONG_FIELD_TYPE
The type of the specified field is not adequate.

See Also:
Constant Field Values

E_TIN_WRONG_GEOMETRY_TYPE

static final int E_TIN_WRONG_GEOMETRY_TYPE
The geometry type of the input shape, or feature class, is not adequate.

See Also:
Constant Field Values

E_TIN_NEED_VALUE

static final int E_TIN_NEED_VALUE
Require to specify non-zero node/edge/triangle value(s) from input.

See Also:
Constant Field Values

E_TIN_FAILED_TO_OVER_WRITE

static final int E_TIN_FAILED_TO_OVER_WRITE
Failed to over write the TIN.

See Also:
Constant Field Values

E_TIN_ZERO_VALUE

static final int E_TIN_ZERO_VALUE
The input value of 'zero' is not allowed here.

See Also:
Constant Field Values

E_TIN_INDEX_OUT_OF_RANGE

static final int E_TIN_INDEX_OUT_OF_RANGE
The specified index is out of range.

See Also:
Constant Field Values

E_TIN_INVALID_NAME

static final int E_TIN_INVALID_NAME
The specified name is invalid.

See Also:
Constant Field Values

E_TIN_ALREADY_INITIALIZED

static final int E_TIN_ALREADY_INITIALIZED
The object has already been initialized.

See Also:
Constant Field Values

E_TIN_MEMORY_TIN

static final int E_TIN_MEMORY_TIN
The specied operation cannot be applied to a non-persisted TIN.

See Also:
Constant Field Values

E_TIN_FAILED_TO_SWAP

static final int E_TIN_FAILED_TO_SWAP
Failed to swap edges.

See Also:
Constant Field Values

E_TIN_NAN

static final int E_TIN_NAN
The input (value) is/contains a NAN (not a number).

See Also:
Constant Field Values

E_TIN_SUPER_NODE

static final int E_TIN_SUPER_NODE
Invalid operation on a super node.

See Also:
Constant Field Values

E_TIN_FAILED_TO_CREATE_FILE

static final int E_TIN_FAILED_TO_CREATE_FILE
Failed to create file.

See Also:
Constant Field Values

E_TIN_FAILED_TO_OPEN_FILE

static final int E_TIN_FAILED_TO_OPEN_FILE
Failed to open file.

See Also:
Constant Field Values

E_TIN_FAILED_TO_DELETE_FILE

static final int E_TIN_FAILED_TO_DELETE_FILE
Failed to delete file.

See Also:
Constant Field Values

E_TIN_GEOMETRY_HAS_NO_Z

static final int E_TIN_GEOMETRY_HAS_NO_Z
The input geometry does not contain Z.

See Also:
Constant Field Values

E_TIN_WRONG_VARIANT_TYPE

static final int E_TIN_WRONG_VARIANT_TYPE
The input VARIANT's type is not adequate for the operation.

See Also:
Constant Field Values

E_TIN_WRONG_SURFACE_TYPE

static final int E_TIN_WRONG_SURFACE_TYPE
The input data type does not permit the specified surface type.

See Also:
Constant Field Values

E_TIN_WRONG_ELEMENT_TYPE

static final int E_TIN_WRONG_ELEMENT_TYPE
The input TIN element's type is not adequate.

See Also:
Constant Field Values

E_TIN_DIFFERENT_TIN

static final int E_TIN_DIFFERENT_TIN
The input TIN element does not belong to this TIN.

See Also:
Constant Field Values

E_TIN_FIELD_ERROR

static final int E_TIN_FIELD_ERROR
An error occurs while accessing/writing to a field.

See Also:
Constant Field Values

E_TIN_NEED_TRIANGLE_SEED

static final int E_TIN_NEED_TRIANGLE_SEED
This operation requires a triangle seed.

See Also:
Constant Field Values

E_TIN_WRONG_SEED_TYPE

static final int E_TIN_WRONG_SEED_TYPE
The operation requires a triangle or edge seed.

See Also:
Constant Field Values

E_TIN_WRONG_GEN_SEED

static final int E_TIN_WRONG_GEN_SEED
Seed is not a proper for this operation.

See Also:
Constant Field Values

E_TIN_FAILED_UPDATE_SEED

static final int E_TIN_FAILED_UPDATE_SEED
Failed to update the seed.

See Also:
Constant Field Values

E_TIN_NODE_SHARED

static final int E_TIN_NODE_SHARED
The specified node is shared by other poly object(s).

See Also:
Constant Field Values

E_TIN_INTERNAL_ERROR

static final int E_TIN_INTERNAL_ERROR
Encountered an internal process error.

See Also:
Constant Field Values

E_TIN_FILTER_REQUIRED

static final int E_TIN_FILTER_REQUIRED
A filter is required for this operation.

See Also:
Constant Field Values

E_TIN_NO_SPATIALREF_INFO

static final int E_TIN_NO_SPATIALREF_INFO
Spatial reference information is missing, or insufficient, for the operation.

See Also:
Constant Field Values

E_TIN_NOT_PROJECTED_SYSTEM

static final int E_TIN_NOT_PROJECTED_SYSTEM
A projected coordinate system is required.

See Also:
Constant Field Values

E_TIN_METADATA_ERROR

static final int E_TIN_METADATA_ERROR
Failed to handle metadata.

See Also:
Constant Field Values

E_TIN_CANNOT_CREATE_OBJ

static final int E_TIN_CANNOT_CREATE_OBJ
Failed to to create an object.

See Also:
Constant Field Values

E_TIN_UPDATE_ERROR

static final int E_TIN_UPDATE_ERROR
An error occured while updating the TIN.

See Also:
Constant Field Values

E_TIN_BAD_CLASS_BREAKS

static final int E_TIN_BAD_CLASS_BREAKS
Class-breaks is not defined or empty.

See Also:
Constant Field Values

E_TIN_BAD_CLASS_CODES

static final int E_TIN_BAD_CLASS_CODES
Class-break-codes does not match class-breaks.

See Also:
Constant Field Values

E_TIN_UNSUPPORTED_SPATIAL_REFERENCE

static final int E_TIN_UNSUPPORTED_SPATIAL_REFERENCE
Unsupported spatial reference. The spatial reference cannot be exported as a projection (PRJ) file.

See Also:
Constant Field Values

E_TIN_LICENSE_NOT_AVAILABLE

static final int E_TIN_LICENSE_NOT_AVAILABLE
3D License not available.

See Also:
Constant Field Values

E_TIN_EXTENSION_DISABLED

static final int E_TIN_EXTENSION_DISABLED
3D Extension not enabled.

See Also:
Constant Field Values

E_TIN_BELOW_V8

static final int E_TIN_BELOW_V8
The operation is supported only for TINs with version 8 or above.

See Also:
Constant Field Values

E_TIN_IN_MEMORY_EDIT

static final int E_TIN_IN_MEMORY_EDIT
The operation cannot be conducted when TIN is in memory-edit mode.

See Also:
Constant Field Values

E_TIN_WRONG_EDGE_TYPE

static final int E_TIN_WRONG_EDGE_TYPE
The specified edge type is not adequate for the operation.

See Also:
Constant Field Values

E_TIN_BAD_VALUE

static final int E_TIN_BAD_VALUE
The function call contains inadequate argument value.

See Also:
Constant Field Values

E_TIN_FATAL

static final int E_TIN_FATAL
A general function failure has occured during the specified operation.

See Also:
Constant Field Values

E_TIN_FDS_FATAL

static final int E_TIN_FDS_FATAL
A TIN memory-management general function failure has occured during the specified operation.

See Also:
Constant Field Values

E_TIN_CANCELLED

static final int E_TIN_CANCELLED
Process is cancelled by the user.

See Also:
Constant Field Values

E_TIN_MUST_BE_DELAUNAY

static final int E_TIN_MUST_BE_DELAUNAY
The process cannot be applied on a non-Delaunay TIN.

See Also:
Constant Field Values

E_TIN_XML_CORRUPTED

static final int E_TIN_XML_CORRUPTED
The XML file is corrupted.

See Also:
Constant Field Values

E_TIN_INVALID_LANDXML_FILE

static final int E_TIN_INVALID_LANDXML_FILE
Invalid LandXML file.

See Also:
Constant Field Values

E_TIN_FAILED_RESET_EXTENT

static final int E_TIN_FAILED_RESET_EXTENT
Unable to reset extent. TIN contains data.

See Also:
Constant Field Values

E_TIN_NULL_FIELD_VALUE

static final int E_TIN_NULL_FIELD_VALUE
One or more input features contain NULL Shape or field value.

See Also:
Constant Field Values

E_TIN_UNHANDLED_EXCEPTION

static final int E_TIN_UNHANDLED_EXCEPTION
An unhandled exception has occured during the process.

See Also:
Constant Field Values