|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITiePointCollection
Provides access to members that control an image tie point collection.
| Method Summary | |
|---|---|
void |
add(ITiePoint pPoint)
Adds an image tie point. |
void |
append(ITiePoint pPoint)
Appends an image tie point. |
int |
getCount()
The image tie point count. |
ITiePoint |
getPoint(int index)
The image tie point at the specified position. |
void |
insert(int index,
ITiePoint pPoint)
Inserts an image tie point after the specified position. |
void |
remove(int index)
Removes the image tie point at the specified position. |
void |
removeAll()
Removes all image tie points. |
void |
replace(int index,
ITiePoint pPoint)
Replaces an image tie point at the specified position. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITiePoint getPoint(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void append(ITiePoint pPoint)
throws IOException,
AutomationException
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void replace(int index,
ITiePoint pPoint)
throws IOException,
AutomationException
index - The index (in)pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
ITiePoint pPoint)
throws IOException,
AutomationException
index - The index (in)pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(ITiePoint pPoint)
throws IOException,
AutomationException
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (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 | ||||||||