com.esri.arcgis.carto
Class IRealTimeFeedEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.carto.IRealTimeFeedEventsAdapter
All Implemented Interfaces:
IRealTimeFeedEvents, Serializable, EventListener

public class IRealTimeFeedEventsAdapter
extends Object
implements IRealTimeFeedEvents

See Also:
Serialized Form

Constructor Summary
IRealTimeFeedEventsAdapter()
           
 
Method Summary
 void connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent)
          Reports the connection information when it is updated.
 void dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent)
          Reports the date and time when it is updated.
 void dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent)
          Reports the DGPS information when it is updated.
 void dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent)
          Reports the current DOP information when it is updated.
 void groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent)
          Reports the current ground variance when it is updated.
 void magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent)
          Reports the current magnetic variance when it is updated.
 void positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent)
          Reports the current position when it is updated.
 void satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent)
          Reports the current satellite information when it is updated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRealTimeFeedEventsAdapter

public IRealTimeFeedEventsAdapter()
Method Detail

positionUpdated

public void positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent)
                     throws IOException,
                            AutomationException
Reports the current position when it is updated. 'estimate' is true if the signal is lost and the position is estimated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
positionUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

magneticVarianceUpdated

public void magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent)
                             throws IOException,
                                    AutomationException
Reports the current magnetic variance when it is updated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
magneticVarianceUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

groundCourseUpdated

public void groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent)
                         throws IOException,
                                AutomationException
Reports the current ground variance when it is updated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
groundCourseUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dopInfoUpdated

public void dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent)
                    throws IOException,
                           AutomationException
Reports the current DOP information when it is updated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
dopInfoUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

satelliteInfoUpdated

public void satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent)
                          throws IOException,
                                 AutomationException
Reports the current satellite information when it is updated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
satelliteInfoUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dateTimeUpdated

public void dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent)
                     throws IOException,
                            AutomationException
Reports the date and time when it is updated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
dateTimeUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dgpsInfoUpdated

public void dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent)
                     throws IOException,
                            AutomationException
Reports the DGPS information when it is updated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
dgpsInfoUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connectionStatusUpdated

public void connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent)
                             throws IOException,
                                    AutomationException
Reports the connection information when it is updated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
connectionStatusUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.