com.esri.arcgis.datasourcesfile
Class ISMRouterEnvelopeProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.ISMRouterEnvelopeProxy
All Implemented Interfaces:
ISMRouterEnvelope, Externalizable, Serializable

public class ISMRouterEnvelopeProxy
extends com.esri.arcgis.interop.Dispatch
implements ISMRouterEnvelope, Serializable

Deprecated as of 10.1. Provides access to the bounding envelope of the route path.

Description

Represents the rectangular geographic area. It is used to provide the bounding envelope of the whole route path and the envelopes of each direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

noncastable

public boolean noncastable
Constructor Detail

ISMRouterEnvelopeProxy

public ISMRouterEnvelopeProxy()

ISMRouterEnvelopeProxy

public ISMRouterEnvelopeProxy(Object obj)
                       throws IOException
Throws:
IOException

ISMRouterEnvelopeProxy

protected ISMRouterEnvelopeProxy(Object obj,
                                 String iid)
                          throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getTop

public double getTop()
              throws IOException,
                     AutomationException
The position of the top.

Description

Returns the top coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getTop in interface ISMRouterEnvelope
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTop

public void setTop(double pVal)
            throws IOException,
                   AutomationException
The position of the top.

Description

Sets the top coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setTop in interface ISMRouterEnvelope
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBottom

public double getBottom()
                 throws IOException,
                        AutomationException
The position of the bottom.

Description

Returns the bottom coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getBottom in interface ISMRouterEnvelope
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBottom

public void setBottom(double pVal)
               throws IOException,
                      AutomationException
The position of the bottom.

Description

Sets the bottom coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setBottom in interface ISMRouterEnvelope
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLeft

public double getLeft()
               throws IOException,
                      AutomationException
The position of the left side.

Description

Returns the left coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getLeft in interface ISMRouterEnvelope
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeft

public void setLeft(double pVal)
             throws IOException,
                    AutomationException
The position of the left side.

Description

Sets the left coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setLeft in interface ISMRouterEnvelope
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRight

public double getRight()
                throws IOException,
                       AutomationException
The position of the right side.

Description

Returns the right coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getRight in interface ISMRouterEnvelope
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRight

public void setRight(double pVal)
              throws IOException,
                     AutomationException
The position of the right side.

Description

Sets the right coordinate of the envelope.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setRight in interface ISMRouterEnvelope
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.