com.esri.arcgis.datasourcesnetCDF
Interface esriNetCDFError

All Superinterfaces:
java.io.Serializable

public interface esriNetCDFError
extends java.io.Serializable

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

Description: 'The NetCDF related 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_NETCDF_ACCESS_IS_DENIED
          The user does not have permission to execute the operation.
static int E_NETCDF_DATASET_EXIST
          NetCDF file(table for SDE) already exist.
static int E_NETCDF_FILE_FAILED_TO_COPY
          Failed to copy the specified file.
static int E_NETCDF_FILE_FAILED_TO_RENAME
          Failed to rename the specified file.
static int E_NETCDF_FILE_INVALID_EXTENSION
          NetCDF file extension is invalid.
static int E_NETCDF_FILE_NOT_FOUND
          NetCDF file cannot be found.
static int E_NETCDF_RENDERER_INVALID_BAND_INDEX
          Specified band index is invalid.
static int E_NETCDF_UNKNOWN_ERROR
          Unknown error.
 

Field Detail

E_NETCDF_FILE_NOT_FOUND

static final int E_NETCDF_FILE_NOT_FOUND
NetCDF file cannot be found.

See Also:
Constant Field Values

E_NETCDF_FILE_INVALID_EXTENSION

static final int E_NETCDF_FILE_INVALID_EXTENSION
NetCDF file extension is invalid.

See Also:
Constant Field Values

E_NETCDF_RENDERER_INVALID_BAND_INDEX

static final int E_NETCDF_RENDERER_INVALID_BAND_INDEX
Specified band index is invalid.

See Also:
Constant Field Values

E_NETCDF_FILE_FAILED_TO_RENAME

static final int E_NETCDF_FILE_FAILED_TO_RENAME
Failed to rename the specified file.

See Also:
Constant Field Values

E_NETCDF_FILE_FAILED_TO_COPY

static final int E_NETCDF_FILE_FAILED_TO_COPY
Failed to copy the specified file.

See Also:
Constant Field Values

E_NETCDF_ACCESS_IS_DENIED

static final int E_NETCDF_ACCESS_IS_DENIED
The user does not have permission to execute the operation.

See Also:
Constant Field Values

E_NETCDF_DATASET_EXIST

static final int E_NETCDF_DATASET_EXIST
NetCDF file(table for SDE) already exist.

See Also:
Constant Field Values

E_NETCDF_UNKNOWN_ERROR

static final int E_NETCDF_UNKNOWN_ERROR
Unknown error.

See Also:
Constant Field Values