|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgPoint
public class NgPoint
Graphic point object.
| Constructor Summary | |
|---|---|
NgPoint()
Constructs a NgPoint using ArcGIS Engine. |
|
NgPoint(Object obj)
Construct a NgPoint using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
double |
getX()
X cartesian coordinate of the point. |
double |
getY()
Y cartesian coordinate of the point. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setX(double pVal)
X cartesian coordinate of the point. |
void |
setY(double pVal)
Y cartesian 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 NgPoint()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public NgPoint(Object obj)
throws IOException
obj to NgPoint.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgPoint theNgPoint = (NgPoint) obj;| 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 INgPointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setX(double pVal)
throws IOException,
AutomationException
setX in interface INgPointpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getY()
throws IOException,
AutomationException
getY in interface INgPointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setY(double pVal)
throws IOException,
AutomationException
setY in interface INgPointpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||