public interface esriTerrainError
extends java.io.Serializable
Description: 'Terrain's 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 =
Modifier and Type | Field and Description |
---|---|
static int |
E_TERRAIN_ANCHOR_POINTS_NOT_SUPPORTED
Anchor-points data sources not supported in this release of the GeoDatabase.
|
static int |
E_TERRAIN_BAD_INPUT_FILE
The input file contains bad data.
|
static int |
E_TERRAIN_BAD_SHAPE_SIZE
The specified shape size is out of bound.
|
static int |
E_TERRAIN_BAD_WINDOWSIZE
The specified window size is either too small, or too big.
|
static int |
E_TERRAIN_BOUNDS_OVERLAP
Z tolerance bounds overlap with other data sources in the group, or with other Clip data sources.
|
static int |
E_TERRAIN_CANCELLED
Process is cancelled by the user.
|
static int |
E_TERRAIN_CANNOT_ADD_REGISTERED_CLASS_TO_TERRAIN
Cannot add a registered as versioned class to the terrain.
|
static int |
E_TERRAIN_CANNOT_BE_ANCHORED
Only point data sources can be anchored.
|
static int |
E_TERRAIN_CANNOT_CHANGE_SCHEMA
Changing the definition, or running a full rebuild, of a versioned Terrain is not allowed.
|
static int |
E_TERRAIN_CANNOT_PERFORM_SIMPLIFY_OVERVIEW
Cannot perform 'Simplify Overview' on an invalid, dirty, or versioned Terrain.
|
static int |
E_TERRAIN_CHANGE_CLASS_ID
The feature class ID of an embedded data source must not be changed.
|
static int |
E_TERRAIN_DATA_SOURCE_EXISTS
The input data source already exists.
|
static int |
E_TERRAIN_DATA_TYPE_MISMATCH
The input field data type does not match the one in the embedded data source.
|
static int |
E_TERRAIN_DIRTY_TERRAIN
The specified operation cannot be performed on dirty Terrains.
|
static int |
E_TERRAIN_EDIT_OPERATION_REQUIRED
The specified operation requires an edit operation.
|
static int |
E_TERRAIN_EDIT_SESSION_REQUIRED
The specified operation requires an edit session.
|
static int |
E_TERRAIN_FC_OUTSIDE
The feature class is not in the same feature dataset as the Terrain.
|
static int |
E_TERRAIN_FIELD_NULLABLE
Attribute fields must not be nullable.
|
static int |
E_TERRAIN_FIELD_TYPE_MISMATCH
Output contains a field with the same name as the input but has a different field type.
|
static int |
E_TERRAIN_FILE_CREATE_ERROR
Failed to create file.
|
static int |
E_TERRAIN_FILE_DELETE_ERROR
Failed to delete/overwrite file.
|
static int |
E_TERRAIN_FILE_EXISTS
The specified file or dataset already exists.
|
static int |
E_TERRAIN_FILE_NOT_EXISTS
The specified file or folder does not exist.
|
static int |
E_TERRAIN_FILE_OPEN_ERROR
Failed to open file.
|
static int |
E_TERRAIN_FILE_READ_ERROR
Failed to read file.
|
static int |
E_TERRAIN_FILE_WRITE_ERROR
Failed to write to file.
|
static int |
E_TERRAIN_FORMAT_NOT_SUPPORTED
Format not supported.
|
static int |
E_TERRAIN_IN_EDIT_SESSION
The specified operation is not supported in an edit session.
|
static int |
E_TERRAIN_INCONSIST
One or more properties of the input data source is inconsistent with the rest in the group.
|
static int |
E_TERRAIN_INCONSIST_LOR
The zTolerance/MaxScale pair does not match the others in the definition.
|
static int |
E_TERRAIN_INDEX_OUT_OF_RANGE
The specified index is out of range.
|
static int |
E_TERRAIN_INVALID_BOUNDS
Invalid Z tolerance bounds.
|
static int |
E_TERRAIN_INVALID_DATA_SOURCE
Unable to add data source (e.g., it's versioned, is not a valid feature class, or its geometry type is not appropriate).
|
static int |
E_TERRAIN_INVALID_DEFINITION
The Terrain definition is incomplete or invalid.
|
static int |
E_TERRAIN_INVALID_EMBEDDED_FC_NAME
The embedded feature class name is invalid.
|
static int |
E_TERRAIN_INVALID_FILE
Invalid file.
|
static int |
E_TERRAIN_INVALID_GEOMETRY_TYPE_FOR_TERRAIN
The feature class has an invalid geometry type.
|
static int |
E_TERRAIN_INVALID_TERRAIN
An invalid Terrain does not support the specified operation.
|
static int |
E_TERRAIN_INVALID_TERRAIN_NAME
The Terrain name is invalid.
|
static int |
E_TERRAIN_INVALID_Z
Invalid Z value.
|
static int |
E_TERRAIN_MIXING_2D_AND_3D
Members must all be either 2D or 3D.
|
static int |
E_TERRAIN_MUST_APPLY_TO_OVERVIEW
Point data sources must participate in the overview.
|
static int |
E_TERRAIN_MUST_BE_ZLESS
The operation requires Z-less input.
|
static int |
E_TERRAIN_MUST_NOT_BE_GROUPED
3D data sources added as mass-point must not be grouped.
|
static int |
E_TERRAIN_NEED_UPDATE
The Terrain needs update before the specified operation can be performed.
|
static int |
E_TERRAIN_NO_DATA
Base data sources do not contain any data.
|
static int |
E_TERRAIN_NO_RETURN
Need at least one return number.
|
static int |
E_TERRAIN_NO_SPATIALREF_INFO
Spatial reference information is missing, or insufficient, for the operation.
|
static int |
E_TERRAIN_NOT_EMBEDDED
The operation can only be applied to an embedded data source.
|
static int |
E_TERRAIN_NOT_INITIALIZED
The terrain object has not been initialized.
|
static int |
E_TERRAIN_NOT_MATCH
The inputs do not match the existing feature class.
|
static int |
E_TERRAIN_NOT_MULTIPOINT
Only multipoint feature classes can be embedded.
|
static int |
E_TERRAIN_NOT_MULTIPOINT_Z
Must be a Z-Aware multipoint feature class.
|
static int |
E_TERRAIN_NOT_PROJECTED_SYSTEM
A projected coordinate system is required.
|
static int |
E_TERRAIN_NULL_FIELD_VALUE
One or more fields contains NULL value.
|
static int |
E_TERRAIN_OLD_VERSION
The specified operation cannot be performed on old version Terrains.
|
static int |
E_TERRAIN_TERRAIN_ALREADY_EXISTS
The terrain with the specified name already exists.
|
static int |
E_TERRAIN_TERRAIN_NOT_FOUND
The terrain was not found.
|
static int |
E_TERRAIN_TERRAIN_NOT_SUPPORTED_IN_RELEASE
Terrains not supported in this release of the GeoDatabase.
|
static int |
E_TERRAIN_TOO_MANY_BASE
Only one member in a group can be applied to the overview.
|
static int |
E_TERRAIN_TOO_MANY_CLIPPING_SOURCES
Only one data source can be used for clipping the overview terrain.
|
static int |
E_TERRAIN_UNKNOWN_BLOB
No blob is specified or the specified blob is unknown.
|
static int |
E_TERRAIN_UNKNOWN_FIELD
One (or more) specified field is unknown to Terrain.
|
static int |
E_TERRAIN_VALUE_OVERFLOW
The input value is too big (or too small) to store.
|
static int |
E_TERRAIN_VERSION_NOT_SUPPORTED
Version not supported.
|
static int |
E_TERRAIN_WINSIZE_NOT_SUPPORTED
Window size pyramid not supported in this release of the GeoDatabase.
|
static int |
E_TERRAIN_WKT_NOT_SUPPORTED
WKT projection is not supported in this release.
|
static int |
E_TERRAIN_WRONG_DATASET_TYPE
Wrong data set type.
|
static int |
E_TERRAIN_WRONG_FORMAT
One or more specified properties are not supported in this point data format.
|
static int |
E_TERRAIN_WRONG_GEOMETRY_TYPE
The geometry type of the input data source (or feature class) is inadequate.
|
static int |
E_TERRAIN_WRONG_PYRAMID_TYPE
Wrong Terrain pyramid type.
|
static int |
E_TERRAIN_WRONG_SF_TYPE
Incorrect Surface-Feature type.
|
static int |
E_TERRAIN_WRONG_TOPOLOGY
Incorrect boundary tiles topology.
|
static int |
E_TERRAIN_ZTOLERANCE_EXISTS
The input zTolerance already exists.
|
static final int E_TERRAIN_INVALID_DATA_SOURCE
static final int E_TERRAIN_DATA_SOURCE_EXISTS
static final int E_TERRAIN_INDEX_OUT_OF_RANGE
static final int E_TERRAIN_NOT_INITIALIZED
static final int E_TERRAIN_CANCELLED
static final int E_TERRAIN_EDIT_SESSION_REQUIRED
static final int E_TERRAIN_MUST_BE_ZLESS
static final int E_TERRAIN_FILE_EXISTS
static final int E_TERRAIN_FILE_NOT_EXISTS
static final int E_TERRAIN_FILE_OPEN_ERROR
static final int E_TERRAIN_FILE_READ_ERROR
static final int E_TERRAIN_NOT_MATCH
static final int E_TERRAIN_WRONG_FORMAT
static final int E_TERRAIN_NO_RETURN
static final int E_TERRAIN_BAD_SHAPE_SIZE
static final int E_TERRAIN_NOT_MULTIPOINT
static final int E_TERRAIN_UNKNOWN_FIELD
static final int E_TERRAIN_FC_OUTSIDE
static final int E_TERRAIN_ZTOLERANCE_EXISTS
static final int E_TERRAIN_INVALID_TERRAIN
static final int E_TERRAIN_INVALID_DEFINITION
static final int E_TERRAIN_IN_EDIT_SESSION
static final int E_TERRAIN_INVALID_BOUNDS
static final int E_TERRAIN_BOUNDS_OVERLAP
static final int E_TERRAIN_INCONSIST
static final int E_TERRAIN_WRONG_GEOMETRY_TYPE
static final int E_TERRAIN_MIXING_2D_AND_3D
static final int E_TERRAIN_TOO_MANY_BASE
static final int E_TERRAIN_MUST_NOT_BE_GROUPED
static final int E_TERRAIN_WRONG_SF_TYPE
static final int E_TERRAIN_INCONSIST_LOR
static final int E_TERRAIN_CHANGE_CLASS_ID
static final int E_TERRAIN_NOT_EMBEDDED
static final int E_TERRAIN_NULL_FIELD_VALUE
static final int E_TERRAIN_FIELD_NULLABLE
static final int E_TERRAIN_TERRAIN_NOT_FOUND
static final int E_TERRAIN_TERRAIN_NOT_SUPPORTED_IN_RELEASE
static final int E_TERRAIN_TERRAIN_ALREADY_EXISTS
static final int E_TERRAIN_INVALID_GEOMETRY_TYPE_FOR_TERRAIN
static final int E_TERRAIN_CANNOT_ADD_REGISTERED_CLASS_TO_TERRAIN
static final int E_TERRAIN_INVALID_TERRAIN_NAME
static final int E_TERRAIN_WRONG_DATASET_TYPE
static final int E_TERRAIN_WRONG_PYRAMID_TYPE
static final int E_TERRAIN_CANNOT_CHANGE_SCHEMA
static final int E_TERRAIN_NOT_MULTIPOINT_Z
static final int E_TERRAIN_UNKNOWN_BLOB
static final int E_TERRAIN_NEED_UPDATE
static final int E_TERRAIN_OLD_VERSION
static final int E_TERRAIN_CANNOT_PERFORM_SIMPLIFY_OVERVIEW
static final int E_TERRAIN_NO_DATA
static final int E_TERRAIN_EDIT_OPERATION_REQUIRED
static final int E_TERRAIN_INVALID_EMBEDDED_FC_NAME
static final int E_TERRAIN_TOO_MANY_CLIPPING_SOURCES
static final int E_TERRAIN_INVALID_Z
static final int E_TERRAIN_BAD_WINDOWSIZE
static final int E_TERRAIN_NO_SPATIALREF_INFO
static final int E_TERRAIN_NOT_PROJECTED_SYSTEM
static final int E_TERRAIN_WRONG_TOPOLOGY
static final int E_TERRAIN_VALUE_OVERFLOW
static final int E_TERRAIN_DATA_TYPE_MISMATCH
static final int E_TERRAIN_DIRTY_TERRAIN
static final int E_TERRAIN_WINSIZE_NOT_SUPPORTED
static final int E_TERRAIN_FIELD_TYPE_MISMATCH
static final int E_TERRAIN_CANNOT_BE_ANCHORED
static final int E_TERRAIN_ANCHOR_POINTS_NOT_SUPPORTED
static final int E_TERRAIN_MUST_APPLY_TO_OVERVIEW
static final int E_TERRAIN_VERSION_NOT_SUPPORTED
static final int E_TERRAIN_FORMAT_NOT_SUPPORTED
static final int E_TERRAIN_FILE_WRITE_ERROR
static final int E_TERRAIN_INVALID_FILE
static final int E_TERRAIN_WKT_NOT_SUPPORTED
static final int E_TERRAIN_FILE_CREATE_ERROR
static final int E_TERRAIN_FILE_DELETE_ERROR
static final int E_TERRAIN_BAD_INPUT_FILE