public interface IRasterBuilder3 extends IRasterBuilder2, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc8cda4c3_da95_4eb9_9c3d_d8d11889c4aa |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDec840d20_97c0_40a6_b86a_05179c79a745
IIDb2e3f2d4_5182_4299_aff5_41e5c9017d4f
Modifier and Type | Method and Description |
---|---|
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.
|
canBuild, isCanMergeItems, isMergeItems, setMergeItems, validate
beginConstruction, build, constructURIs, endConstruction, getAuxiliaryFieldAlias, getAuxiliaryFields, getNextURI, getProperties, getRecommendedCrawler, isCanBuildInPlace, isStale, setAuxiliaryFieldAliasByRef, setAuxiliaryFieldsByRef, setPropertiesByRef
static final int IIDc8cda4c3_da95_4eb9_9c3d_d8d11889c4aa
static final int xxDummy
static final java.lang.String IID
void reviewItemURI(IItemURI pItemURI) throws java.io.IOException, AutomationException
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reviewBuilderItem(IBuilderItem pBuilderItem) throws java.io.IOException, AutomationException
pBuilderItem
- A reference to a com.esri.arcgis.datasourcesraster.IBuilderItem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMultidimensionalInfo getMultidimensionalInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMultidimensionalInfoByRef(IMultidimensionalInfo ppMultidimensionalInfo) throws java.io.IOException, AutomationException
ppMultidimensionalInfo
- A reference to a com.esri.arcgis.geodatabase.IMultidimensionalInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean canUpdate(IRasterFunctionTemplate pFunctionTemplate) throws java.io.IOException, AutomationException
pFunctionTemplate
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void update(IItemURI pItemURI, IRasterFunctionTemplate pFunctionTemplate, IPropertySet pArguments) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.