com.esri.arcgis.networkanalyst
Class TrafficFeed

java.lang.Object
  extended by com.esri.arcgis.networkanalyst.TrafficFeed
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ITrafficFeed, Serializable

public class TrafficFeed
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ITrafficFeed

Traffic feed class.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
TrafficFeed()
          Constructs a TrafficFeed using ArcGIS Engine.
TrafficFeed(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TrafficFeed theTrafficFeed = (TrafficFeed) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 IPropertySet getProperties()
          The type of feed.
 String getURL()
          The feed URL.
 int hashCode()
          the hashcode for this object
 void setProperties(IPropertySet ppVal)
          The type of feed.
 void setURL(String ppVal)
          The feed URL.
 
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

TrafficFeed

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

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

TrafficFeed

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

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

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

getURL

public String getURL()
              throws IOException,
                     AutomationException
The feed URL.

Product Availability

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

Specified by:
getURL in interface ITrafficFeed
Returns:
The ppVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

public void setURL(String ppVal)
            throws IOException,
                   AutomationException
The feed URL.

Product Availability

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

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

getProperties

public IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
The type of feed.

Product Availability

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

Specified by:
getProperties in interface ITrafficFeed
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperties

public void setProperties(IPropertySet ppVal)
                   throws IOException,
                          AutomationException
The type of feed.

Product Availability

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

Specified by:
setProperties in interface ITrafficFeed
Parameters:
ppVal - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.