|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrafficRegion
Provides access to traffic region.
ITrafficRegion holds a set of traffic feed specifications for a given region.
Method Summary | |
---|---|
IArray |
getFeeds()
The collection of feeds. |
String |
getName()
The region name. |
void |
setFeeds(IArray ppVal)
The collection of feeds. |
void |
setName(String pVal)
The region name. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getFeeds() throws IOException, AutomationException
Feeds is an IArray of objects that implement ITrafficFeed. It is used to hold a set of traffic feed specifications that are associated with a given region.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeeds(IArray ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IArray (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 |