com.esri.arcgis.datasourcesraster
Interface IMosaicOperator

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

public interface IMosaicOperator
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7d94e2c9_cd9a_41a6_bb5b_64ef0e7f784d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID7d94e2c9_cd9a_41a6_bb5b_64ef0e7f784d

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

getProperties

IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Mosaic operator properties.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperties

void setProperties(IPropertySet ppProperties)
                   throws java.io.IOException,
                          AutomationException
Mosaic operator properties.

Parameters:
ppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

init

void init(int nBands,
          int nBlockCols,
          int nBlockRows)
          throws java.io.IOException,
                 AutomationException
Initializes a mosaic operator.

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

setCurrentBand

void setCurrentBand(int rhs1)
                    throws java.io.IOException,
                           AutomationException
The current band index.

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

operate

void operate(int x,
             int y,
             int v1,
             int[] v2)
             throws java.io.IOException,
                    AutomationException
Operates on two integer 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.