com.esri.arcgis.datasourcesraster
Interface esriRaster3DToRasterFunctionErrors

All Superinterfaces:
Serializable

public interface esriRaster3DToRasterFunctionErrors
extends Serializable

Error codes related to 3D to raster functions.

Product Availability

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


Field Summary
static int E_3D_TO_RASTER_FUNCTIONS__CELL_SIZE_TOO_SMALL_FOR_CACHING
           
static int E_3D_TO_RASTER_FUNCTIONS__DIFFERENT_SPATIAL_REFERENCES
           
static int E_3D_TO_RASTER_FUNCTIONS__MISSING_3DANALYST_LICENSE
           
static int E_3D_TO_RASTER_FUNCTIONS__MISSING_SPATIAL_REFERENCE
           
static int E_3D_TO_RASTER_FUNCTIONS__SPATIAL_REFERENCE_IN_WKT_FORMAT_DETECTED
           
 

Field Detail

E_3D_TO_RASTER_FUNCTIONS__MISSING_SPATIAL_REFERENCE

static final int E_3D_TO_RASTER_FUNCTIONS__MISSING_SPATIAL_REFERENCE
See Also:
Constant Field Values

E_3D_TO_RASTER_FUNCTIONS__MISSING_3DANALYST_LICENSE

static final int E_3D_TO_RASTER_FUNCTIONS__MISSING_3DANALYST_LICENSE
See Also:
Constant Field Values

E_3D_TO_RASTER_FUNCTIONS__DIFFERENT_SPATIAL_REFERENCES

static final int E_3D_TO_RASTER_FUNCTIONS__DIFFERENT_SPATIAL_REFERENCES
See Also:
Constant Field Values

E_3D_TO_RASTER_FUNCTIONS__CELL_SIZE_TOO_SMALL_FOR_CACHING

static final int E_3D_TO_RASTER_FUNCTIONS__CELL_SIZE_TOO_SMALL_FOR_CACHING
See Also:
Constant Field Values

E_3D_TO_RASTER_FUNCTIONS__SPATIAL_REFERENCE_IN_WKT_FORMAT_DETECTED

static final int E_3D_TO_RASTER_FUNCTIONS__SPATIAL_REFERENCE_IN_WKT_FORMAT_DETECTED
See Also:
Constant Field Values