|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.TiePoint
public class TiePoint
The Image Tie Point class.
| Constructor Summary | |
|---|---|
TiePoint()
Constructs a TiePoint using ArcGIS Engine. |
|
TiePoint(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TiePoint theTiePoint = (TiePoint) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
esri_equals(ITiePoint pTiePoint)
Checks if it equals another tie point. |
static String |
getClsid()
getClsid. |
int |
getImageID()
The tie point's image ID. |
IPoint |
getLocation()
The tie point location. |
int |
getPointID()
The tie point ID. |
double |
getScore()
The tie point's quality score. |
int |
hashCode()
the hashcode for this object |
void |
setImageID(int pImageID)
The tie point's image ID. |
void |
setLocationByRef(IPoint ppLocation)
The tie point location. |
void |
setPointID(int pPointID)
The tie point ID. |
void |
setScore(double pScore)
The tie point's quality score. |
| 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 TiePoint()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TiePoint(Object obj)
throws IOException
TiePoint theTiePoint = (TiePoint) obj;
obj to TiePoint.
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 int getPointID()
throws IOException,
AutomationException
getPointID in interface ITiePointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPointID(int pPointID)
throws IOException,
AutomationException
setPointID in interface ITiePointpPointID - The pPointID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getImageID()
throws IOException,
AutomationException
getImageID in interface ITiePointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setImageID(int pImageID)
throws IOException,
AutomationException
setImageID in interface ITiePointpImageID - The pImageID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getLocation()
throws IOException,
AutomationException
getLocation in interface ITiePointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationByRef(IPoint ppLocation)
throws IOException,
AutomationException
setLocationByRef in interface ITiePointppLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getScore()
throws IOException,
AutomationException
getScore in interface ITiePointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScore(double pScore)
throws IOException,
AutomationException
setScore in interface ITiePointpScore - The pScore (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void esri_equals(ITiePoint pTiePoint)
throws IOException,
AutomationException
esri_equals in interface ITiePointpTiePoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (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 | ||||||||