com.esri.arcgis.datasourcesraster
Interface ICellSizeLevel2

All Superinterfaces:
ICellSizeLevel, Serializable
All Known Implementing Classes:
CellSizeLevel

public interface ICellSizeLevel2
extends ICellSizeLevel, Serializable

Provides access to members that control a cell size level.

Product Availability

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


Method Summary
 int getCategory()
          The category associated with the cell size level.
 void setCategory(int pCategory)
          The category associated with the cell size level.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ICellSizeLevel
getCellSize, getGeometry, getID, getMaximumCellSize, getMinimumCellSize, setCellSize, setGeometryByRef, setID, setMaximumCellSize, setMinimumCellSize
 

Method Detail

setCategory

void setCategory(int pCategory)
                 throws IOException,
                        AutomationException
The category associated with the cell size level.

Product Availability

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

Parameters:
pCategory - A com.esri.arcgis.datasourcesraster.esriCellSizeLevelCategory constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCategory

int getCategory()
                throws IOException,
                       AutomationException
The category associated with the cell size level.

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesraster.esriCellSizeLevelCategory constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.