|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageMatchPoints
Provides access to the properties of a list of image match points.
Method Summary | |
---|---|
void |
add(IImageMatchPoint pMatchPoint)
Adds a image match point. |
int |
getCount()
The image match point count. |
IImageMatchPoint |
getElement(int index)
The image match point at the specified position. |
int |
getFromImageID()
The match points' From image ID. |
int |
getToImageID()
The match points' To image ID. |
void |
insert(int index,
IImageMatchPoint pMatchPoint)
Adds a image match point at the specified position. |
void |
remove(int index)
Removes the image match point at the specified position. |
void |
removeAll()
Removes all image match points. |
void |
setFromImageID(int pImageID)
The match points' From image ID. |
void |
setToImageID(int pImageID)
The match points' To image ID. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageMatchPoint getElement(int index) throws IOException, AutomationException
index
- The index (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(IImageMatchPoint pMatchPoint) throws IOException, AutomationException
pMatchPoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IImageMatchPoint pMatchPoint) throws IOException, AutomationException
index
- The index (in)pMatchPoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFromImageID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromImageID(int pImageID) throws IOException, AutomationException
pImageID
- The pImageID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getToImageID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToImageID(int pImageID) throws IOException, AutomationException
pImageID
- The pImageID (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 |