public interface IMosaicFunctionArguments
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1a16c6f0_8f1c_498e_81af_26d50a8dddd3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID1a16c6f0_8f1c_498e_81af_26d50a8dddd3
static final int xxDummy
static final java.lang.String IID
java.lang.Object getCatalog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCatalogByRef(java.lang.Object ppCatalog) throws java.io.IOException, AutomationException
ppCatalog
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getSeamline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSeamlineByRef(java.lang.Object ppSeamline) throws java.io.IOException, AutomationException
ppSeamline
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getBoundary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBoundaryByRef(java.lang.Object ppBoundary) throws java.io.IOException, AutomationException
ppBoundary
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDodgingTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDodgingTableByRef(java.lang.Object ppDodgingTable) throws java.io.IOException, AutomationException
ppDodgingTable
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws java.io.IOException, AutomationException
ppRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getStereoTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStereoTableByRef(java.lang.Object ppStereoTable) throws java.io.IOException, AutomationException
ppStereoTable
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.