com.esri.arcgis.spatialanalyst
Interface IGPSACellSize

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSACellSize, IGPSACellSizeProxy

public interface IGPSACellSize
extends java.io.Serializable

COM Interface 'IGPSACellSize'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to cellszie control for GP Spatial Analyst.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb14fc0a9_2619_4114_aefe_6b970bb28fa1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getCellSize(int[] envType)
          Gets the type and value of cell size in the GP Spatial Analyst.
 void setCellSize(int envType, java.lang.Object cellSizeProvider)
          Sets the type and value of cell size in the GP Spatial Analyst.
 

Field Detail

IIDb14fc0a9_2619_4114_aefe_6b970bb28fa1

static final int IIDb14fc0a9_2619_4114_aefe_6b970bb28fa1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCellSize

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

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

getCellSize

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

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