|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesfile.SMRouterEnvelope
public class SMRouterEnvelope
The bounding envelope of the route path.
Constructor Summary | |
---|---|
SMRouterEnvelope(Object obj)
Construct a SMRouterEnvelope using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
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. |
int |
hashCode()
the hashcode for this object |
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. |
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 SMRouterEnvelope(Object obj) throws IOException
obj
to SMRouterEnvelope
. *
SMRouterEnvelope o = (SMRouterEnvelope)obj; // will not work
SMRouterEnvelope o = new SMRouterEnvelope(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SMRouterEnvelope theSMRouterEnvelope = (SMRouterEnvelope) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double getTop() throws IOException, AutomationException
Returns the top coordinate of the envelope.
getTop
in interface ISMRouterEnvelope
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTop(double pVal) throws IOException, AutomationException
Sets the top coordinate of the envelope.
setTop
in interface ISMRouterEnvelope
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBottom() throws IOException, AutomationException
Returns the bottom coordinate of the envelope.
getBottom
in interface ISMRouterEnvelope
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBottom(double pVal) throws IOException, AutomationException
Sets the bottom coordinate of the envelope.
setBottom
in interface ISMRouterEnvelope
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLeft() throws IOException, AutomationException
Returns the left coordinate of the envelope.
getLeft
in interface ISMRouterEnvelope
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeft(double pVal) throws IOException, AutomationException
Sets the left coordinate of the envelope.
setLeft
in interface ISMRouterEnvelope
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getRight() throws IOException, AutomationException
Returns the right coordinate of the envelope.
getRight
in interface ISMRouterEnvelope
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRight(double pVal) throws IOException, AutomationException
Sets the right coordinate of the envelope.
setRight
in interface ISMRouterEnvelope
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 |