|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMFlag
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.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
int getObjectID() throws IOException, AutomationException
Read the street flag ID
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectID(int pVal) throws IOException, AutomationException
Write the street flag ID.
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.float getPercentAlong() throws IOException, AutomationException
Indicates the flag position along the street in percent.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPercentAlong(float pVal) throws IOException, AutomationException
Write the flag position along the street in percent.
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
pVal
- A com.esri.arcgis.datasourcesfile.esriSMStreetSideType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISMRouterPoint getStreetPoint() throws IOException, AutomationException
Provides the geographic location of the flag.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStreetPoint(ISMRouterPoint pVal) throws IOException, AutomationException
Writes the geographic location of the flag.
pVal
- 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 |