public interface ITiePoint
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd022064b_b03a_43f2_9a38_0378e16d7258 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDd022064b_b03a_43f2_9a38_0378e16d7258
static final int xxDummy
static final java.lang.String IID
int getPointID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPointID(int pPointID) throws java.io.IOException, AutomationException
pPointID
- The pPointID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getImageID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setImageID(int pImageID) throws java.io.IOException, AutomationException
pImageID
- The pImageID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocationByRef(IPoint ppLocation) throws java.io.IOException, AutomationException
ppLocation
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getScore() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setScore(double pScore) throws java.io.IOException, AutomationException
pScore
- The pScore (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void esri_equals(ITiePoint pTiePoint) throws java.io.IOException, AutomationException
pTiePoint
- A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.