com.esri.arcgis.datasourcesraster
Interface IImageMatchPoint

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageMatchPoint

public interface IImageMatchPoint
extends Serializable

Provides access to members that control a match point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getFrom

IImageFeaturePoint getFrom()
                           throws IOException,
                                  AutomationException
The From feature point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromByRef

void setFromByRef(IImageFeaturePoint ppFrom)
                  throws IOException,
                         AutomationException
The From feature point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppFrom - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTo

IImageFeaturePoint getTo()
                         throws IOException,
                                AutomationException
The To feature point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToByRef

void setToByRef(IImageFeaturePoint ppTo)
                throws IOException,
                       AutomationException
The To feature point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppTo - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScore

double getScore()
                throws IOException,
                       AutomationException
The match score value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pScore
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScore

void setScore(double pScore)
              throws IOException,
                     AutomationException
The match score value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pScore - The pScore (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.