com.esri.arcgis.datasourcesraster
Interface IMosaicFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMosaicFunctionArguments2
All Known Implementing Classes:
IMosaicFunctionArguments2Proxy, IMosaicFunctionArgumentsProxy, MosaicFunctionArguments

public interface IMosaicFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control mosaic function arguments.' 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 IID1a16c6f0_8f1c_498e_81af_26d50a8dddd3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getBoundary()
          The mosaic boundary.
 java.lang.Object getCatalog()
          The source catalog.
 java.lang.Object getDodgingTable()
          The color mapping information for color correction.
 IRasterInfo getRasterInfo()
          The raster info.
 java.lang.Object getSeamline()
          The mosaic seamline table.
 java.lang.Object getStereoTable()
          The stereo pair table.
 void setBoundaryByRef(java.lang.Object ppBoundary)
          The mosaic boundary.
 void setCatalogByRef(java.lang.Object ppCatalog)
          The source catalog.
 void setDodgingTableByRef(java.lang.Object ppDodgingTable)
          The color mapping information for color correction.
 void setRasterInfoByRef(IRasterInfo ppRasterInfo)
          The raster info.
 void setSeamlineByRef(java.lang.Object ppSeamline)
          The mosaic seamline table.
 void setStereoTableByRef(java.lang.Object ppStereoTable)
          The stereo pair table.
 

Field Detail

IID1a16c6f0_8f1c_498e_81af_26d50a8dddd3

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

getCatalog

java.lang.Object getCatalog()
                            throws java.io.IOException,
                                   AutomationException
The source catalog.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCatalogByRef

void setCatalogByRef(java.lang.Object ppCatalog)
                     throws java.io.IOException,
                            AutomationException
The source catalog.

Parameters:
ppCatalog - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeamline

java.lang.Object getSeamline()
                             throws java.io.IOException,
                                    AutomationException
The mosaic seamline table.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSeamlineByRef

void setSeamlineByRef(java.lang.Object ppSeamline)
                      throws java.io.IOException,
                             AutomationException
The mosaic seamline table.

Parameters:
ppSeamline - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundary

java.lang.Object getBoundary()
                             throws java.io.IOException,
                                    AutomationException
The mosaic boundary.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBoundaryByRef

void setBoundaryByRef(java.lang.Object ppBoundary)
                      throws java.io.IOException,
                             AutomationException
The mosaic boundary.

Parameters:
ppBoundary - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDodgingTable

java.lang.Object getDodgingTable()
                                 throws java.io.IOException,
                                        AutomationException
The color mapping information for color correction.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDodgingTableByRef

void setDodgingTableByRef(java.lang.Object ppDodgingTable)
                          throws java.io.IOException,
                                 AutomationException
The color mapping information for color correction.

Parameters:
ppDodgingTable - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterInfo

IRasterInfo getRasterInfo()
                          throws java.io.IOException,
                                 AutomationException
The raster info.

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

setRasterInfoByRef

void setRasterInfoByRef(IRasterInfo ppRasterInfo)
                        throws java.io.IOException,
                               AutomationException
The raster info.

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

getStereoTable

java.lang.Object getStereoTable()
                                throws java.io.IOException,
                                       AutomationException
The stereo pair table.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStereoTableByRef

void setStereoTableByRef(java.lang.Object ppStereoTable)
                         throws java.io.IOException,
                                AutomationException
The stereo pair table.

Parameters:
ppStereoTable - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.