|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSACellSize
Provides access to cellszie control for GP Spatial Analyst.
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 |
---|
void setCellSize(int envType, Object cellSizeProvider) throws IOException, AutomationException
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)cellSizeProvider
- A Variant (in, optional, pass null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCellSize(int[] envType) throws IOException, AutomationException
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |