com.esri.arcgis.datasourcesraster
Interface ITiePoint

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITiePoint2
All Known Implementing Classes:
ITiePoint2Proxy, ITiePointProxy, TiePoint

public interface ITiePoint
extends java.io.Serializable

COM Interface 'ITiePoint'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control an image tie point.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd022064b_b03a_43f2_9a38_0378e16d7258
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDd022064b_b03a_43f2_9a38_0378e16d7258

static final int IIDd022064b_b03a_43f2_9a38_0378e16d7258
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPointID

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

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

setPointID

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

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

getImageID

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

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

setImageID

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

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

getLocation

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

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

setLocationByRef

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

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

getScore

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

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

setScore

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

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

esri_equals

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

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