|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GpPointObject
public class GpPointObject
Geoprocessing Point object.
Constructor Summary | |
---|---|
GpPointObject()
Constructs a GpPointObject using ArcGIS Engine. |
|
GpPointObject(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpPointObject theGpPointObject = (GpPointObject) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
esri_clone(IGpPointObject pSrcObj)
Clones the point object. |
static String |
getClsid()
getClsid. |
int |
getID()
The ID coordinate. |
double |
getM()
The M coordinate. |
double |
getX()
The X coordinate. |
double |
getY()
The Y coordinate. |
double |
getZ()
The Z coordinate. |
int |
hashCode()
the hashcode for this object |
void |
setID(int iD)
The ID coordinate. |
void |
setM(double m)
The M coordinate. |
void |
setPoint(IPoint pPoint)
Set point attributes to that of the given point geometry object. |
void |
setX(double x)
The X coordinate. |
void |
setY(double y)
The Y coordinate. |
void |
setZ(double z)
The Z coordinate. |
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 GpPointObject() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GpPointObject(Object obj) throws IOException
GpPointObject theGpPointObject = (GpPointObject) obj;
obj
to GpPointObject
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double getX() throws IOException, AutomationException
getX
in interface IGpPointObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setX(double x) throws IOException, AutomationException
setX
in interface IGpPointObject
x
- The x (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getY() throws IOException, AutomationException
getY
in interface IGpPointObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setY(double y) throws IOException, AutomationException
setY
in interface IGpPointObject
y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getM() throws IOException, AutomationException
getM
in interface IGpPointObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setM(double m) throws IOException, AutomationException
setM
in interface IGpPointObject
m
- The m (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZ() throws IOException, AutomationException
getZ
in interface IGpPointObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZ(double z) throws IOException, AutomationException
setZ
in interface IGpPointObject
z
- The z (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws IOException, AutomationException
getID
in interface IGpPointObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(int iD) throws IOException, AutomationException
setID
in interface IGpPointObject
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPoint(IPoint pPoint) throws IOException, AutomationException
setPoint
in interface IGpPointObject
pPoint
- 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 esri_clone(IGpPointObject pSrcObj) throws IOException, AutomationException
esri_clone
in interface IGpPointObject
pSrcObj
- A reference to a com.esri.arcgis.geoprocessing.IGpPointObject (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 |