com.esri.arcgis.datasourcesraster
Class ImageMatchPoint

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.ImageMatchPoint
All Implemented Interfaces:
IImageMatchPoint, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class ImageMatchPoint
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IImageMatchPoint

COM Class 'ImageMatchPoint'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'The Image Match Point class.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IImageMatchPoint
IID, IID652a79e7_758a_4f83_b7a5_f3fc8507c9df, xxDummy
 
Constructor Summary
ImageMatchPoint()
          Constructs a ImageMatchPoint using ArcGIS Engine.
ImageMatchPoint(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ImageMatchPoint theImageMatchPoint = (ImageMatchPoint) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 IImageFeaturePoint getFrom()
          The From feature point.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 double getScore()
          The match score value.
 IImageFeaturePoint getTo()
          The To feature point.
 int hashCode()
          the hashcode for this object
 void release()
          Release a ImageMatchPoint.
 void setFromByRef(IImageFeaturePoint ppFrom)
          The From feature point.
 void setScore(double pScore)
          The match score value.
 void setToByRef(IImageFeaturePoint ppTo)
          The To feature point.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMatchPoint

public ImageMatchPoint()
                throws java.io.IOException,
                       java.net.UnknownHostException
Constructs a ImageMatchPoint using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ImageMatchPoint

public ImageMatchPoint(java.lang.Object obj)
                throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ImageMatchPoint theImageMatchPoint = (ImageMatchPoint) obj;

Construct a ImageMatchPoint using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ImageMatchPoint.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ImageMatchPoint.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getFrom

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

Specified by:
getFrom in interface IImageMatchPoint
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

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

Specified by:
setFromByRef in interface IImageMatchPoint
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

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

Specified by:
getTo in interface IImageMatchPoint
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

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

Specified by:
setToByRef in interface IImageMatchPoint
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

public double getScore()
                throws java.io.IOException,
                       AutomationException
The match score value.

Specified by:
getScore in interface IImageMatchPoint
Returns:
The pScore
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScore

public void setScore(double pScore)
              throws java.io.IOException,
                     AutomationException
The match score value.

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