com.esri.arcgis.carto
Interface IRealTimeFeedManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
RealTimeFeedManager

public interface IRealTimeFeedManager
extends Serializable

Provides access to basic properties of RealTimeFeedManager.

Product Availability

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


Method Summary
 IGpsFeed getGpsFeed()
          The GPS feed object.
 IMap getMap()
          The map on which to display the current position.
 IRealTimeFeed getRealTimeFeed()
          The real-time feed.
 IRealTimeFeedSimulator getRealTimeFeedSimulator()
          The real-time feed simulator.
 void setMapByRef(IMap ppMap)
          The map on which to display the current position.
 void setRealTimeFeedByRef(IRealTimeFeed ppRealTimeFeed)
          The real-time feed.
 

Method Detail

getRealTimeFeed

IRealTimeFeed getRealTimeFeed()
                              throws IOException,
                                     AutomationException
The real-time feed.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setRealTimeFeedByRef

void setRealTimeFeedByRef(IRealTimeFeed ppRealTimeFeed)
                          throws IOException,
                                 AutomationException
The real-time feed.

Product Availability

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

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

getMap

IMap getMap()
            throws IOException,
                   AutomationException
The map on which to display the current position.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setMapByRef

void setMapByRef(IMap ppMap)
                 throws IOException,
                        AutomationException
The map on which to display the current position.

Product Availability

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

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

getGpsFeed

IGpsFeed getGpsFeed()
                    throws IOException,
                           AutomationException
The GPS feed object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getRealTimeFeedSimulator

IRealTimeFeedSimulator getRealTimeFeedSimulator()
                                                throws IOException,
                                                       AutomationException
The real-time feed simulator.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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