com.esri.arcgis.datasourcesraster
Interface ISeamlineModifierInit

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClipFootprintToMosaic, ISeamlineModifierInitProxy, RasterRouteFinder, SeamlineByEdge

public interface ISeamlineModifierInit
extends Serializable

Provides access to members that control initialization of a seamline modifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IMosaicDataset getMosaicDataset()
          The mosaic dataset for which seamlines are being computed.
 void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
          The mosaic dataset for which seamlines are being computed.
 

Method Detail

setMosaicDatasetByRef

void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
                           throws IOException,
                                  AutomationException
The mosaic dataset for which seamlines are being computed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMosaicDataset

IMosaicDataset getMosaicDataset()
                                throws IOException,
                                       AutomationException
The mosaic dataset for which seamlines are being computed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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