com.esri.arcgis.datasourcesfile
Class ISMTripPlanSettingsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.ISMTripPlanSettingsProxy
All Implemented Interfaces:
ISMTripPlanSettings, java.io.Externalizable, java.io.Serializable

public class ISMTripPlanSettingsProxy
extends com.esri.arcgis.interop.Dispatch
implements ISMTripPlanSettings, java.io.Serializable

Internal use class Proxy for COM Interface 'ISMTripPlanSettings'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to the trip planning settings.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.ISMTripPlanSettings
DISPID_1_GET_NAME, DISPID_1_PUT_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_4_PUT_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, DISPID_6_GET_NAME, DISPID_6_PUT_NAME, DISPID_7_GET_NAME, DISPID_7_PUT_NAME, DISPID_8_GET_NAME, DISPID_8_PUT_NAME, IID, IIDf8b6600b_5850_11d7_b321_008048db11de
 
Constructor Summary
  ISMTripPlanSettingsProxy()
          For internal use only
  ISMTripPlanSettingsProxy(java.lang.Object obj)
           
protected ISMTripPlanSettingsProxy(java.lang.Object obj, java.lang.String iid)
           
  ISMTripPlanSettingsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISMTripPlanSettingsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 java.util.Date getDayDriveEnd()
          Time from midnight when driving must stop every day.
 java.util.Date getDayDriveStart()
          Time from midnight when driving must start every day.
 short getDriveBetweenRest()
          Driving time between rest breaks in minutes.
 short getDriveFlexibility()
          Amount of driving time allowed after the DayDriveEnd time is reached.
 short getRestDuration()
          The duration of rest breaks in minutes.
 java.util.Date getTripStart()
          The start date of the trip.
 boolean isRestBreaksEnable()
          Indicates whether periodic rest breaks are enabled.
 boolean isTripPlanningEnable()
          Indicates whether trip planning is enabled.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setDayDriveEnd(java.util.Date pVal)
          Time from midnight when driving must stop every day.
 void setDayDriveStart(java.util.Date pVal)
          Time from midnight when driving must start every day.
 void setDriveBetweenRest(short pVal)
          Driving time between rest breaks in minutes.
 void setDriveFlexibility(short pVal)
          Amount of driving time allowed after the DayDriveEnd time is reached.
 void setRestBreaksEnable(boolean pVal)
          Indicates whether periodic rest breaks are enabled.
 void setRestDuration(short pVal)
          The duration of rest breaks in minutes.
 void setTripPlanningEnable(boolean pVal)
          Indicates whether trip planning is enabled.
 void setTripStart(java.util.Date pVal)
          The start date of the trip.
 
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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ISMTripPlanSettingsProxy

public ISMTripPlanSettingsProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ISMTripPlanSettingsProxy

public ISMTripPlanSettingsProxy()
For internal use only


ISMTripPlanSettingsProxy

public ISMTripPlanSettingsProxy(java.lang.Object obj)
                         throws java.io.IOException
Throws:
java.io.IOException

ISMTripPlanSettingsProxy

protected ISMTripPlanSettingsProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Throws:
java.io.IOException

ISMTripPlanSettingsProxy

protected ISMTripPlanSettingsProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

isTripPlanningEnable

public boolean isTripPlanningEnable()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether trip planning is enabled.

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

setTripPlanningEnable

public void setTripPlanningEnable(boolean pVal)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether trip planning is enabled.

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

getTripStart

public java.util.Date getTripStart()
                            throws java.io.IOException,
                                   AutomationException
The start date of the trip.

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

setTripStart

public void setTripStart(java.util.Date pVal)
                  throws java.io.IOException,
                         AutomationException
The start date of the trip.

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

getDayDriveStart

public java.util.Date getDayDriveStart()
                                throws java.io.IOException,
                                       AutomationException
Time from midnight when driving must start every day.

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

setDayDriveStart

public void setDayDriveStart(java.util.Date pVal)
                      throws java.io.IOException,
                             AutomationException
Time from midnight when driving must start every day.

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

getDayDriveEnd

public java.util.Date getDayDriveEnd()
                              throws java.io.IOException,
                                     AutomationException
Time from midnight when driving must stop every day.

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

setDayDriveEnd

public void setDayDriveEnd(java.util.Date pVal)
                    throws java.io.IOException,
                           AutomationException
Time from midnight when driving must stop every day.

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

getDriveFlexibility

public short getDriveFlexibility()
                          throws java.io.IOException,
                                 AutomationException
Amount of driving time allowed after the DayDriveEnd time is reached.

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

setDriveFlexibility

public void setDriveFlexibility(short pVal)
                         throws java.io.IOException,
                                AutomationException
Amount of driving time allowed after the DayDriveEnd time is reached.

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

isRestBreaksEnable

public boolean isRestBreaksEnable()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether periodic rest breaks are enabled.

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

setRestBreaksEnable

public void setRestBreaksEnable(boolean pVal)
                         throws java.io.IOException,
                                AutomationException
Indicates whether periodic rest breaks are enabled.

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

getRestDuration

public short getRestDuration()
                      throws java.io.IOException,
                             AutomationException
The duration of rest breaks in minutes.

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

setRestDuration

public void setRestDuration(short pVal)
                     throws java.io.IOException,
                            AutomationException
The duration of rest breaks in minutes.

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

getDriveBetweenRest

public short getDriveBetweenRest()
                          throws java.io.IOException,
                                 AutomationException
Driving time between rest breaks in minutes.

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

setDriveBetweenRest

public void setDriveBetweenRest(short pVal)
                         throws java.io.IOException,
                                AutomationException
Driving time between rest breaks in minutes.

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