|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiePoint
Provides access to members that control an image tie point.
Method Summary | |
---|---|
void |
esri_equals(ITiePoint pTiePoint)
Checks if it equals another tie point. |
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. |
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. |
Method Detail |
---|
int getPointID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPointID(int pPointID) throws IOException, AutomationException
pPointID
- The pPointID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageID(int pImageID) throws IOException, AutomationException
pImageID
- The pImageID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationByRef(IPoint ppLocation) throws IOException, AutomationException
ppLocation
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScore() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScore(double pScore) throws IOException, AutomationException
pScore
- The pScore (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_equals(ITiePoint pTiePoint) throws IOException, AutomationException
pTiePoint
- 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 |