|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IImageFeaturePoint getFrom() throws IOException, AutomationException
getFrom
in interface IImageMatchPoint
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromByRef(IImageFeaturePoint ppFrom) throws IOException, AutomationException
setFromByRef
in interface IImageMatchPoint
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.public IImageFeaturePoint getTo() throws IOException, AutomationException
getTo
in interface IImageMatchPoint
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToByRef(IImageFeaturePoint ppTo) throws IOException, AutomationException
setToByRef
in interface IImageMatchPoint
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.public double getScore() throws IOException, AutomationException
getScore
in interface IImageMatchPoint
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScore(double pScore) throws IOException, AutomationException
setScore
in interface IImageMatchPoint
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 |