com.esri.arcgis.datasourcesraster
Interface IRasterBuilder3

All Superinterfaces:
IRasterBuilder, IRasterBuilder2, java.io.Serializable
All Known Implementing Classes:
IRasterBuilder3Proxy, RasterDatasetBuilder

public interface IRasterBuilder3
extends IRasterBuilder2, java.io.Serializable

COM Interface 'IRasterBuilder3'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a raster builder.' 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 IIDc8cda4c3_da95_4eb9_9c3d_d8d11889c4aa
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder2
IIDec840d20_97c0_40a6_b86a_05179c79a745
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder
IIDb2e3f2d4_5182_4299_aff5_41e5c9017d4f
 
Method Summary
 boolean canUpdate(IRasterFunctionTemplate pFunctionTemplate)
          Indicates whether the raster builder is capable of updating a raster function template.
 IMultidimensionalInfo getMultidimensionalInfo()
          The multidimensional info object associated with the raster builder.
 void reviewBuilderItem(IBuilderItem pBuilderItem)
          Review and (optionally) update the final builder item generated by the parent raster type.
 void reviewItemURI(IItemURI pItemURI)
          Review and (optionally) update the final item URI constructed by the parent raster type.
 void setMultidimensionalInfoByRef(IMultidimensionalInfo ppMultidimensionalInfo)
          The multidimensional info object associated with the raster builder.
 void update(IItemURI pItemURI, IRasterFunctionTemplate pFunctionTemplate, IPropertySet pArguments)
          Updates the specified function template and template arguments using information associated with the specified item URI.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder2
canBuild, isCanMergeItems, isMergeItems, setMergeItems, validate
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder
beginConstruction, build, constructURIs, endConstruction, getAuxiliaryFieldAlias, getAuxiliaryFields, getNextURI, getProperties, getRecommendedCrawler, isCanBuildInPlace, isStale, setAuxiliaryFieldAliasByRef, setAuxiliaryFieldsByRef, setPropertiesByRef
 

Field Detail

IIDc8cda4c3_da95_4eb9_9c3d_d8d11889c4aa

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

reviewItemURI

void reviewItemURI(IItemURI pItemURI)
                   throws java.io.IOException,
                          AutomationException
Review and (optionally) update the final item URI constructed by the parent raster type.

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

reviewBuilderItem

void reviewBuilderItem(IBuilderItem pBuilderItem)
                       throws java.io.IOException,
                              AutomationException
Review and (optionally) update the final builder item generated by the parent raster type.

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

getMultidimensionalInfo

IMultidimensionalInfo getMultidimensionalInfo()
                                              throws java.io.IOException,
                                                     AutomationException
The multidimensional info object associated with the raster builder. The information contained within this object is updated each time a new item is built.

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

setMultidimensionalInfoByRef

void setMultidimensionalInfoByRef(IMultidimensionalInfo ppMultidimensionalInfo)
                                  throws java.io.IOException,
                                         AutomationException
The multidimensional info object associated with the raster builder. The information contained within this object is updated each time a new item is built.

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

canUpdate

boolean canUpdate(IRasterFunctionTemplate pFunctionTemplate)
                  throws java.io.IOException,
                         AutomationException
Indicates whether the raster builder is capable of updating a raster function template.

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

update

void update(IItemURI pItemURI,
            IRasterFunctionTemplate pFunctionTemplate,
            IPropertySet pArguments)
            throws java.io.IOException,
                   AutomationException
Updates the specified function template and template arguments using information associated with the specified item URI. This method allows a raster builder to modify the function template before the output builder item is constructed by the raster type.

Parameters:
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
pFunctionTemplate - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)
pArguments - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.