|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.SMStop
public class SMStop
COM Class 'SMStop'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description 'Deprecated as of 10.1. The information about route stop.' 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.ISMStop |
|---|
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, IID, IIDf8b66014_5850_11d7_b321_008048db11de, xxDummy |
| Constructor Summary | |
|---|---|
SMStop()
Constructs a SMStop using ArcGIS Engine. |
|
SMStop(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SMStop theSMStop = (SMStop) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDescription()
Descriptive text of the route stop used in driving directions. |
short |
getDuration()
Stop duration in minutes. |
ISMFlag |
getFlag()
The SMFlag object of the stop that describes its geographic location. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getMinDistanceToTurn()
Minimal allowed distance to turn. |
int |
getStopID()
Numeric identifier of the user defined route stop. |
int |
hashCode()
the hashcode for this object |
boolean |
isEnforceSideOfStreet()
Indicates whether shortest path is restricted when traveling to and from the given stop. |
void |
release()
Release a SMStop. |
void |
setDescription(java.lang.String pVal)
Descriptive text of the route stop used in driving directions. |
void |
setDuration(short pVal)
Stop duration in minutes. |
void |
setEnforceSideOfStreet(boolean pbESS)
Indicates whether shortest path is restricted when traveling to and from the given stop. |
void |
setFlag(ISMFlag pVal)
The SMFlag object of the stop that describes its geographic location. |
void |
setMinDistanceToTurn(double pdDist)
Minimal allowed distance to turn. |
void |
setStopID(int pVal)
Numeric identifier of the user defined route stop. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SMStop()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SMStop(java.lang.Object obj)
throws java.io.IOException
SMStop theSMStop = (SMStop) obj;
obj to SMStop.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
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 int getStopID()
throws java.io.IOException,
AutomationException
getStopID in interface ISMStopjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStopID(int pVal)
throws java.io.IOException,
AutomationException
setStopID in interface ISMStoppVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface ISMStopjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setDescription in interface ISMStoppVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISMFlag getFlag()
throws java.io.IOException,
AutomationException
getFlag in interface ISMStopjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlag(ISMFlag pVal)
throws java.io.IOException,
AutomationException
setFlag in interface ISMStoppVal - A reference to a com.esri.arcgis.datasourcesfile.ISMFlag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getDuration()
throws java.io.IOException,
AutomationException
getDuration in interface ISMStopjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDuration(short pVal)
throws java.io.IOException,
AutomationException
setDuration in interface ISMStoppVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinDistanceToTurn()
throws java.io.IOException,
AutomationException
getMinDistanceToTurn in interface ISMStopjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinDistanceToTurn(double pdDist)
throws java.io.IOException,
AutomationException
setMinDistanceToTurn in interface ISMStoppdDist - The pdDist (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnforceSideOfStreet()
throws java.io.IOException,
AutomationException
isEnforceSideOfStreet in interface ISMStopjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnforceSideOfStreet(boolean pbESS)
throws java.io.IOException,
AutomationException
setEnforceSideOfStreet in interface ISMStoppbESS - The pbESS (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 | ||||||||