|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITrafficFeedGPService
Provides access to a GP service for retrieving traffic feed data.
| Method Summary | |
|---|---|
IPropertySet |
getConnectionProperties()
Connection properties of the GP service. |
String |
getServiceName()
The name of the GP service. |
String |
getTaskName()
The name of the GP service task which returns a URL to TrafficIndex.xml. |
void |
setConnectionProperties(IPropertySet connectionProperties)
Connection properties of the GP service. |
void |
setServiceName(String serviceName)
The name of the GP service. |
void |
setTaskName(String taskName)
The name of the GP service task which returns a URL to TrafficIndex.xml. |
| Method Detail |
|---|
IPropertySet getConnectionProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConnectionProperties(IPropertySet connectionProperties)
throws IOException,
AutomationException
connectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getServiceName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServiceName(String serviceName)
throws IOException,
AutomationException
serviceName - The serviceName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTaskName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTaskName(String taskName)
throws IOException,
AutomationException
taskName - The taskName (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 | ||||||||