com.esri.arcgis.geoprocessing
Interface IGPRasterBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPRasterBuilder

public interface IGPRasterBuilder
extends Serializable

Product Availability

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


Method Summary
 IRasterType getRasterType()
          The embedded raster builder.
 void setRasterTypeByRef(IRasterType ppRasterType)
          The embedded raster builder.
 

Method Detail

getRasterType

IRasterType getRasterType()
                          throws IOException,
                                 AutomationException
The embedded raster builder.

Product Availability

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

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

setRasterTypeByRef

void setRasterTypeByRef(IRasterType ppRasterType)
                        throws IOException,
                               AutomationException
The embedded raster builder.

Product Availability

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

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