public interface IMosaicFunction3 extends IMosaicFunction2, 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 |
IID9a90a3d9_9ed9_4df3_87b1_f1f563928c98 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9beaef50_906f_4bb9_a693_92c9a63baabc
IID2e7a3bb4_76e1_4b84_a359_68233d60450a
Modifier and Type | Method and Description |
---|---|
double |
getBlendingWidth2()
The blending width for Blend mosaic operator.
|
int |
getBlendingWidthUnits()
The units associated with the blending width for Blend mosaic operator.
|
void |
setBlendingWidth2(double pWidth)
The blending width for Blend mosaic operator.
|
void |
setBlendingWidthUnits(int units)
The units associated with the blending width for Blend mosaic operator.
|
getBackgroundRaster, getBlendingWidth, isClipToBoundary, isFootprintMayContainNoData, setBackgroundRasterByRef, setBlendingWidth, setClipToBoundary, setFootprintMayContainNoData
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 IID9a90a3d9_9ed9_4df3_87b1_f1f563928c98
static final int xxDummy
static final java.lang.String IID
double getBlendingWidth2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBlendingWidth2(double 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.int getBlendingWidthUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBlendingWidthUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.datasourcesraster.esriBlendWidthUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.