com.esri.arcgis.datasourcesraster
Interface ITiePointOperation

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITiePointOperation2
All Known Implementing Classes:
ITiePointOperation2Proxy, ITiePointOperationProxy, TiePointCollection

public interface ITiePointOperation
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8

static final int IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
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

init

void init(ITable pTiePoints)
          throws java.io.IOException,
                 AutomationException
Initializes a tie point collection with a tie point table.

Parameters:
pTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveTo

void saveTo(ITable pTiePoints)
            throws java.io.IOException,
                   AutomationException
Saves all tie points to a given tie point table.

Parameters:
pTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addPoints

void addPoints(IImageMatchPoints pMatchPoints)
               throws java.io.IOException,
                      AutomationException
Adds a list of match points.

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

compute

void compute(java.lang.Object pCatalog,
             IQueryFilter pQueryFilter,
             ITable pTiePoints)
             throws java.io.IOException,
                    AutomationException
Computes tiepoints.

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