com.esri.arcgis.spatialanalyst
Interface IGPSACellSize

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPSACellSize

public interface IGPSACellSize
extends Serializable

Provides access to cellszie control for GP Spatial Analyst.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.


Method Summary
 double getCellSize(int[] envType)
          Gets the type and value of cell size in the GP Spatial Analyst.
 void setCellSize(int envType, Object cellSizeProvider)
          Sets the type and value of cell size in the GP Spatial Analyst.
 

Method Detail

setCellSize

void setCellSize(int envType,
                 Object cellSizeProvider)
                 throws IOException,
                        AutomationException
Sets the type and value of cell size in the GP Spatial Analyst.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Parameters:
envType - A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)
cellSizeProvider - A Variant (in, optional, pass null if not required)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSize

double getCellSize(int[] envType)
                   throws IOException,
                          AutomationException
Gets the type and value of cell size in the GP Spatial Analyst.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Parameters:
envType - A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)
Returns:
The cellSize
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.