|
|||||||||
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.ISMTripPlanSettingsProxy
public class ISMTripPlanSettingsProxy
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ISMTripPlanSettingsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISMTripPlanSettingsProxy()
public ISMTripPlanSettingsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISMTripPlanSettingsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISMTripPlanSettingsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isTripPlanningEnable() throws java.io.IOException, AutomationException
isTripPlanningEnable
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTripPlanningEnable(boolean pVal) throws java.io.IOException, AutomationException
setTripPlanningEnable
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.util.Date getTripStart() throws java.io.IOException, AutomationException
getTripStart
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTripStart(java.util.Date pVal) throws java.io.IOException, AutomationException
setTripStart
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.util.Date getDayDriveStart() throws java.io.IOException, AutomationException
getDayDriveStart
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDayDriveStart(java.util.Date pVal) throws java.io.IOException, AutomationException
setDayDriveStart
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.util.Date getDayDriveEnd() throws java.io.IOException, AutomationException
getDayDriveEnd
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDayDriveEnd(java.util.Date pVal) throws java.io.IOException, AutomationException
setDayDriveEnd
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getDriveFlexibility() throws java.io.IOException, AutomationException
getDriveFlexibility
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDriveFlexibility(short pVal) throws java.io.IOException, AutomationException
setDriveFlexibility
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRestBreaksEnable() throws java.io.IOException, AutomationException
isRestBreaksEnable
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRestBreaksEnable(boolean pVal) throws java.io.IOException, AutomationException
setRestBreaksEnable
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getRestDuration() throws java.io.IOException, AutomationException
getRestDuration
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRestDuration(short pVal) throws java.io.IOException, AutomationException
setRestDuration
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getDriveBetweenRest() throws java.io.IOException, AutomationException
getDriveBetweenRest
in interface ISMTripPlanSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDriveBetweenRest(short pVal) throws java.io.IOException, AutomationException
setDriveBetweenRest
in interface ISMTripPlanSettings
pVal
- The pVal (in)
java.io.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 |