public interface ITiePointOperation
extends java.io.Serializable
Description: 'Provides access to members that control an image tie point operation.' 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 |
IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addPoints(IImageMatchPoints pMatchPoints)
Adds a list of match points.
|
void |
compute(java.lang.Object pCatalog,
IQueryFilter pQueryFilter,
ITable pTiePoints)
Computes tiepoints.
|
void |
init(ITable pTiePoints)
Initializes a tie point collection with a tie point table.
|
void |
saveTo(ITable pTiePoints)
Saves all tie points to a given tie point table.
|
static final int IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
static final int xxDummy
static final java.lang.String IID
void init(ITable pTiePoints) throws java.io.IOException, AutomationException
pTiePoints
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveTo(ITable pTiePoints) throws java.io.IOException, AutomationException
pTiePoints
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addPoints(IImageMatchPoints pMatchPoints) throws java.io.IOException, AutomationException
pMatchPoints
- A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void compute(java.lang.Object pCatalog, IQueryFilter pQueryFilter, ITable pTiePoints) throws java.io.IOException, AutomationException
pCatalog
- A reference to another Object (IUnknown) (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pTiePoints
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.