public interface IMosaicFunction2 extends IMosaicFunction, java.io.Serializable
Description: 'Provides access to members that control mosaic function.' 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 |
IID9beaef50_906f_4bb9_a693_92c9a63baabc |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2e7a3bb4_76e1_4b84_a359_68233d60450a
Modifier and Type | Method and Description |
---|---|
IRaster |
getBackgroundRaster()
The background raster.
|
int |
getBlendingWidth()
The blending width for Blend mosaic operator.
|
boolean |
isClipToBoundary()
Indicates if the mosaic dataset will be clipped to its boundary.
|
boolean |
isFootprintMayContainNoData()
Indicates whether the footprint geometry associated with each raster may contain NoData pixels.
|
void |
setBackgroundRasterByRef(IRaster ppRaster)
The background raster.
|
void |
setBlendingWidth(int pWidth)
The blending width for Blend mosaic operator.
|
void |
setClipToBoundary(boolean pClipping)
Indicates if the mosaic dataset will be clipped to its boundary.
|
void |
setFootprintMayContainNoData(boolean pbFootprintMayContainNoData)
Indicates whether the footprint geometry associated with each raster may contain NoData pixels.
|
constructQueryExpression, getCatalog, getCellsizeFieldName, getDefinitionExpression, getDefinitionFIDs, getDefinitionGeometry, getFIDs, getFootprintSymbol, getLockRasterFieldName, getLockRasterID, getLODFieldName, getLODInfos, getMaxCellsizeFieldIndex, getMaxCellsizeFieldName, getMaximumVisibleCellsize, getMaxMosaicImageCount, getMinCellsizeFieldIndex, getMinCellsizeFieldName, getMosaicMethod, getMosaicOperator, getMosaicOperatorType, getOrderByBaseValue, getOrderByFieldName, getRasterFieldIndex, getRasterFieldName, getViewpoint, getWhereClause, isApplyColorCorrection, isAscending, isClipToFootprint, isDrawFootprint, isVisible, lockCellsize, search, setApplyColorCorrection, setAscending, setCellsizeFieldName, setClipToFootprint, setDefinitionExpression, setDefinitionFIDsByRef, setDefinitionGeometryByRef, setDrawFootprint, setFIDsByRef, setFootprintSymbolByRef, setLockRasterFieldName, setLockRasterID, setLODFieldName, setLODInfosByRef, setMaxCellsizeFieldName, setMaximumVisibleCellsize, setMaxMosaicImageCount, setMinCellsizeFieldName, setMosaicMethod, setMosaicOperatorByRef, setMosaicOperatorType, setOrderByBaseValue, setOrderByFieldName, setRasterFieldName, setViewpointByRef, setWhereClause, unlockCellsize
static final int IID9beaef50_906f_4bb9_a693_92c9a63baabc
static final int xxDummy
static final java.lang.String IID
boolean isClipToBoundary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClipToBoundary(boolean pClipping) throws java.io.IOException, AutomationException
pClipping
- The pClipping (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster getBackgroundRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBackgroundRasterByRef(IRaster ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getBlendingWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBlendingWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFootprintMayContainNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFootprintMayContainNoData(boolean pbFootprintMayContainNoData) throws java.io.IOException, AutomationException
pbFootprintMayContainNoData
- The pbFootprintMayContainNoData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.