com.esri.arcgis.datasourcesraster
Interface IImageMatchPoint

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageMatchPointProxy, ImageMatchPoint

public interface IImageMatchPoint
extends java.io.Serializable

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

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 =


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

Field Detail

IID652a79e7_758a_4f83_b7a5_f3fc8507c9df

static final int IID652a79e7_758a_4f83_b7a5_f3fc8507c9df
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

getFrom

IImageFeaturePoint getFrom()
                           throws java.io.IOException,
                                  AutomationException
The From feature point.

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

setFromByRef

void setFromByRef(IImageFeaturePoint ppFrom)
                  throws java.io.IOException,
                         AutomationException
The From feature point.

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

getTo

IImageFeaturePoint getTo()
                         throws java.io.IOException,
                                AutomationException
The To feature point.

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

setToByRef

void setToByRef(IImageFeaturePoint ppTo)
                throws java.io.IOException,
                       AutomationException
The To feature point.

Parameters:
ppTo - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (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 match score value.

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 match score value.

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