com.esri.arcgis.geodatabaseextensions
Interface esriLasDatasetError

All Superinterfaces:
java.io.Serializable

public interface esriLasDatasetError
extends java.io.Serializable

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

Description: 'LasDataset'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 =


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_INVALID_VERSION
          Invalid version.
static int E_LAS_NO_STATISTICS
          No statistics available for the operation.
static int E_LAS_OPERATION_NOT_SUPPORTED_ON_ZIP_FILE
          Unable to edit compressed file.
static int E_LAS_OVERLAP_FLAG_NOT_SUPPORTED
          Overlap flag not supported in this point-record format.
static int E_LAS_UNABLE_TO_EDIT_ZIP_FILE
          Unable to edit compressed file.
 

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

E_LAS_INVALID_VERSION

static final int E_LAS_INVALID_VERSION
Invalid version.

See Also:
Constant Field Values

E_LAS_UNABLE_TO_EDIT_ZIP_FILE

static final int E_LAS_UNABLE_TO_EDIT_ZIP_FILE
Unable to edit compressed file.

See Also:
Constant Field Values

E_LAS_OPERATION_NOT_SUPPORTED_ON_ZIP_FILE

static final int E_LAS_OPERATION_NOT_SUPPORTED_ON_ZIP_FILE
Unable to edit compressed file.

See Also:
Constant Field Values

E_LAS_OVERLAP_FLAG_NOT_SUPPORTED

static final int E_LAS_OVERLAP_FLAG_NOT_SUPPORTED
Overlap flag not supported in this point-record format.

See Also:
Constant Field Values