|
|||||||||
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.networkanalyst.INACompactStreetDirectionProxy com.esri.arcgis.networkanalyst.INACompactStreetDirection2Proxy
public class INACompactStreetDirection2Proxy
Provides access to a compact street direction item.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
INACompactStreetDirection2Proxy()
|
|
INACompactStreetDirection2Proxy(Object obj)
|
protected |
INACompactStreetDirection2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getDepartBearing()
The depart bearing of the item. |
IArray |
getEvents()
The collection of events along the item. |
double |
getGeneralBearing()
The general bearing of the item. |
String |
getString(int index)
The direction string by its index. |
int |
getStringCount()
The number of direction strings in this item. |
int |
getStringType(int index)
The direction string type by its index. |
double |
getTurnAngle()
The turn angle at the maneuver point of the item. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.networkanalyst.INACompactStreetDirectionProxy |
---|
getCompressedGeometry, getETA, getLength, getManeuverType, getText, getTime |
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.networkanalyst.INACompactStreetDirection |
---|
getCompressedGeometry, getETA, getLength, getManeuverType, getText, getTime |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public INACompactStreetDirection2Proxy()
public INACompactStreetDirection2Proxy(Object obj) throws IOException
IOException
protected INACompactStreetDirection2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class INACompactStreetDirectionProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class INACompactStreetDirectionProxy
IOException
public double getTurnAngle() throws IOException, AutomationException
getTurnAngle
in interface INACompactStreetDirection2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDepartBearing() throws IOException, AutomationException
The travel bearing, in degrees measured clockwise from north, at the beginning of the maneuver covered by this direction item.
getDepartBearing
in interface INACompactStreetDirection2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGeneralBearing() throws IOException, AutomationException
The general bearing, in degrees measured clockwise from north, of the maneuver covered by this direction item.
getGeneralBearing
in interface INACompactStreetDirection2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getEvents() throws IOException, AutomationException
An event in a direction item is something that occurs during themaneuver that is not an action item. Crossing a time zone or jurisdictional boundary are examples of direction events.
getEvents
in interface INACompactStreetDirection2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStringCount() throws IOException, AutomationException
A direction item can be made up of multiple strings of the types delineated by esriDirectionsStringType. You can access an item's strings by using StringCount to loop over String.
getStringCount
in interface INACompactStreetDirection2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getString(int index) throws IOException, AutomationException
getString
in interface INACompactStreetDirection2
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStringType(int index) throws IOException, AutomationException
getStringType
in interface INACompactStreetDirection2
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 |