|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.DblPnt
public class DblPnt
A simple point class.
DblPnt object is deprcated. Use Pnt object instead.
| Constructor Summary | |
|---|---|
DblPnt()
Constructs a DblPnt using ArcGIS Engine. |
|
DblPnt(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DblPnt theDblPnt = (DblPnt) obj; |
|
| Method Summary | |
|---|---|
void |
convert2Point(IPoint env)
Set Esri's Point Object from Pnt. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
double |
getX()
X coordinate of the point. |
double |
getY()
Y coordinate of the point. |
int |
hashCode()
the hashcode for this object |
void |
set2Point(IPoint env)
Reset from Esri's Point Object. |
void |
setCoords(double x,
double y)
Set X and Y coordinates of the point. |
void |
setX(double val)
X coordinate of the point. |
void |
setY(double val)
Y coordinate of the point. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public DblPnt()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DblPnt(Object obj)
throws IOException
DblPnt theDblPnt = (DblPnt) obj;
obj to DblPnt.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public double getX()
throws IOException,
AutomationException
getX in interface IPntIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setX(double val)
throws IOException,
AutomationException
setX in interface IPntval - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getY()
throws IOException,
AutomationException
getY in interface IPntIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setY(double val)
throws IOException,
AutomationException
setY in interface IPntval - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCoords(double x,
double y)
throws IOException,
AutomationException
setCoords in interface IPntx - The x (in)y - The y (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void set2Point(IPoint env)
throws IOException,
AutomationException
set2Point in interface IPntenv - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void convert2Point(IPoint env)
throws IOException,
AutomationException
convert2Point in interface IPntenv - A reference to a com.esri.arcgis.geometry.IPoint (in)
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 | ||||||||