|
|||||||||
| 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.ISMFlagProxy
public class ISMFlagProxy
Deprecated as of 10.1. Provides access to the information about a stop's geographic location.
Provides information such as stop location on the street, street side, and position on the street segment.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ISMFlagProxy()
|
|
ISMFlagProxy(Object obj)
|
protected |
ISMFlagProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getObjectID()
Flag ID. |
float |
getPercentAlong()
Flag position along the street segment as a percent of the segment length. |
int |
getSide()
The side of the street that the flag is on. |
ISMRouterPoint |
getStreetPoint()
The geographic location of the flag. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setObjectID(int pVal)
Flag ID. |
void |
setPercentAlong(float pVal)
Flag position along the street segment as a percent of the segment length. |
void |
setSide(int pVal)
The side of the street that the flag is on. |
void |
setStreetPoint(ISMRouterPoint pVal)
The geographic location of the flag. |
| 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 boolean noncastable
| Constructor Detail |
|---|
public ISMFlagProxy()
public ISMFlagProxy(Object obj)
throws IOException
IOException
protected ISMFlagProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getObjectID()
throws IOException,
AutomationException
Read the street flag ID
getObjectID in interface ISMFlagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectID(int pVal)
throws IOException,
AutomationException
Write the street flag ID.
setObjectID in interface ISMFlagpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public float getPercentAlong()
throws IOException,
AutomationException
Indicates the flag position along the street in percent.
getPercentAlong in interface ISMFlagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPercentAlong(float pVal)
throws IOException,
AutomationException
Write the flag position along the street in percent.
setPercentAlong in interface ISMFlagpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSide()
throws IOException,
AutomationException
Indicates what street direction can be used in the stop.
Side property indicates what street direction can be used in stop. It equals esriSMStreetSideLeft value if right side of street (forward direction) is allowed, it equals esriSMStreetSideRight value for left side (backward direction). It equals esriSMStreetSideUndefined if both directions are allowed.
getSide in interface ISMFlagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSide(int pVal)
throws IOException,
AutomationException
Write the street direction that can be used in the stop.
Side property indicates what street direction can be used in stop. It equals esriSMStreetSideLeft value if right side of street (forward direction) is allowed, it equals esriSMStreetSideRight value for left side (backward direction). It equals esriSMStreetSideUndefined if both directions are allowed.
setSide in interface ISMFlagpVal - A com.esri.arcgis.datasourcesfile.esriSMStreetSideType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISMRouterPoint getStreetPoint()
throws IOException,
AutomationException
Provides the geographic location of the flag.
getStreetPoint in interface ISMFlagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStreetPoint(ISMRouterPoint pVal)
throws IOException,
AutomationException
Writes the geographic location of the flag.
setStreetPoint in interface ISMFlagpVal - A reference to a com.esri.arcgis.datasourcesfile.ISMRouterPoint (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 | ||||||||