|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesfile.ISMRouterEnvelopeProxy
public class ISMRouterEnvelopeProxy
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.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISMRouterEnvelopeProxy()
|
|
ISMRouterEnvelopeProxy(Object obj)
|
protected |
ISMRouterEnvelopeProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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 com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISMRouterEnvelopeProxy()
public ISMRouterEnvelopeProxy(Object obj) throws IOException
IOException
protected ISMRouterEnvelopeProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
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 |