public interface ISeamlineModifier
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID655e1cf3_c906_4ec9_8e92_289b9b256cb5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
update(ISeamlineTaskInfo pSeamlineTaskInfo,
ITrackCancel pTrackCancel)
Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.
|
static final int IID655e1cf3_c906_4ec9_8e92_289b9b256cb5
static final int xxDummy
static final java.lang.String IID
IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pSeamlineTaskInfo
- A reference to a com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.