com.esri.arcgis.networkanalyst
Interface ITrafficFeed

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITrafficFeedProxy, TrafficFeed

public interface ITrafficFeed
extends java.io.Serializable

COM Interface 'ITrafficFeed'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to traffic feed.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID29595a07_b4f4_45a7_a184_c4686ea89b4a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getProperties()
          The type of feed.
 java.lang.String getURL()
          The feed URL.
 void setProperties(IPropertySet ppVal)
          The type of feed.
 void setURL(java.lang.String ppVal)
          The feed URL.
 

Field Detail

IID29595a07_b4f4_45a7_a184_c4686ea89b4a

static final int IID29595a07_b4f4_45a7_a184_c4686ea89b4a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The feed URL.

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

setURL

void setURL(java.lang.String ppVal)
            throws java.io.IOException,
                   AutomationException
The feed URL.

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

getProperties

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

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

setProperties

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

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