com.esri.arcgis.geoprocessing
Interface IGPRasterBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRasterBuilder, IGPRasterBuilderProxy

public interface IGPRasterBuilder
extends java.io.Serializable

COM Interface 'IGPRasterBuilder'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

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 IIDcee2318a_ee01_454f_8aaf_ade9e4df9ad6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterType getRasterType()
          The embedded raster builder.
 void setRasterTypeByRef(IRasterType ppRasterType)
          The embedded raster builder.
 

Field Detail

IIDcee2318a_ee01_454f_8aaf_ade9e4df9ad6

static final int IIDcee2318a_ee01_454f_8aaf_ade9e4df9ad6
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

getRasterType

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

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

setRasterTypeByRef

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

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