public interface IImageMatchPoint
extends java.io.Serializable
Description: 'Provides access to members that control a match 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 |
IID652a79e7_758a_4f83_b7a5_f3fc8507c9df |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IImageFeaturePoint |
getFrom()
The From feature point.
|
double |
getScore()
The match score value.
|
IImageFeaturePoint |
getTo()
The To feature point.
|
void |
setFromByRef(IImageFeaturePoint ppFrom)
The From feature point.
|
void |
setScore(double pScore)
The match score value.
|
void |
setToByRef(IImageFeaturePoint ppTo)
The To feature point.
|
static final int IID652a79e7_758a_4f83_b7a5_f3fc8507c9df
static final int xxDummy
static final java.lang.String IID
IImageFeaturePoint getFrom() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromByRef(IImageFeaturePoint ppFrom) throws java.io.IOException, AutomationException
ppFrom
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IImageFeaturePoint getTo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToByRef(IImageFeaturePoint ppTo) throws java.io.IOException, AutomationException
ppTo
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (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.