com.esri.arcgis.networkanalyst
Interface ITrafficRegion

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrafficRegion

public interface ITrafficRegion
extends Serializable

Provides access to traffic region.

Remarks

ITrafficRegion holds a set of traffic feed specifications for a given region.

Product Availability

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


Method Summary
 IArray getFeeds()
          The collection of feeds.
 String getName()
          The region name.
 void setFeeds(IArray ppVal)
          The collection of feeds.
 void setName(String pVal)
          The region name.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The region name.

Product Availability

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

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(String pVal)
             throws IOException,
                    AutomationException
The region name.

Product Availability

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

Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeeds

IArray getFeeds()
                throws IOException,
                       AutomationException
The collection of feeds.

Remarks

Feeds is an IArray of objects that implement ITrafficFeed. It is used to hold a set of traffic feed specifications that are associated with a given region.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeeds

void setFeeds(IArray ppVal)
              throws IOException,
                     AutomationException
The collection of feeds.

Product Availability

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

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