|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMRouterEnvelope
Deprecated as of 10.1. Provides access to the bounding envelope of the route path.
Represents the rectangular geographic area. It is used to provide the bounding envelope of the whole route path and the envelopes of each direction.
Method Summary | |
---|---|
double |
getBottom()
The position of the bottom. |
double |
getLeft()
The position of the left side. |
double |
getRight()
The position of the right side. |
double |
getTop()
The position of the top. |
void |
setBottom(double pVal)
The position of the bottom. |
void |
setLeft(double pVal)
The position of the left side. |
void |
setRight(double pVal)
The position of the right side. |
void |
setTop(double pVal)
The position of the top. |
Method Detail |
---|
double getTop() throws IOException, AutomationException
Returns the top coordinate of the envelope.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTop(double pVal) throws IOException, AutomationException
Sets the top coordinate of the envelope.
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBottom() throws IOException, AutomationException
Returns the bottom coordinate of the envelope.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBottom(double pVal) throws IOException, AutomationException
Sets the bottom coordinate of the envelope.
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLeft() throws IOException, AutomationException
Returns the left coordinate of the envelope.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeft(double pVal) throws IOException, AutomationException
Sets the left coordinate of the envelope.
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRight() throws IOException, AutomationException
Returns the right coordinate of the envelope.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRight(double pVal) throws IOException, AutomationException
Sets the right coordinate of the envelope.
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 |