public interface esriLasDatasetError
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static int |
E_LAS_ARRAY_SIZE_MISMATCH
The spacified arrays do not have the same size.
|
static int |
E_LAS_BAD_CLASS_CODE
Invalid classification code.
|
static int |
E_LAS_BAD_DEM_RESOLUTION
The specified DEM resolution is less than 0.3 meters.
|
static int |
E_LAS_BAD_LAS_POINT_FORMAT
Invalid or unsupported LAS point format.
|
static int |
E_LAS_BAD_LAS_VERSION
Invalid or unsupported LAS version.
|
static int |
E_LAS_BAD_SAMPLE_DISTANCE
The specified sample distance is less than 10 meters.
|
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_DIFFERENT_GPS_TIME
Different types of GPS times.
|
static int |
E_LAS_EVLR_NOT_SUPPORTED
Extended variable length records not supported in this version.
|
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_FORMAT_CHANGE
Changing from formats 6 and above to formats 5 and below not supported.
|
static int |
E_LAS_INVALID_PYRAMID
LasDataset pyramid is invalid or does not exist.
|
static int |
E_LAS_INVALID_VERSION
Invalid version.
|
static int |
E_LAS_NEED_LAS_VERSION
Output LAS version and/or point format ID not specified.
|
static int |
E_LAS_NEED_SPATIAL_REF
Spatial reference is required for the process.
|
static int |
E_LAS_NO_STATISTICS
No statistics available for the operation.
|
static int |
E_LAS_NOT_AN_EDITED_ZLAS_FILE
TIN size exceeds limit.
|
static int |
E_LAS_NOT_ENOUGH_GROUND_POINTS
The number of ground points is less than 3.
|
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_TIN_SIZE_TOO_BIG
TIN size exceeds limit.
|
static int |
E_LAS_TOO_MANY_POINTS
The number of points in the file exceeds limit.
|
static int |
E_LAS_UNABLE_TO_EDIT_ZIP_FILE
Unable to edit compressed file.
|
static int |
E_LAS_WRITER_INITIALIZED
The LAS builder object already initialized.
|
static int |
E_LAS_WRITER_NOT_INITIALIZED
The LAS builder object is not initialized.
|
static int |
E_LAS_WRITER_WRONG_ORDER
Data are added in a wrong order (e.g., adding a VLR after point records have been added).
|
static int |
E_LAS_WRONG_EXTRABYTE_TYPE
Data type for extra bytes must be char or unsigned char.
|
static int |
E_WRONG_EXTRABYTE_COUNT
Incorrect extra byte count.
|
static final int E_LAS_BAD_Z_SOURCE
static final int E_LAS_DATASET_EXISTS
static final int E_LAS_FAILED_TO_OVER_WRITE
static final int E_LAS_FAILED_TO_SAVE
static final int E_LAS_FAILED_TO_OPEN
static final int E_LAS_NO_STATISTICS
static final int E_LAS_FAILED_TO_COPY_FILE
static final int E_LAS_IN_MEMORY_DATASET
static final int E_LAS_CLASS_FLAG_NOT_SUPPORTED
static final int E_LAS_BAD_CLASS_CODE
static final int E_LAS_INVALID_VERSION
static final int E_LAS_UNABLE_TO_EDIT_ZIP_FILE
static final int E_LAS_OPERATION_NOT_SUPPORTED_ON_ZIP_FILE
static final int E_LAS_OVERLAP_FLAG_NOT_SUPPORTED
static final int E_LAS_TOO_MANY_POINTS
static final int E_LAS_NOT_ENOUGH_GROUND_POINTS
static final int E_LAS_BAD_SAMPLE_DISTANCE
static final int E_LAS_BAD_DEM_RESOLUTION
static final int E_LAS_BAD_LAS_VERSION
static final int E_LAS_BAD_LAS_POINT_FORMAT
static final int E_LAS_NEED_SPATIAL_REF
static final int E_LAS_NEED_LAS_VERSION
static final int E_LAS_INVALID_FORMAT_CHANGE
static final int E_LAS_DIFFERENT_GPS_TIME
static final int E_LAS_WRITER_INITIALIZED
static final int E_LAS_WRITER_NOT_INITIALIZED
static final int E_LAS_WRITER_WRONG_ORDER
static final int E_WRONG_EXTRABYTE_COUNT
static final int E_LAS_ARRAY_SIZE_MISMATCH
static final int E_LAS_WRONG_EXTRABYTE_TYPE
static final int E_LAS_EVLR_NOT_SUPPORTED
static final int E_LAS_INVALID_PYRAMID
static final int E_LAS_TIN_SIZE_TOO_BIG
static final int E_LAS_NOT_AN_EDITED_ZLAS_FILE