com.esri.arcgis.datasourcesraster
Class ImageMatchPoint

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.ImageMatchPoint
All Implemented Interfaces:
IImageMatchPoint, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class ImageMatchPoint
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IImageMatchPoint

The Image Match Point class.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
ImageMatchPoint()
          Constructs a ImageMatchPoint using ArcGIS Engine.
ImageMatchPoint(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ImageMatchPoint theImageMatchPoint = (ImageMatchPoint) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 IImageFeaturePoint getFrom()
          The From feature point.
 double getScore()
          The match score value.
 IImageFeaturePoint getTo()
          The To feature point.
 int hashCode()
          the hashcode for this object
 void setFromByRef(IImageFeaturePoint ppFrom)
          The From feature point.
 void setScore(double pScore)
          The match score value.
 void setToByRef(IImageFeaturePoint ppTo)
          The To feature point.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

ImageMatchPoint

public ImageMatchPoint()
                throws IOException,
                       UnknownHostException
Constructs a ImageMatchPoint using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

ImageMatchPoint

public ImageMatchPoint(Object obj)
                throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ImageMatchPoint theImageMatchPoint = (ImageMatchPoint) obj;

Construct a ImageMatchPoint using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ImageMatchPoint.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getFrom

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

Product Availability

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

Specified by:
getFrom in interface IImageMatchPoint
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

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

Product Availability

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

Specified by:
setFromByRef in interface IImageMatchPoint
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

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

Product Availability

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

Specified by:
getTo in interface IImageMatchPoint
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

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

Product Availability

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

Specified by:
setToByRef in interface IImageMatchPoint
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

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

Product Availability

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

Specified by:
getScore in interface IImageMatchPoint
Returns:
The pScore
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScore

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

Product Availability

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

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