com.esri.arcgis.datasourcesraster
Interface ITiePoint

All Superinterfaces:
Serializable
All Known Implementing Classes:
TiePoint

public interface ITiePoint
extends Serializable

Provides access to members that control an image tie point.

Product Availability

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


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

getPointID

int getPointID()
               throws IOException,
                      AutomationException
The tie point ID.

Product Availability

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

Returns:
The pPointID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointID

void setPointID(int pPointID)
                throws IOException,
                       AutomationException
The tie point ID.

Product Availability

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

Parameters:
pPointID - The pPointID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageID

int getImageID()
               throws IOException,
                      AutomationException
The tie point's image ID.

Product Availability

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

Returns:
The pImageID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageID

void setImageID(int pImageID)
                throws IOException,
                       AutomationException
The tie point's image ID.

Product Availability

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

Parameters:
pImageID - The pImageID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocation

IPoint getLocation()
                   throws IOException,
                          AutomationException
The tie point location.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationByRef

void setLocationByRef(IPoint ppLocation)
                      throws IOException,
                             AutomationException
The tie point location.

Product Availability

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

Parameters:
ppLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScore

double getScore()
                throws IOException,
                       AutomationException
The tie point's quality score.

Product Availability

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

Returns:
The pScore
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScore

void setScore(double pScore)
              throws IOException,
                     AutomationException
The tie point's quality score.

Product Availability

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

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

esri_equals

void esri_equals(ITiePoint pTiePoint)
                 throws IOException,
                        AutomationException
Checks if it equals another tie point.

Product Availability

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

Parameters:
pTiePoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.