com.esri.arcgis.geodatabaseextensions
Interface esriLasDatasetError

All Superinterfaces:
Serializable

public interface esriLasDatasetError
extends Serializable

LasDataset's error codes.

Product Availability

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


Field Summary
static int E_LAS_BAD_CLASS_CODE
          Invalid classification code.
static int E_LAS_BAD_Z_SOURCE
          The specified Z source is not supported for this operation.
static int E_LAS_CLASS_FLAG_NOT_SUPPORTED
          Classification flag not supported in this version.
static int E_LAS_DATASET_EXISTS
          The specified dataset already exists.
static int E_LAS_FAILED_TO_COPY_FILE
          Failed to copy file(s).
static int E_LAS_FAILED_TO_OPEN
          Failed to open the dataset.
static int E_LAS_FAILED_TO_OVER_WRITE
          Failed to over write the dataset.
static int E_LAS_FAILED_TO_SAVE
          Failed to save the dataset.
static int E_LAS_IN_MEMORY_DATASET
          Operation not supported with in-memory datasets.
static int E_LAS_NO_STATISTICS
          No statistics available for the operation.
 

Field Detail

E_LAS_BAD_Z_SOURCE

static final int E_LAS_BAD_Z_SOURCE
The specified Z source is not supported for this operation.

See Also:
Constant Field Values

E_LAS_DATASET_EXISTS

static final int E_LAS_DATASET_EXISTS
The specified dataset already exists.

See Also:
Constant Field Values

E_LAS_FAILED_TO_OVER_WRITE

static final int E_LAS_FAILED_TO_OVER_WRITE
Failed to over write the dataset.

See Also:
Constant Field Values

E_LAS_FAILED_TO_SAVE

static final int E_LAS_FAILED_TO_SAVE
Failed to save the dataset.

See Also:
Constant Field Values

E_LAS_FAILED_TO_OPEN

static final int E_LAS_FAILED_TO_OPEN
Failed to open the dataset.

See Also:
Constant Field Values

E_LAS_NO_STATISTICS

static final int E_LAS_NO_STATISTICS
No statistics available for the operation.

See Also:
Constant Field Values

E_LAS_FAILED_TO_COPY_FILE

static final int E_LAS_FAILED_TO_COPY_FILE
Failed to copy file(s).

See Also:
Constant Field Values

E_LAS_IN_MEMORY_DATASET

static final int E_LAS_IN_MEMORY_DATASET
Operation not supported with in-memory datasets.

See Also:
Constant Field Values

E_LAS_CLASS_FLAG_NOT_SUPPORTED

static final int E_LAS_CLASS_FLAG_NOT_SUPPORTED
Classification flag not supported in this version.

See Also:
Constant Field Values

E_LAS_BAD_CLASS_CODE

static final int E_LAS_BAD_CLASS_CODE
Invalid classification code.

See Also:
Constant Field Values