|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiePointOperation
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 |
---|
static final int IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |