com.esri.arcgis.datasourcesraster
Interface ISeamlineModifier
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ClipFootprintToMosaic, ISeamlineModifierProxy, RasterRouteFinder
public interface ISeamlineModifier
- extends Serializable
Provides access to members that control a seamline modifier.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
update
IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo,
ITrackCancel pTrackCancel)
throws IOException,
AutomationException
- Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pSeamlineTaskInfo
- A reference to a com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
- Returns:
- A reference to a com.esri.arcgis.geometry.IGeometry
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.