com.esri.arcgis.networkanalyst
Class INACompactStreetDirectionSummaryProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INACompactStreetDirectionSummaryProxy
All Implemented Interfaces:
INACompactStreetDirectionSummary, Externalizable, Serializable

public class INACompactStreetDirectionSummaryProxy
extends com.esri.arcgis.interop.Dispatch
implements INACompactStreetDirectionSummary, Serializable

Provides access to the compact driving directions summary.

Remarks

The INACompactStreetDirectionSummary interface provides access to the summary information for the route's direction including the total length, total time, total drive time, and the route's extent.

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
  INACompactStreetDirectionSummaryProxy()
           
  INACompactStreetDirectionSummaryProxy(Object obj)
           
protected INACompactStreetDirectionSummaryProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IEnvelope getEnvelope()
          The bounding box of the route.
 double getTotalDriveTime()
          The total drive time for the route.
 double getTotalLength()
          The total length of the route.
 double getTotalTime()
          The total time for the route including wait and service time.
 void removeListener(String iidStr, Object theListener)
           
 
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

INACompactStreetDirectionSummaryProxy

public INACompactStreetDirectionSummaryProxy()

INACompactStreetDirectionSummaryProxy

public INACompactStreetDirectionSummaryProxy(Object obj)
                                      throws IOException
Throws:
IOException

INACompactStreetDirectionSummaryProxy

protected INACompactStreetDirectionSummaryProxy(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

getTotalLength

public double getTotalLength()
                      throws IOException,
                             AutomationException
The total length of the route.

Remarks

TotalLength returns the total length of the route.

Product Availability

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

Specified by:
getTotalLength in interface INACompactStreetDirectionSummary
Returns:
The length
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTotalTime

public double getTotalTime()
                    throws IOException,
                           AutomationException
The total time for the route including wait and service time.

Remarks

TotalTime returns the total travel time of the route including wait time and service time at stops.

Product Availability

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

Specified by:
getTotalTime in interface INACompactStreetDirectionSummary
Returns:
The time
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTotalDriveTime

public double getTotalDriveTime()
                         throws IOException,
                                AutomationException
The total drive time for the route.

Remarks

TotalDriveTime returns the total drive time of the route excluding any wait time or service time at stops.

Product Availability

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

Specified by:
getTotalDriveTime in interface INACompactStreetDirectionSummary
Returns:
The time
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnvelope

public IEnvelope getEnvelope()
                      throws IOException,
                             AutomationException
The bounding box of the route.

Remarks

Envelope returns the geographic envelope of the route.

Product Availability

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

Specified by:
getEnvelope in interface INACompactStreetDirectionSummary
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.