|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageMatchPoint
Provides access to members that control a match point.
| Method Summary | |
|---|---|
IImageFeaturePoint |
getFrom()
The From feature point. |
double |
getScore()
The match score value. |
IImageFeaturePoint |
getTo()
The To feature point. |
void |
setFromByRef(IImageFeaturePoint ppFrom)
The From feature point. |
void |
setScore(double pScore)
The match score value. |
void |
setToByRef(IImageFeaturePoint ppTo)
The To feature point. |
| Method Detail |
|---|
IImageFeaturePoint getFrom()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFromByRef(IImageFeaturePoint ppFrom)
throws IOException,
AutomationException
ppFrom - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IImageFeaturePoint getTo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setToByRef(IImageFeaturePoint ppTo)
throws IOException,
AutomationException
ppTo - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getScore()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setScore(double pScore)
throws IOException,
AutomationException
pScore - The pScore (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 | ||||||||