com.esri.arcgis.arcmapui
Interface IGpsExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
GpsExtension, IGpsExtensionProxy

public interface IGpsExtension
extends Serializable

Provides access to GPS Extension properties.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IRealTimeFeedManager getRealTimeFeedManager()
          The RealTimeFeedManager object associated with the extension.
 

Method Detail

getRealTimeFeedManager

IRealTimeFeedManager getRealTimeFeedManager()
                                            throws IOException,
                                                   AutomationException
The RealTimeFeedManager object associated with the extension.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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