|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGpPointObject
Provides access to the Dispatch Point Object.
| Method Summary | |
|---|---|
void |
esri_clone(IGpPointObject pSrcObj)
Clones the point object. |
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. |
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. |
| Method Detail |
|---|
double getX()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setX(double x)
throws IOException,
AutomationException
x - The x (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getY()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setY(double y)
throws IOException,
AutomationException
y - The y (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getM()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setM(double m)
throws IOException,
AutomationException
m - The m (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getZ()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setZ(double z)
throws IOException,
AutomationException
z - The z (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setID(int iD)
throws IOException,
AutomationException
iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPoint(IPoint pPoint)
throws IOException,
AutomationException
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.
void esri_clone(IGpPointObject pSrcObj)
throws IOException,
AutomationException
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 | ||||||||