|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPPoint
Provides access to the properties/methods of a geoprocessing point object.
Method Summary | |
---|---|
double |
getX()
The X coordinate of the point. |
double |
getY()
The Y coordinate of the point. |
void |
setCoords(double x,
double y)
Sets the x/y coordinates of the point. |
void |
setX(double x)
The X coordinate of the point. |
void |
setY(double y)
The Y coordinate of the point. |
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.void setCoords(double x, double y) throws IOException, AutomationException
x
- The x (in)y
- The y (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 |