public class ImageMatchPoint extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IImageMatchPoint
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 =
IID, IID652a79e7_758a_4f83_b7a5_f3fc8507c9df, xxDummy
Constructor and Description |
---|
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; |
Modifier and Type | Method and Description |
---|---|
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()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
double |
getScore()
The match score value.
|
IImageFeaturePoint |
getTo()
The To feature point.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setFromByRef(IImageFeaturePoint ppFrom)
The From feature point.
|
void |
setScore(double pScore)
The match score value.
|
void |
setToByRef(IImageFeaturePoint ppTo)
The To feature point.
|
public ImageMatchPoint() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic ImageMatchPoint(java.lang.Object obj) throws java.io.IOException
ImageMatchPoint theImageMatchPoint = (ImageMatchPoint) obj;
obj
to ImageMatchPoint
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IImageFeaturePoint getFrom() throws java.io.IOException, AutomationException
getFrom
in interface IImageMatchPoint
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFromByRef(IImageFeaturePoint ppFrom) throws java.io.IOException, AutomationException
setFromByRef
in interface IImageMatchPoint
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.public IImageFeaturePoint getTo() throws java.io.IOException, AutomationException
getTo
in interface IImageMatchPoint
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setToByRef(IImageFeaturePoint ppTo) throws java.io.IOException, AutomationException
setToByRef
in interface IImageMatchPoint
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.public double getScore() throws java.io.IOException, AutomationException
getScore
in interface IImageMatchPoint
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setScore(double pScore) throws java.io.IOException, AutomationException
setScore
in interface IImageMatchPoint
pScore
- The pScore (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.