public class TiePoint extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ITiePoint
Description 'The Image Tie 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, IIDd022064b_b03a_43f2_9a38_0378e16d7258, xxDummy
Constructor and Description |
---|
TiePoint()
Constructs a TiePoint using ArcGIS Engine.
|
TiePoint(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
TiePoint theTiePoint = (TiePoint) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
esri_equals(ITiePoint pTiePoint)
Checks if it equals another tie point.
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getImageID()
The tie point's image ID.
|
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.
|
IPoint |
getLocation()
The tie point location.
|
int |
getPointID()
The tie point ID.
|
double |
getScore()
The tie point's quality score.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
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.
|
public TiePoint() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic TiePoint(java.lang.Object obj) throws java.io.IOException
TiePoint theTiePoint = (TiePoint) obj;
obj
to TiePoint
.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 int getPointID() throws java.io.IOException, AutomationException
getPointID
in interface ITiePoint
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPointID(int pPointID) throws java.io.IOException, AutomationException
setPointID
in interface ITiePoint
pPointID
- The pPointID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getImageID() throws java.io.IOException, AutomationException
getImageID
in interface ITiePoint
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setImageID(int pImageID) throws java.io.IOException, AutomationException
setImageID
in interface ITiePoint
pImageID
- The pImageID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getLocation() throws java.io.IOException, AutomationException
getLocation
in interface ITiePoint
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLocationByRef(IPoint ppLocation) throws java.io.IOException, AutomationException
setLocationByRef
in interface ITiePoint
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.public double getScore() throws java.io.IOException, AutomationException
getScore
in interface ITiePoint
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 ITiePoint
pScore
- The pScore (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void esri_equals(ITiePoint pTiePoint) throws java.io.IOException, AutomationException
esri_equals
in interface ITiePoint
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.