public interface IMosaicOperator
extends java.io.Serializable
Description: 'Provides access to members that control custom mosaic operators.' 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 |
IID7d94e2c9_cd9a_41a6_bb5b_64ef0e7f784d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getProperties()
Mosaic operator properties.
|
void |
init(int nBands,
int nBlockCols,
int nBlockRows)
Initializes a mosaic operator.
|
void |
operate(int x,
int y,
int v1,
int[] v2)
Operates on two integer values and returns a new one.
|
void |
setCurrentBand(int rhs1)
The current band index.
|
void |
setProperties(IPropertySet ppProperties)
Mosaic operator properties.
|
static final int IID7d94e2c9_cd9a_41a6_bb5b_64ef0e7f784d
static final int xxDummy
static final java.lang.String IID
IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProperties(IPropertySet ppProperties) throws java.io.IOException, AutomationException
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void init(int nBands, int nBlockCols, int nBlockRows) throws java.io.IOException, AutomationException
nBands
- The nBands (in)nBlockCols
- The nBlockCols (in)nBlockRows
- The nBlockRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCurrentBand(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void operate(int x, int y, int v1, int[] 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.