com.esri.arcgis.datasourcesraster
Interface IMosaicOperator2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BlendMosaicker, IMosaicOperator2Proxy, MeanMosaicker

public interface IMosaicOperator2
extends java.io.Serializable

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

Description: 'Provides access to members that control a custom mosaic operator.' 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 IID54c7ec1d_afe2_40ec_87cd_8136364eead6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void operate(int x, int y, double v1, double[] v2)
          Operates on two floating-point values and returns a new one.
 

Field Detail

IID54c7ec1d_afe2_40ec_87cd_8136364eead6

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

operate

void operate(int x,
             int y,
             double v1,
             double[] v2)
             throws java.io.IOException,
                    AutomationException
Operates on two floating-point values and returns a new one.

Parameters:
x - The x (in)
y - The y (in)
v1 - The v1 (in)
v2 - The v2 (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.