|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.TrafficFeedGPService
public class TrafficFeedGPService
A container for members in traffic feed data.
| Constructor Summary | |
|---|---|
TrafficFeedGPService()
Constructs a TrafficFeedGPService using ArcGIS Engine. |
|
TrafficFeedGPService(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TrafficFeedGPService theTrafficFeedGPService = (TrafficFeedGPService) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public TrafficFeedGPService()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TrafficFeedGPService(Object obj)
throws IOException
TrafficFeedGPService theTrafficFeedGPService = (TrafficFeedGPService) obj;
obj to TrafficFeedGPService.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IPropertySet getConnectionProperties()
throws IOException,
AutomationException
getConnectionProperties in interface ITrafficFeedGPServiceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConnectionProperties(IPropertySet connectionProperties)
throws IOException,
AutomationException
setConnectionProperties in interface ITrafficFeedGPServiceconnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getServiceName()
throws IOException,
AutomationException
getServiceName in interface ITrafficFeedGPServiceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServiceName(String serviceName)
throws IOException,
AutomationException
setServiceName in interface ITrafficFeedGPServiceserviceName - The serviceName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTaskName()
throws IOException,
AutomationException
getTaskName in interface ITrafficFeedGPServiceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTaskName(String taskName)
throws IOException,
AutomationException
setTaskName in interface ITrafficFeedGPServicetaskName - 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 | ||||||||