|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.TiePoint
public class TiePoint
COM Class 'TiePoint'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITiePoint |
---|
IID, IIDd022064b_b03a_43f2_9a38_0378e16d7258, xxDummy |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
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()
Deprecated. Internal use only. |
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 a TiePoint. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TiePoint() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |