|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicFunction2
Provides access to members that control mosaic function.
Method Summary | |
---|---|
IRaster |
getBackgroundRaster()
The background raster. |
int |
getBlendingWidth()
The blending width in pixels for Blend mosaic operator. |
boolean |
isClipToBoundary()
Indicates if the mosaic dataset will be clipped to its boundary. |
boolean |
isFootprintMayContainNoData()
Indicates whether the footprint geometry associated with each raster may contain NoData pixels. |
void |
setBackgroundRasterByRef(IRaster ppRaster)
The background raster. |
void |
setBlendingWidth(int pWidth)
The blending width in pixels for Blend mosaic operator. |
void |
setClipToBoundary(boolean pClipping)
Indicates if the mosaic dataset will be clipped to its boundary. |
void |
setFootprintMayContainNoData(boolean pbFootprintMayContainNoData)
Indicates whether the footprint geometry associated with each raster may contain NoData pixels. |
Method Detail |
---|
boolean isClipToBoundary() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipToBoundary(boolean pClipping) throws IOException, AutomationException
pClipping
- The pClipping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRaster getBackgroundRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundRasterByRef(IRaster ppRaster) throws IOException, AutomationException
ppRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBlendingWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBlendingWidth(int pWidth) throws IOException, AutomationException
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFootprintMayContainNoData() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFootprintMayContainNoData(boolean pbFootprintMayContainNoData) throws IOException, AutomationException
pbFootprintMayContainNoData
- The pbFootprintMayContainNoData (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 |