com.esri.arcgis.datasourcesfile
Class ISMStopProxy

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

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

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
extends com.esri.arcgis.interop.Dispatch
implements ISMStop, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISMStopProxy

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

ISMStopProxy

public ISMStopProxy()
Deprecated. 
For internal use only


ISMStopProxy

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

ISMStopProxy

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

ISMStopProxy

protected ISMStopProxy(java.lang.String CLSID,
                       java.lang.String iid,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getStopID

public int getStopID()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Numeric identifier of the user defined route stop.

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

setStopID

public void setStopID(int pVal)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Numeric identifier of the user defined route stop.

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

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Descriptive text of the route stop used in driving directions.

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

setDescription

public void setDescription(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Descriptive text of the route stop used in driving directions.

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

getFlag

public ISMFlag getFlag()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The SMFlag object of the stop that describes its geographic location.

Specified by:
getFlag in interface ISMStop
Returns:
A reference to a com.esri.arcgis.datasourcesfile.ISMFlag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlag

public void setFlag(ISMFlag pVal)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The SMFlag object of the stop that describes its geographic location.

Specified by:
setFlag in interface ISMStop
Parameters:
pVal - A reference to a com.esri.arcgis.datasourcesfile.ISMFlag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDuration

public short getDuration()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Stop duration in minutes.

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

setDuration

public void setDuration(short pVal)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Stop duration in minutes.

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

getMinDistanceToTurn

public double getMinDistanceToTurn()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Minimal allowed distance to turn.

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

setMinDistanceToTurn

public void setMinDistanceToTurn(double pdDist)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Minimal allowed distance to turn.

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

isEnforceSideOfStreet

public boolean isEnforceSideOfStreet()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether shortest path is restricted when traveling to and from the given stop.

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

setEnforceSideOfStreet

public void setEnforceSideOfStreet(boolean pbESS)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether shortest path is restricted when traveling to and from the given stop.

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