|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrafficFeed
Provides access to traffic feed.
ITrafficFeed holds specifications for a traffic feed.
Method Summary | |
---|---|
IPropertySet |
getProperties()
The type of feed. |
String |
getURL()
The feed URL. |
void |
setProperties(IPropertySet ppVal)
The type of feed. |
void |
setURL(String ppVal)
The feed URL. |
Method Detail |
---|
String getURL() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(String ppVal) throws IOException, AutomationException
ppVal
- The ppVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProperties(IPropertySet ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IPropertySet (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 |