com.esri.arcgis.geoanalyst
Interface esriSpatialAnalystError

All Superinterfaces:
Serializable

public interface esriSpatialAnalystError
extends Serializable

Error codes for the Spatial Analyst.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int E_SPATIAL_ANALYST_ADDITEM_FAILED
          Unable to add item to table.
static int E_SPATIAL_ANALYST_ANALYSIS_WINDOW
          Could not set analysis window.
static int E_SPATIAL_ANALYST_BAD_FIELD_INDEX
          The field index is invalid.
static int E_SPATIAL_ANALYST_BINARY_OPERATION
          Binary operation failed.
static int E_SPATIAL_ANALYST_BIND_SYMBOL_MISMATCH
          Unable to match string for binding.
static int E_SPATIAL_ANALYST_CANCEL_OP
          Operation cancelled.
static int E_SPATIAL_ANALYST_COMPOSE_EXPR
          Could not compose grid expression.
static int E_SPATIAL_ANALYST_CONVERSION
          Conversion error.
static int E_SPATIAL_ANALYST_CREATE_GRID
          Unable to create grid.
static int E_SPATIAL_ANALYST_CREATE_WORKSPACENAME
          Could not create workspace name.
static int E_SPATIAL_ANALYST_EMPTY_RASTER
          Empty Raster - No RasterBand in it.
static int E_SPATIAL_ANALYST_ESTIMATE_SEMIVAR
          Unable to estimate semi-variogram.
static int E_SPATIAL_ANALYST_EVAL_TYPE
          Wrong type of evaluation.
static int E_SPATIAL_ANALYST_EXPRESSION_TOO_LONG
          Evaluation expression is longer than 4096 characters.
static int E_SPATIAL_ANALYST_EXTRACT_VARARR
          Could not convert variant array to long.
static int E_SPATIAL_ANALYST_FEAT_SEARCH_CURSOR
          Could not get search cursor on feature.
static int E_SPATIAL_ANALYST_FIELD_EXISTS
          Field already exists.
static int E_SPATIAL_ANALYST_FIELD_NOT_ADDED
          Unable to add field.
static int E_SPATIAL_ANALYST_FILE_FAILED_TO_COPY
          Failed to copy the specified file.
static int E_SPATIAL_ANALYST_FILE_FAILED_TO_RENAME
          Failed to rename the specified file.
static int E_SPATIAL_ANALYST_FILE_FAILED_TO_WRITE
          Failed to open the specified file for write.
static int E_SPATIAL_ANALYST_FILE_INVALID_EXTENSION
          Invalid file extension.
static int E_SPATIAL_ANALYST_FILE_NOT_FOUND
          File cannot be found.
static int E_SPATIAL_ANALYST_GRID_EXECUTE
          xxx.
static int E_SPATIAL_ANALYST_HDR_FILE_NOT_FOUND
          Associated header file not found.
static int E_SPATIAL_ANALYST_HIST_FREQUENCY
          Unable to compute frequency.
static int E_SPATIAL_ANALYST_INIT_SAMPLE_LIST
          Unable to initialize sample list.
static int E_SPATIAL_ANALYST_INVALID_BAND_COUNT
          Invalid band count.
static int E_SPATIAL_ANALYST_INVALID_COMMAND
          Invalid grid command or expression.
static int E_SPATIAL_ANALYST_INVALID_COMPONENT_COUNT
          Invalid principal component count.
static int E_SPATIAL_ANALYST_INVALID_DELETE_INDEX
          Record has invalid index for deletion.
static int E_SPATIAL_ANALYST_INVALID_FIELD
          Invalid field name.
static int E_SPATIAL_ANALYST_INVALID_FILTER_TYPE
          Invalid filter type.
