public interface IMosaicOperator2
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID54c7ec1d_afe2_40ec_87cd_8136364eead6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
operate(int x,
int y,
double v1,
double[] v2)
Operates on two floating-point values and returns a new one.
|
static final int IID54c7ec1d_afe2_40ec_87cd_8136364eead6
static final int xxDummy
static final java.lang.String IID
void operate(int x, int y, double v1, double[] v2) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)v1
- The v1 (in)v2
- The v2 (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.