com.esri.arcgis.datasourcesraster
Interface ISeamlineModifier

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClipFootprintToMosaic, ISeamlineModifierProxy, RasterRouteFinder, SeamlineByEdge

public interface ISeamlineModifier
extends java.io.Serializable

COM Interface 'ISeamlineModifier'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a seamline modifier.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID655e1cf3_c906_4ec9_8e92_289b9b256cb5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo, ITrackCancel pTrackCancel)
          Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.
 

Field Detail

IID655e1cf3_c906_4ec9_8e92_289b9b256cb5

static final int IID655e1cf3_c906_4ec9_8e92_289b9b256cb5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

update

IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo,
                 ITrackCancel pTrackCancel)
                 throws java.io.IOException,
                        AutomationException
Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.