|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.ImageMatchPoint
public class ImageMatchPoint
The Image Match Point class.
| 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 |
|---|
public ImageMatchPoint()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ImageMatchPoint(Object obj)
throws IOException
ImageMatchPoint theImageMatchPoint = (ImageMatchPoint) obj;
obj to ImageMatchPoint.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IImageFeaturePoint getFrom()
throws IOException,
AutomationException
getFrom in interface IImageMatchPointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFromByRef(IImageFeaturePoint ppFrom)
throws IOException,
AutomationException
setFromByRef in interface IImageMatchPointppFrom - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IImageFeaturePoint getTo()
throws IOException,
AutomationException
getTo in interface IImageMatchPointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToByRef(IImageFeaturePoint ppTo)
throws IOException,
AutomationException
setToByRef in interface IImageMatchPointppTo - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getScore()
throws IOException,
AutomationException
getScore in interface IImageMatchPointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScore(double pScore)
throws IOException,
AutomationException
setScore in interface IImageMatchPointpScore - 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 | ||||||||