com.esri.arcgis.geodatabase
Class TrafficFeedDirectory

java.lang.Object
  extended by com.esri.arcgis.geodatabase.TrafficFeedDirectory
All Implemented Interfaces:
ITrafficFeedDirectory, ITrafficFeedLocation, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class TrafficFeedDirectory
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ITrafficFeedLocation, ITrafficFeedDirectory

A container for members in traffic feed data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Constructor Summary
TrafficFeedDirectory()
          Constructs a TrafficFeedDirectory using ArcGIS Engine.
TrafficFeedDirectory(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TrafficFeedDirectory theTrafficFeedDirectory = (TrafficFeedDirectory) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 String getTrafficDirectory()
          The directory containing dynamic traffic data.
 int hashCode()
          the hashcode for this object
 void setTrafficDirectory(String directory)
          The directory containing dynamic traffic data.
 
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

TrafficFeedDirectory

public TrafficFeedDirectory()
                     throws IOException,
                            UnknownHostException
Constructs a TrafficFeedDirectory using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

TrafficFeedDirectory

public TrafficFeedDirectory(Object obj)
                     throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TrafficFeedDirectory theTrafficFeedDirectory = (TrafficFeedDirectory) obj;

Construct a TrafficFeedDirectory using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TrafficFeedDirectory.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getTrafficDirectory

public String getTrafficDirectory()
                           throws IOException,
                                  AutomationException
The directory containing dynamic traffic data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getTrafficDirectory in interface ITrafficFeedDirectory
Returns:
The directory
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrafficDirectory

public void setTrafficDirectory(String directory)
                         throws IOException,
                                AutomationException
The directory containing dynamic traffic data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setTrafficDirectory in interface ITrafficFeedDirectory
Parameters:
directory - The directory (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.