static int E_SPATIAL_ANALYST_INVALID_GEODATASET
          Invalid input geodataset (Layer, Tin, etc.
static int E_SPATIAL_ANALYST_INVALID_GEOMETRY
          Not supported geometry.
static int E_SPATIAL_ANALYST_INVALID_NAME_FROM_PATH
          Invalid name obtained from path.
static int E_SPATIAL_ANALYST_INVALID_NAMEFORGRIDENG
          Invalid output name for grid, stack or shapefile (space in the base name).
static int E_SPATIAL_ANALYST_INVALID_NUMERIC_FIELD_LEN
          Numeric field lengths must be less than or equal to 19.
static int E_SPATIAL_ANALYST_INVALID_OUTPUT_EXTENT
          ???.
static int E_SPATIAL_ANALYST_INVALID_OUTRFORMAT
          Unsupported output raster format.
static int E_SPATIAL_ANALYST_INVALID_PRJS_FOR_CURVATURE
          Incompatible projections for curvature.
static int E_SPATIAL_ANALYST_INVALID_READ_INDEX
          Record has invalid index for read.
static int E_SPATIAL_ANALYST_INVALID_RECLASS_FIELD
          Invalid field type for reclass.
static int E_SPATIAL_ANALYST_INVALID_REJECT_FRACTION
          Invalid rejection fraction.
static int E_SPATIAL_ANALYST_INVALID_SEMIVAR_TYPE
          Invalid semi-variogram type.
static int E_SPATIAL_ANALYST_INVALID_STATSTYPE
          Invalid statistics type for the method.
static int E_SPATIAL_ANALYST_LICENSENOTAVAILABLE
          Spatial Analyst License not available.
static int E_SPATIAL_ANALYST_MEMORY_ALLOC
          xxx.
static int E_SPATIAL_ANALYST_NO_ATTRIB_TABLE
          ???.
static int E_SPATIAL_ANALYST_NO_BASETABLE
          Could not get base table.
static int E_SPATIAL_ANALYST_NO_CONVERTTOCOVERAGE
          Unable to convert to coverage.
static int E_SPATIAL_ANALYST_NO_COVERAGE_SUPPORT
          Coverage inputs/outputs are not supported.
static int E_SPATIAL_ANALYST_NO_DATASET
          Could not get dataset.
static int E_SPATIAL_ANALYST_NO_DUPLICATES
          Unable to add duplicate record.
static int E_SPATIAL_ANALYST_NO_EVALEXP
          No valid evaluation expression.
static int E_SPATIAL_ANALYST_NO_EXTENT
          Could not get extent.
static int E_SPATIAL_ANALYST_NO_FEATURE_CLASS
          Could not get feature class.
static int E_SPATIAL_ANALYST_NO_FIELD_NAME
          Could not get field name.
static int E_SPATIAL_ANALYST_NO_FILE_NAME
          File name not provided.
static int E_SPATIAL_ANALYST_NO_JOINEDFIELD
          Unable to support a joined field.
static int E_SPATIAL_ANALYST_NO_POINT_FILE
          Unable to open point file.
static int E_SPATIAL_ANALYST_NO_POINTS
          No points for selection.
static int E_SPATIAL_ANALYST_NO_RECS_WITH_QFILTER
          No records found with specified query filter.
static int E_SPATIAL_ANALYST_NO_SPREF
          Could not get spatial reference.
static int E_SPATIAL_ANALYST_NO_STRING_FIELD
          No string field.
static int E_SPATIAL_ANALYST_NO_SUPPORT
          Operation not supported.
static int E_SPATIAL_ANALYST_NODATA_RASTER
          Raster has only nodata.
static int E_SPATIAL_ANALYST_NOT_EVALUATED
          No valid evaluation expression.
static int E_SPATIAL_ANALYST_NOT_FEATURE_CLASS
          Not feature class data.
static int E_SPATIAL_ANALYST_NOT_GRID
          Not an Esri Grid.
static int E_SPATIAL_ANALYST_NOT_INTEGER
          Input dataset is not integer.
static int E_SPATIAL_ANALYST_NREMAP_HAS_STRING_FIELD
          Number remap has string field.
static int E_SPATIAL_ANALYST_NULL_FEATURE_COUNT
          No features found.
static int E_SPATIAL_ANALYST_NULL_OBJECT
          Null object.
static int E_SPATIAL_ANALYST_OBSV_EXCESS_POINTS
          Too many points.
static int E_SPATIAL_ANALYST_OBSV_UNSUPPORTED_GEOMETRY
          This geometry is not supported for the 'observers' option.
static int E_SPATIAL_ANALYST_OPEN_RDS_FAIL
          Unable to open raster dataset.
static int E_SPATIAL_ANALYST_OPEN_WORKSPACE
          Could not open workspace.
static int E_SPATIAL_ANALYST_OUT_FILE_EXISTS
          Output file exists.
static int E_SPATIAL_ANALYST_OUTPUT_EXISTS
          Output file exists.
static int E_SPATIAL_ANALYST_PRJ_COPY
          xxx.
static int E_SPATIAL_ANALYST_PRJ_NOTMACTH
          xxx.
static int E_SPATIAL_ANALYST_READ_ERROR
          Error encountered during read.
static int E_SPATIAL_ANALYST_RECLASS_BY_SELECT
          Could not reclass on selection set.
static int E_SPATIAL_ANALYST_REFERENCE_FAILED
          Could not reference grid.
static int E_SPATIAL_ANALYST_REMAP_BAD_SVALUE
          Invalid single value remap record.
static int E_SPATIAL_ANALYST_REMAP_DUPLICATE_RECORD
          Duplicate remap record.
static int E_SPATIAL_ANALYST_REMAP_FILL_SREMAP
          Could not populate string remap.
static int E_SPATIAL_ANALYST_REMAP_FREE_RECORDS
          Unable to free remap objects.
static int E_SPATIAL_ANALYST_REMAP_INVALID_FIND_INDEX
          Unable to find record by index.
static int E_SPATIAL_ANALYST_REMAP_MIXED_FILE
          Mixed remap records.
static int E_SPATIAL_ANALYST_REMAP_NEED_NTYPE
          Number remap type needed.
static int E_SPATIAL_ANALYST_REMAP_NEED_STYPE
          String remap type needed.
static int E_SPATIAL_ANALYST_REMAP_OVERLAP_CONFLICT
          Overlap conflict.
static int E_SPATIAL_ANALYST_REMAP_RECORD_NOT_FOUND
          Unable to find record.
static int E_SPATIAL_ANALYST_REMAP_SIMPLE_CONFLICT
          Simple conflict.
static int E_SPATIAL_ANALYST_REMAP_UNSORTED
          Unsorted remap values.
static int E_SPATIAL_ANALYST_RENDERER_INVALID_BAND_INDEX
          Specified band index is invalid.
static int E_SPATIAL_ANALYST_RESERVED_FIELD_EXISTS
          Reserved field name found in attribute table.
static int E_SPATIAL_ANALYST_SAVEAS
          Could not save dataset as specified.
static int E_SPATIAL_ANALYST_SAVEAS_FAILED
          Error while performing a SaveAs.
static int E_SPATIAL_ANALYST_SHAREDLICENSENOTAVAILABLE
          Nor Spatial Analyst nor 3D Analyst Licenses are available.
static int E_SPATIAL_ANALYST_SHAREDWASNOTACTIVATED
          Nor Spatial Analyst nor 3D Analyst Extensions was activated.
static int E_SPATIAL_ANALYST_SIMPLE_POLY_SUPPORT
          Only simple polygon geometry is supported.
static int E_SPATIAL_ANALYST_SREMAP_NO_STRING_FIELD
          String remap has no string field.
static int E_SPATIAL_ANALYST_STRING_FIELD_NOT_ALLOWED
          String field not allowed.
static int E_SPATIAL_ANALYST_SYNTAX_ERROR
          xxx.
static int E_SPATIAL_ANALYST_TABLE_NOT_CREATED
          Unable to create output table.
static int E_SPATIAL_ANALYST_TOPO_BAD_CONTOUR_OPTION
          Bad contour option.
static int E_SPATIAL_ANALYST_TOPO_BOUND_TOOMANY_POINTS
          Too many points in a boundary polygon.
static int E_SPATIAL_ANALYST_TOPO_CONTOUR_TOOMANY_POINTS
          Too many points in a contour polyline.
static int E_SPATIAL_ANALYST_TOPO_INVALID_ZLIMITS
          Invalid z limit.
static int E_SPATIAL_ANALYST_TOPO_LAKE_TOOMANY_POINTS
          Too many points in a lake polygon.
static int E_SPATIAL_ANALYST_TOPO_MISS_VALUE
          Missing a value.
static int E_SPATIAL_ANALYST_TOPO_NO_ELEVDATA
          Not a point elevation data.
static int E_SPATIAL_ANALYST_TOPO_NOT_NONNEGATIVE
          Not a non-negative value.
static int E_SPATIAL_ANALYST_TOPO_NOT_POSITIVE
          Not a positive value.
static int E_SPATIAL_ANALYST_TOPO_STREAM_TOOMANY_POINTS
          Too many points in a stream polyline.
static int E_SPATIAL_ANALYST_TOPO_UNKNOWN_KEYWORD
          Unknown keyword.
static int E_SPATIAL_ANALYST_TREND_FIELD
          Invalid field values for Logistic Trend.
static int E_SPATIAL_ANALYST_UNARY_OPERATION
          Unary operation failed.
static int E_SPATIAL_ANALYST_UNBIND_RASTER
          Unable to unbind raster.
static int E_SPATIAL_ANALYST_UNKNOWN_ERROR
          Unknown error.
static int E_SPATIAL_ANALYST_UNSUPPORTED_FEAT_INPUT
          Feature inputs not supported.
static int E_SPATIAL_ANALYST_WASNOTACTIVATED
          Spatial Analyst Extension wasn't activated.
static int E_SPATIAL_ANALYST_WRITE_UNABLE
          Unable to write output.
static int GRID_ERR_ALLOCLUT
          Unable to allocate memory for a lookup table.
static int GRID_ERR_ALLOCMEM
          Unable to allocate memory.
static int GRID_ERR_ARGTYPE
          Invalid argument type.
static int GRID_ERR_BADSTA
          Bad grid STA table.
static int GRID_ERR_CELLSIZE
          Undefined or Invalid cell size.
static int GRID_ERR_CONTINUE
          Error.
static int GRID_ERR_CSIZETYPE
          Invalid cell-size environmental type.
static int GRID_ERR_FIELDTYPE
          Invalid field type.
static int GRID_ERR_GRIDORNUMB
          Error.
static int GRID_ERR_HASERR
          The grid has error.
static int GRID_ERR_INFODIR
          Unable to create INFo directory.
static int GRID_ERR_LEGCLASS
          Error.
static int GRID_ERR_LISTELEM
          Error.
static int GRID_ERR_LOADFAIL
          Error.
static int GRID_ERR_LUTRANGE
          Invalid range for the input lookup table.
static int GRID_ERR_MAKEHASH
          Error in making hash table.
static int GRID_ERR_MAKEVTAB
          Error.
static int GRID_ERR_MISMATCHSPREF
          Spatial References do not match.
static int GRID_ERR_NOIRREGNBR
          Irregular neighborhood is not supported.
static int GRID_ERR_NOLIBEXIT
          Error.
static int GRID_ERR_NOLIBINIT
          Error.
static int GRID_ERR_NOTVALUEFD
          The input field is not a VALUE field.
static int GRID_ERR_NOVAT
          Unable to find grid VAT table.
static int GRID_ERR_OBJTYPE
          Invalid object type.
static int GRID_ERR_READSTA
          Error in reading grid STA table.
static int GRID_ERR_READTABLE
          Error in reading the table.
static int GRID_ERR_READVAT
          Error in reading VAT table.
static int GRID_ERR_READVTAB
          Error.
static int GRID_ERR_SEMIVARIO
          Error in making semivariogram.
static int GRID_ERR_SHAPETYPE
          Invalid shape type.
static int GRID_ERR_SLICETYPE
          Invalid slice type.
static int GRID_ERR_SORTTYPE
          Invalid sorting type.
static int GRID_ERR_STRGRID
          Error.
static int GRID_ERR_TIMEOUT
          Error.
static int GRID_ERR_ZONEOBJ
          Invalid zone object.
 

Field Detail

E_SPATIAL_ANALYST_UNKNOWN_ERROR

static final int E_SPATIAL_ANALYST_UNKNOWN_ERROR
Unknown error.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FILE_NOT_FOUND

static final int E_SPATIAL_ANALYST_FILE_NOT_FOUND
File cannot be found.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FILE_INVALID_EXTENSION

static final int E_SPATIAL_ANALYST_FILE_INVALID_EXTENSION
Invalid file extension.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_RENDERER_INVALID_BAND_INDEX

static final int E_SPATIAL_ANALYST_RENDERER_INVALID_BAND_INDEX
Specified band index is invalid.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FILE_FAILED_TO_RENAME

static final int E_SPATIAL_ANALYST_FILE_FAILED_TO_RENAME
Failed to rename the specified file.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FILE_FAILED_TO_COPY

static final int E_SPATIAL_ANALYST_FILE_FAILED_TO_COPY
Failed to copy the specified file.

See Also:
Constant Field Values

GRID_ERR_ARGTYPE

static final int GRID_ERR_ARGTYPE
Invalid argument type.

See Also:
Constant Field Values

GRID_ERR_GRIDORNUMB

static final int GRID_ERR_GRIDORNUMB
Error.

See Also:
Constant Field Values

GRID_ERR_OBJTYPE

static final int GRID_ERR_OBJTYPE
Invalid object type.

See Also:
Constant Field Values

GRID_ERR_ZONEOBJ

static final int GRID_ERR_ZONEOBJ
Invalid zone object.

See Also:
Constant Field Values

GRID_ERR_SORTTYPE

static final int GRID_ERR_SORTTYPE
Invalid sorting type.

See Also:
Constant Field Values

GRID_ERR_SHAPETYPE

static final int GRID_ERR_SHAPETYPE
Invalid shape type.

See Also:
Constant Field Values

GRID_ERR_SLICETYPE

static final int GRID_ERR_SLICETYPE
Invalid slice type.

See Also:
Constant Field Values

GRID_ERR_FIELDTYPE

static final int GRID_ERR_FIELDTYPE
Invalid field type.

See Also:
Constant Field Values

GRID_ERR_NOTVALUEFD

static final int GRID_ERR_NOTVALUEFD
The input field is not a VALUE field.

See Also:
Constant Field Values

GRID_ERR_NOVAT

static final int GRID_ERR_NOVAT
Unable to find grid VAT table.

See Also:
Constant Field Values

GRID_ERR_BADSTA

static final int GRID_ERR_BADSTA
Bad grid STA table.

See Also:
Constant Field Values

GRID_ERR_READTABLE

static final int GRID_ERR_READTABLE
Error in reading the table.

See Also:
Constant Field Values

GRID_ERR_READSTA

static final int GRID_ERR_READSTA
Error in reading grid STA table.

See Also:
Constant Field Values

GRID_ERR_READVAT

static final int GRID_ERR_READVAT
Error in reading VAT table.

See Also:
Constant Field Values

GRID_ERR_READVTAB

static final int GRID_ERR_READVTAB
Error.

See Also:
Constant Field Values

GRID_ERR_ALLOCMEM

static final int GRID_ERR_ALLOCMEM
Unable to allocate memory.

See Also:
Constant Field Values

GRID_ERR_ALLOCLUT

static final int GRID_ERR_ALLOCLUT
Unable to allocate memory for a lookup table.

See Also:
Constant Field Values

GRID_ERR_CELLSIZE

static final int GRID_ERR_CELLSIZE
Undefined or Invalid cell size.

See Also:
Constant Field Values

GRID_ERR_CSIZETYPE

static final int GRID_ERR_CSIZETYPE
Invalid cell-size environmental type.

See Also:
Constant Field Values

GRID_ERR_LUTRANGE

static final int GRID_ERR_LUTRANGE
Invalid range for the input lookup table.

See Also:
Constant Field Values

GRID_ERR_MAKEHASH

static final int GRID_ERR_MAKEHASH
Error in making hash table.

See Also:
Constant Field Values

GRID_ERR_MAKEVTAB

static final int GRID_ERR_MAKEVTAB
Error.

See Also:
Constant Field Values

GRID_ERR_LISTELEM

static final int GRID_ERR_LISTELEM
Error.

See Also:
Constant Field Values

GRID_ERR_STRGRID

static final int GRID_ERR_STRGRID
Error.

See Also:
Constant Field Values

GRID_ERR_LEGCLASS

static final int GRID_ERR_LEGCLASS
Error.

See Also:
Constant Field Values

GRID_ERR_INFODIR

static final int GRID_ERR_INFODIR
Unable to create INFo directory.

See Also:
Constant Field Values

GRID_ERR_SEMIVARIO

static final int GRID_ERR_SEMIVARIO
Error in making semivariogram.

See Also:
Constant Field Values

GRID_ERR_CONTINUE

static final int GRID_ERR_CONTINUE
Error.

See Also:
Constant Field Values

GRID_ERR_TIMEOUT

static final int GRID_ERR_TIMEOUT
Error.

See Also:
Constant Field Values

GRID_ERR_HASERR

static final int GRID_ERR_HASERR
The grid has error.

See Also:
Constant Field Values

GRID_ERR_LOADFAIL

static final int GRID_ERR_LOADFAIL
Error.

See Also:
Constant Field Values

GRID_ERR_NOLIBINIT

static final int GRID_ERR_NOLIBINIT
Error.

See Also:
Constant Field Values

GRID_ERR_NOLIBEXIT

static final int GRID_ERR_NOLIBEXIT
Error.

See Also:
Constant Field Values

GRID_ERR_NOIRREGNBR

static final int GRID_ERR_NOIRREGNBR
Irregular neighborhood is not supported.

See Also:
Constant Field Values

GRID_ERR_MISMATCHSPREF

static final int GRID_ERR_MISMATCHSPREF
Spatial References do not match.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TREND_FIELD

static final int E_SPATIAL_ANALYST_TREND_FIELD
Invalid field values for Logistic Trend.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_CONVERSION

static final int E_SPATIAL_ANALYST_CONVERSION
Conversion error.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_OPEN_WORKSPACE

static final int E_SPATIAL_ANALYST_OPEN_WORKSPACE
Could not open workspace.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_FEATURE_CLASS

static final int E_SPATIAL_ANALYST_NO_FEATURE_CLASS
Could not get feature class.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_FIELD_NAME

static final int E_SPATIAL_ANALYST_NO_FIELD_NAME
Could not get field name.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_EVAL_TYPE

static final int E_SPATIAL_ANALYST_EVAL_TYPE
Wrong type of evaluation.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_POINTS

static final int E_SPATIAL_ANALYST_NO_POINTS
No points for selection.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_RECLASS_FIELD

static final int E_SPATIAL_ANALYST_INVALID_RECLASS_FIELD
Invalid field type for reclass.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FILE_FAILED_TO_WRITE

static final int E_SPATIAL_ANALYST_FILE_FAILED_TO_WRITE
Failed to open the specified file for write.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_READ_INDEX

static final int E_SPATIAL_ANALYST_INVALID_READ_INDEX
Record has invalid index for read.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_DELETE_INDEX

static final int E_SPATIAL_ANALYST_INVALID_DELETE_INDEX
Record has invalid index for deletion.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TABLE_NOT_CREATED

static final int E_SPATIAL_ANALYST_TABLE_NOT_CREATED
Unable to create output table.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_DUPLICATES

static final int E_SPATIAL_ANALYST_NO_DUPLICATES
Unable to add duplicate record.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_CONVERTTOCOVERAGE

static final int E_SPATIAL_ANALYST_NO_CONVERTTOCOVERAGE
Unable to convert to coverage.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NOT_FEATURE_CLASS

static final int E_SPATIAL_ANALYST_NOT_FEATURE_CLASS
Not feature class data.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NULL_OBJECT

static final int E_SPATIAL_ANALYST_NULL_OBJECT
Null object.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_RECLASS_BY_SELECT

static final int E_SPATIAL_ANALYST_RECLASS_BY_SELECT
Could not reclass on selection set.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FEAT_SEARCH_CURSOR

static final int E_SPATIAL_ANALYST_FEAT_SEARCH_CURSOR
Could not get search cursor on feature.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_EXTRACT_VARARR

static final int E_SPATIAL_ANALYST_EXTRACT_VARARR
Could not convert variant array to long.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_UNBIND_RASTER

static final int E_SPATIAL_ANALYST_UNBIND_RASTER
Unable to unbind raster.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_UNARY_OPERATION

static final int E_SPATIAL_ANALYST_UNARY_OPERATION
Unary operation failed.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_BINARY_OPERATION

static final int E_SPATIAL_ANALYST_BINARY_OPERATION
Binary operation failed.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_FILTER_TYPE

static final int E_SPATIAL_ANALYST_INVALID_FILTER_TYPE
Invalid filter type.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_STRING_FIELD_NOT_ALLOWED

static final int E_SPATIAL_ANALYST_STRING_FIELD_NOT_ALLOWED
String field not allowed.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_BAD_FIELD_INDEX

static final int E_SPATIAL_ANALYST_BAD_FIELD_INDEX
The field index is invalid.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_GEOMETRY

static final int E_SPATIAL_ANALYST_INVALID_GEOMETRY
Not supported geometry.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_OPEN_RDS_FAIL

static final int E_SPATIAL_ANALYST_OPEN_RDS_FAIL
Unable to open raster dataset.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REFERENCE_FAILED

static final int E_SPATIAL_ANALYST_REFERENCE_FAILED
Could not reference grid.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_CREATE_WORKSPACENAME

static final int E_SPATIAL_ANALYST_CREATE_WORKSPACENAME
Could not create workspace name.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_STRING_FIELD

static final int E_SPATIAL_ANALYST_NO_STRING_FIELD
No string field.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_MIXED_FILE

static final int E_SPATIAL_ANALYST_REMAP_MIXED_FILE
Mixed remap records.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_BAD_SVALUE

static final int E_SPATIAL_ANALYST_REMAP_BAD_SVALUE
Invalid single value remap record.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_FILL_SREMAP

static final int E_SPATIAL_ANALYST_REMAP_FILL_SREMAP
Could not populate string remap.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_NEED_STYPE

static final int E_SPATIAL_ANALYST_REMAP_NEED_STYPE
String remap type needed.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_NEED_NTYPE

static final int E_SPATIAL_ANALYST_REMAP_NEED_NTYPE
Number remap type needed.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_INVALID_FIND_INDEX

static final int E_SPATIAL_ANALYST_REMAP_INVALID_FIND_INDEX
Unable to find record by index.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_RECORD_NOT_FOUND

static final int E_SPATIAL_ANALYST_REMAP_RECORD_NOT_FOUND
Unable to find record.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_OVERLAP_CONFLICT

static final int E_SPATIAL_ANALYST_REMAP_OVERLAP_CONFLICT
Overlap conflict.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_SIMPLE_CONFLICT

static final int E_SPATIAL_ANALYST_REMAP_SIMPLE_CONFLICT
Simple conflict.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_DUPLICATE_RECORD

static final int E_SPATIAL_ANALYST_REMAP_DUPLICATE_RECORD
Duplicate remap record.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_FREE_RECORDS

static final int E_SPATIAL_ANALYST_REMAP_FREE_RECORDS
Unable to free remap objects.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_NAME_FROM_PATH

static final int E_SPATIAL_ANALYST_INVALID_NAME_FROM_PATH
Invalid name obtained from path.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_OUTPUT_EXISTS

static final int E_SPATIAL_ANALYST_OUTPUT_EXISTS
Output file exists.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_SAVEAS

static final int E_SPATIAL_ANALYST_SAVEAS
Could not save dataset as specified.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_SPREF

static final int E_SPATIAL_ANALYST_NO_SPREF
Could not get spatial reference.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_EXTENT

static final int E_SPATIAL_ANALYST_NO_EXTENT
Could not get extent.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_EVALEXP

static final int E_SPATIAL_ANALYST_NO_EVALEXP
No valid evaluation expression.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NOT_EVALUATED

static final int E_SPATIAL_ANALYST_NOT_EVALUATED
No valid evaluation expression.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_ADDITEM_FAILED

static final int E_SPATIAL_ANALYST_ADDITEM_FAILED
Unable to add item to table.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_DATASET

static final int E_SPATIAL_ANALYST_NO_DATASET
Could not get dataset.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_SAVEAS_FAILED

static final int E_SPATIAL_ANALYST_SAVEAS_FAILED
Error while performing a SaveAs.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NOT_INTEGER

static final int E_SPATIAL_ANALYST_NOT_INTEGER
Input dataset is not integer.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_POINT_FILE

static final int E_SPATIAL_ANALYST_NO_POINT_FILE
Unable to open point file.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_CREATE_GRID

static final int E_SPATIAL_ANALYST_CREATE_GRID
Unable to create grid.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_ANALYSIS_WINDOW

static final int E_SPATIAL_ANALYST_ANALYSIS_WINDOW
Could not set analysis window.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INIT_SAMPLE_LIST

static final int E_SPATIAL_ANALYST_INIT_SAMPLE_LIST
Unable to initialize sample list.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_ESTIMATE_SEMIVAR

static final int E_SPATIAL_ANALYST_ESTIMATE_SEMIVAR
Unable to estimate semi-variogram.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_WRITE_UNABLE

static final int E_SPATIAL_ANALYST_WRITE_UNABLE
Unable to write output.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_FIELD

static final int E_SPATIAL_ANALYST_INVALID_FIELD
Invalid field name.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_SEMIVAR_TYPE

static final int E_SPATIAL_ANALYST_INVALID_SEMIVAR_TYPE
Invalid semi-variogram type.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_COMPOSE_EXPR

static final int E_SPATIAL_ANALYST_COMPOSE_EXPR
Could not compose grid expression.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FIELD_NOT_ADDED

static final int E_SPATIAL_ANALYST_FIELD_NOT_ADDED
Unable to add field.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_HIST_FREQUENCY

static final int E_SPATIAL_ANALYST_HIST_FREQUENCY
Unable to compute frequency.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_LICENSENOTAVAILABLE

static final int E_SPATIAL_ANALYST_LICENSENOTAVAILABLE
Spatial Analyst License not available.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_WASNOTACTIVATED

static final int E_SPATIAL_ANALYST_WASNOTACTIVATED
Spatial Analyst Extension wasn't activated.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_SHAREDLICENSENOTAVAILABLE

static final int E_SPATIAL_ANALYST_SHAREDLICENSENOTAVAILABLE
Nor Spatial Analyst nor 3D Analyst Licenses are available.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_SHAREDWASNOTACTIVATED

static final int E_SPATIAL_ANALYST_SHAREDWASNOTACTIVATED
Nor Spatial Analyst nor 3D Analyst Extensions was activated.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_EMPTY_RASTER

static final int E_SPATIAL_ANALYST_EMPTY_RASTER
Empty Raster - No RasterBand in it.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_BIND_SYMBOL_MISMATCH

static final int E_SPATIAL_ANALYST_BIND_SYMBOL_MISMATCH
Unable to match string for binding.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NULL_FEATURE_COUNT

static final int E_SPATIAL_ANALYST_NULL_FEATURE_COUNT
No features found.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_CANCEL_OP

static final int E_SPATIAL_ANALYST_CANCEL_OP
Operation cancelled.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NODATA_RASTER

static final int E_SPATIAL_ANALYST_NODATA_RASTER
Raster has only nodata.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_STATSTYPE

static final int E_SPATIAL_ANALYST_INVALID_STATSTYPE
Invalid statistics type for the method.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_JOINEDFIELD

static final int E_SPATIAL_ANALYST_NO_JOINEDFIELD
Unable to support a joined field.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_SUPPORT

static final int E_SPATIAL_ANALYST_NO_SUPPORT
Operation not supported.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_OUTRFORMAT

static final int E_SPATIAL_ANALYST_INVALID_OUTRFORMAT
Unsupported output raster format.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_GEODATASET

static final int E_SPATIAL_ANALYST_INVALID_GEODATASET
Invalid input geodataset (Layer, Tin, etc.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_NAMEFORGRIDENG

static final int E_SPATIAL_ANALYST_INVALID_NAMEFORGRIDENG
Invalid output name for grid, stack or shapefile (space in the base name).

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_BASETABLE

static final int E_SPATIAL_ANALYST_NO_BASETABLE
Could not get base table.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_RECS_WITH_QFILTER

static final int E_SPATIAL_ANALYST_NO_RECS_WITH_QFILTER
No records found with specified query filter.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_COMMAND

static final int E_SPATIAL_ANALYST_INVALID_COMMAND
Invalid grid command or expression.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_UNSUPPORTED_FEAT_INPUT

static final int E_SPATIAL_ANALYST_UNSUPPORTED_FEAT_INPUT
Feature inputs not supported.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_PRJS_FOR_CURVATURE

static final int E_SPATIAL_ANALYST_INVALID_PRJS_FOR_CURVATURE
Incompatible projections for curvature.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_BAND_COUNT

static final int E_SPATIAL_ANALYST_INVALID_BAND_COUNT
Invalid band count.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_FILE_NAME

static final int E_SPATIAL_ANALYST_NO_FILE_NAME
File name not provided.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_OUT_FILE_EXISTS

static final int E_SPATIAL_ANALYST_OUT_FILE_EXISTS
Output file exists.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_REJECT_FRACTION

static final int E_SPATIAL_ANALYST_INVALID_REJECT_FRACTION
Invalid rejection fraction.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_COMPONENT_COUNT

static final int E_SPATIAL_ANALYST_INVALID_COMPONENT_COUNT
Invalid principal component count.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_SREMAP_NO_STRING_FIELD

static final int E_SPATIAL_ANALYST_SREMAP_NO_STRING_FIELD
String remap has no string field.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NREMAP_HAS_STRING_FIELD

static final int E_SPATIAL_ANALYST_NREMAP_HAS_STRING_FIELD
Number remap has string field.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_REMAP_UNSORTED

static final int E_SPATIAL_ANALYST_REMAP_UNSORTED
Unsorted remap values.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_NOT_POSITIVE

static final int E_SPATIAL_ANALYST_TOPO_NOT_POSITIVE
Not a positive value.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_NOT_NONNEGATIVE

static final int E_SPATIAL_ANALYST_TOPO_NOT_NONNEGATIVE
Not a non-negative value.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_UNKNOWN_KEYWORD

static final int E_SPATIAL_ANALYST_TOPO_UNKNOWN_KEYWORD
Unknown keyword.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_BAD_CONTOUR_OPTION

static final int E_SPATIAL_ANALYST_TOPO_BAD_CONTOUR_OPTION
Bad contour option.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_NO_ELEVDATA

static final int E_SPATIAL_ANALYST_TOPO_NO_ELEVDATA
Not a point elevation data.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_MISS_VALUE

static final int E_SPATIAL_ANALYST_TOPO_MISS_VALUE
Missing a value.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_INVALID_ZLIMITS

static final int E_SPATIAL_ANALYST_TOPO_INVALID_ZLIMITS
Invalid z limit.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NOT_GRID

static final int E_SPATIAL_ANALYST_NOT_GRID
Not an Esri Grid.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_OBSV_UNSUPPORTED_GEOMETRY

static final int E_SPATIAL_ANALYST_OBSV_UNSUPPORTED_GEOMETRY
This geometry is not supported for the 'observers' option.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_OBSV_EXCESS_POINTS

static final int E_SPATIAL_ANALYST_OBSV_EXCESS_POINTS
Too many points. Maximum number allowed is 16.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_FIELD_EXISTS

static final int E_SPATIAL_ANALYST_FIELD_EXISTS
Field already exists.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_COVERAGE_SUPPORT

static final int E_SPATIAL_ANALYST_NO_COVERAGE_SUPPORT
Coverage inputs/outputs are not supported.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_RESERVED_FIELD_EXISTS

static final int E_SPATIAL_ANALYST_RESERVED_FIELD_EXISTS
Reserved field name found in attribute table.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_SIMPLE_POLY_SUPPORT

static final int E_SPATIAL_ANALYST_SIMPLE_POLY_SUPPORT
Only simple polygon geometry is supported.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_HDR_FILE_NOT_FOUND

static final int E_SPATIAL_ANALYST_HDR_FILE_NOT_FOUND
Associated header file not found.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_READ_ERROR

static final int E_SPATIAL_ANALYST_READ_ERROR
Error encountered during read.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_CONTOUR_TOOMANY_POINTS

static final int E_SPATIAL_ANALYST_TOPO_CONTOUR_TOOMANY_POINTS
Too many points in a contour polyline.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_STREAM_TOOMANY_POINTS

static final int E_SPATIAL_ANALYST_TOPO_STREAM_TOOMANY_POINTS
Too many points in a stream polyline.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_BOUND_TOOMANY_POINTS

static final int E_SPATIAL_ANALYST_TOPO_BOUND_TOOMANY_POINTS
Too many points in a boundary polygon.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_TOPO_LAKE_TOOMANY_POINTS

static final int E_SPATIAL_ANALYST_TOPO_LAKE_TOOMANY_POINTS
Too many points in a lake polygon.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_GRID_EXECUTE

static final int E_SPATIAL_ANALYST_GRID_EXECUTE
xxx.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_SYNTAX_ERROR

static final int E_SPATIAL_ANALYST_SYNTAX_ERROR
xxx.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_MEMORY_ALLOC

static final int E_SPATIAL_ANALYST_MEMORY_ALLOC
xxx.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_PRJ_NOTMACTH

static final int E_SPATIAL_ANALYST_PRJ_NOTMACTH
xxx.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_PRJ_COPY

static final int E_SPATIAL_ANALYST_PRJ_COPY
xxx.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_NO_ATTRIB_TABLE

static final int E_SPATIAL_ANALYST_NO_ATTRIB_TABLE
???.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_OUTPUT_EXTENT

static final int E_SPATIAL_ANALYST_INVALID_OUTPUT_EXTENT
???.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_EXPRESSION_TOO_LONG

static final int E_SPATIAL_ANALYST_EXPRESSION_TOO_LONG
Evaluation expression is longer than 4096 characters. Output will not be created.

See Also:
Constant Field Values

E_SPATIAL_ANALYST_INVALID_NUMERIC_FIELD_LEN

static final int E_SPATIAL_ANALYST_INVALID_NUMERIC_FIELD_LEN
Numeric field lengths must be less than or equal to 19.

See Also:
Constant Field Values