com.esri.arcgis.datasourcesraster
Interface IMosaicFunction3

All Superinterfaces:
IMosaicFunction, IMosaicFunction2, java.io.Serializable
All Known Implementing Classes:
IMosaicFunction3Proxy, MosaicFunction

public interface IMosaicFunction3
extends IMosaicFunction2, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9a90a3d9_9ed9_4df3_87b1_f1f563928c98
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicFunction2
IID9beaef50_906f_4bb9_a693_92c9a63baabc
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicFunction
IID2e7a3bb4_76e1_4b84_a359_68233d60450a
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicFunction2
getBackgroundRaster, getBlendingWidth, isClipToBoundary, isFootprintMayContainNoData, setBackgroundRasterByRef, setBlendingWidth, setClipToBoundary, setFootprintMayContainNoData
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicFunction
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
 

Field Detail

IID9a90a3d9_9ed9_4df3_87b1_f1f563928c98

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

getBlendingWidth2

double getBlendingWidth2()
                         throws java.io.IOException,
                                AutomationException
The blending width for Blend mosaic operator.

Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlendingWidth2

void setBlendingWidth2(double pWidth)
                       throws java.io.IOException,
                              AutomationException
The blending width for Blend mosaic operator.

Parameters:
pWidth - The pWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlendingWidthUnits

int getBlendingWidthUnits()
                          throws java.io.IOException,
                                 AutomationException
The units associated with the blending width for Blend mosaic operator.

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

setBlendingWidthUnits

void setBlendingWidthUnits(int units)
                           throws java.io.IOException,
                                  AutomationException
The units associated with the blending width for Blend mosaic operator.

Parameters:
units - A com.esri.arcgis.datasourcesraster.esriBlendWidthUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.