|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicFunctionArguments
Provides access to members that control mosaic function arguments.
Method Summary | |
---|---|
Object |
getBoundary()
The mosaic boundary. |
Object |
getCatalog()
The source catalog. |
Object |
getDodgingTable()
The color mapping information for color correction. |
IRasterInfo |
getRasterInfo()
The raster info. |
Object |
getSeamline()
The mosaic seamline table. |
Object |
getStereoTable()
The stereo pair table. |
void |
setBoundaryByRef(Object ppBoundary)
The mosaic boundary. |
void |
setCatalogByRef(Object ppCatalog)
The source catalog. |
void |
setDodgingTableByRef(Object ppDodgingTable)
The color mapping information for color correction. |
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The raster info. |
void |
setSeamlineByRef(Object ppSeamline)
The mosaic seamline table. |
void |
setStereoTableByRef(Object ppStereoTable)
The stereo pair table. |
Method Detail |
---|
Object getCatalog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCatalogByRef(Object ppCatalog) throws IOException, AutomationException
ppCatalog
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getSeamline() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSeamlineByRef(Object ppSeamline) throws IOException, AutomationException
ppSeamline
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getBoundary() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundaryByRef(Object ppBoundary) throws IOException, AutomationException
ppBoundary
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDodgingTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDodgingTableByRef(Object ppDodgingTable) throws IOException, AutomationException
ppDodgingTable
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterInfo getRasterInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws IOException, AutomationException
ppRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getStereoTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStereoTableByRef(Object ppStereoTable) throws IOException, AutomationException
ppStereoTable
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |