|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISMRouterPoint
Deprecated as of 10.1. Provides access to the location of single geographic point.
Represents the geographic location.
| Method Summary | |
|---|---|
double |
getX()
The X coordinate of the point. |
double |
getY()
The Y coordinate of the point. |
void |
setX(double pVal)
The X coordinate of the point. |
void |
setY(double pVal)
The Y coordinate of the point. |
| Method Detail |
|---|
double getX()
throws IOException,
AutomationException
Returns the X coordinate of the point.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setX(double pVal)
throws IOException,
AutomationException
Sets the X coordinate of the point.
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getY()
throws IOException,
AutomationException
Returns the Y coordinate of the point.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setY(double pVal)
throws IOException,
AutomationException
Sets the Y coordinate of the point.
pVal - The pVal (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 | ||||||||