|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiePointOperation
Provides access to members that control an image tie point operation.
Method Summary | |
---|---|
void |
addPoints(IImageMatchPoints pMatchPoints)
Adds a list of match points. |
void |
compute(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. |
Method Detail |
---|
void init(ITable pTiePoints) throws IOException, AutomationException
pTiePoints
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveTo(ITable pTiePoints) throws IOException, AutomationException
pTiePoints
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addPoints(IImageMatchPoints pMatchPoints) throws IOException, AutomationException
pMatchPoints
- A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoints (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void compute(Object pCatalog, IQueryFilter pQueryFilter, ITable pTiePoints) throws 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)
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 |