|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesfile.ISMStopProxy
Description: 'Deprecated as of 10.1. Provides access to the route stop properties.' 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 =
public class ISMStopProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.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 |
| Constructor Summary | |
|---|---|
|
ISMStopProxy()
Deprecated. For internal use only |
|
ISMStopProxy(java.lang.Object obj)
Deprecated. |
protected |
ISMStopProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISMStopProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISMStopProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getDescription()
Deprecated. Descriptive text of the route stop used in driving directions. |
short |
getDuration()
Deprecated. Stop duration in minutes. |
ISMFlag |
getFlag()
Deprecated. The SMFlag object of the stop that describes its geographic location. |
double |
getMinDistanceToTurn()
Deprecated. Minimal allowed distance to turn. |
int |
getStopID()
Deprecated. Numeric identifier of the user defined route stop. |
boolean |
isEnforceSideOfStreet()
Deprecated. Indicates whether shortest path is restricted when traveling to and from the given stop. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDescription(java.lang.String pVal)
Deprecated. Descriptive text of the route stop used in driving directions. |
void |
setDuration(short pVal)
Deprecated. Stop duration in minutes. |
void |
setEnforceSideOfStreet(boolean pbESS)
Deprecated. Indicates whether shortest path is restricted when traveling to and from the given stop. |
void |
setFlag(ISMFlag pVal)
Deprecated. The SMFlag object of the stop that describes its geographic location. |
void |
setMinDistanceToTurn(double pdDist)
Deprecated. Minimal allowed distance to turn. |
void |
setStopID(int pVal)
Deprecated. Numeric identifier of the user defined route stop. |
| 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 ISMStopProxy(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.IOExceptionpublic ISMStopProxy()
public ISMStopProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISMStopProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISMStopProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
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 | ||||||||