com.esri.arcgis.geoprocessing
Interface IGPAnalysisCellSizeType

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPAnalysisCellSizeType

public interface IGPAnalysisCellSizeType
extends Serializable

Provides access to the properties/methods of the geoprocessing analysis cellsize data type.

Product Availability

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


Method Summary
 IGPSAGeoDataDomain getDomain()
          The current GPSAGeoDataDomain.
 void setDomainByRef(IGPSAGeoDataDomain ppDomain)
          The current GPSAGeoDataDomain.
 

Method Detail

getDomain

IGPSAGeoDataDomain getDomain()
                             throws IOException,
                                    AutomationException
The current GPSAGeoDataDomain.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDomainByRef

void setDomainByRef(IGPSAGeoDataDomain ppDomain)
                    throws IOException,
                           AutomationException
The current GPSAGeoDataDomain.

Product Availability

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

Parameters:
ppDomain - A reference to a com.esri.arcgis.geoprocessing.IGPSAGeoDataDomain (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.