|
|||||||||
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.ISMRouterSetupProxy com.esri.arcgis.datasourcesfile.ISMRouterSetup2Proxy
public class ISMRouterSetup2Proxy
Provides access to router restrictions settings.
This interface is new at ArcGIS 9.3. It supersedes ISMRouterSetup2.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISMRouterSetup2Proxy()
|
|
ISMRouterSetup2Proxy(Object obj)
|
protected |
ISMRouterSetup2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
clearRestriction(int index)
The method removes restriction at specified position from the list. |
ISMRestriction |
getRestriction(int index)
Restriction at the position, specified by index. |
int |
getRestrictionCount()
Number of restrictions in the list, which will be applied when finding route. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.datasourcesfile.ISMRouterSetupProxy |
---|
clearAllRestrictions, getBacktrackPolicy, getDirectionsLengthUnits, setBacktrackPolicy, setDirectionsLengthUnits, setRestriction |
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 |
Methods inherited from interface com.esri.arcgis.datasourcesfile.ISMRouterSetup |
---|
clearAllRestrictions, getBacktrackPolicy, getDirectionsLengthUnits, setBacktrackPolicy, setDirectionsLengthUnits, setRestriction |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISMRouterSetup2Proxy()
public ISMRouterSetup2Proxy(Object obj) throws IOException
IOException
protected ISMRouterSetup2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class ISMRouterSetupProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class ISMRouterSetupProxy
IOException
public int getRestrictionCount() throws IOException, AutomationException
getRestrictionCount
in interface ISMRouterSetup2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISMRestriction getRestriction(int index) throws IOException, AutomationException
getRestriction
in interface ISMRouterSetup2
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearRestriction(int index) throws IOException, AutomationException
clearRestriction
in interface ISMRouterSetup2
index
- The index (in)
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 |