|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.SMTripPlanSettings
public class SMTripPlanSettings
COM Class 'SMTripPlanSettings'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description 'Deprecated as of 10.1. The object that controls trip plan 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 |
|---|
| 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, xxDummy |
| Constructor Summary | |
|---|---|
SMTripPlanSettings(java.lang.Object obj)
Construct a SMTripPlanSettings using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
short |
getRestDuration()
The duration of rest breaks in minutes. |
java.util.Date |
getTripStart()
The start date of the trip. |
int |
hashCode()
the hashcode for this object |
boolean |
isRestBreaksEnable()
Indicates whether periodic rest breaks are enabled. |
boolean |
isTripPlanningEnable()
Indicates whether trip planning is enabled. |
void |
release()
Release a SMTripPlanSettings. |
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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SMTripPlanSettings(java.lang.Object obj)
throws java.io.IOException
obj to SMTripPlanSettings. *
SMTripPlanSettings o = (SMTripPlanSettings)obj; // will not work
SMTripPlanSettings o = new SMTripPlanSettings(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
SMTripPlanSettings theSMTripPlanSettings = (SMTripPlanSettings) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isTripPlanningEnable()
throws java.io.IOException,
AutomationException
isTripPlanningEnable in interface ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 ISMTripPlanSettingsjava.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 ISMTripPlanSettingspVal - 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 | ||||||||