com.esri.arcgis.carto
Interface IRealTimeFeedManagerEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IRealTimeFeedManagerEventsAdapter, IRealTimeFeedManagerEventsProxy

public interface IRealTimeFeedManagerEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IRealTimeFeedManagerEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the events fired by a real-time feed manager object.' 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 IID0549f827_b3f4_4fc8_83ce_fbf6e5464f49
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connectionStatusUpdated(IRealTimeFeedManagerEventsConnectionStatusUpdatedEvent theEvent)
          Reports the connection information when it is updated.
 void dateTimeUpdated(IRealTimeFeedManagerEventsDateTimeUpdatedEvent theEvent)
          Reports the date and time when it is updated.
 void dgpsInfoUpdated(IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent theEvent)
          Reports the DGPS information when it is updated.
 void dopInfoUpdated(IRealTimeFeedManagerEventsDopInfoUpdatedEvent theEvent)
          Reports the current DOP information when it is updated.
 void groundCourseUpdated(IRealTimeFeedManagerEventsGroundCourseUpdatedEvent theEvent)
          Reports the current ground variance when it is updated.
 void magneticVarianceUpdated(IRealTimeFeedManagerEventsMagneticVarianceUpdatedEvent theEvent)
          Reports the current magnetic variance when it is updated.
 void positionUpdated(IRealTimeFeedManagerEventsPositionUpdatedEvent theEvent)
          Reports the current position when it is updated.
 void realTimeFeedChanged(IRealTimeFeedManagerEventsRealTimeFeedChangedEvent theEvent)
          Reports the change in the realtime feed object.
 void satelliteInfoUpdated(IRealTimeFeedManagerEventsSatelliteInfoUpdatedEvent theEvent)
          Reports the current satellite information when it is updated.
 

Field Detail

IID0549f827_b3f4_4fc8_83ce_fbf6e5464f49

static final int IID0549f827_b3f4_4fc8_83ce_fbf6e5464f49
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

realTimeFeedChanged

void realTimeFeedChanged(IRealTimeFeedManagerEventsRealTimeFeedChangedEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Reports the change in the realtime feed object.

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

positionUpdated

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

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

magneticVarianceUpdated

void magneticVarianceUpdated(IRealTimeFeedManagerEventsMagneticVarianceUpdatedEvent theEvent)
                             throws java.io.IOException,
                                    AutomationException
Reports the current magnetic variance when it is updated.

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

groundCourseUpdated

void groundCourseUpdated(IRealTimeFeedManagerEventsGroundCourseUpdatedEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Reports the current ground variance when it is updated.

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

dopInfoUpdated

void dopInfoUpdated(IRealTimeFeedManagerEventsDopInfoUpdatedEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Reports the current DOP information when it is updated.

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

satelliteInfoUpdated

void satelliteInfoUpdated(IRealTimeFeedManagerEventsSatelliteInfoUpdatedEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
Reports the current satellite information when it is updated.

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

dateTimeUpdated

void dateTimeUpdated(IRealTimeFeedManagerEventsDateTimeUpdatedEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Reports the date and time when it is updated.

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

dgpsInfoUpdated

void dgpsInfoUpdated(IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Reports the DGPS information when it is updated.

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

connectionStatusUpdated

void connectionStatusUpdated(IRealTimeFeedManagerEventsConnectionStatusUpdatedEvent theEvent)
                             throws java.io.IOException,
                                    AutomationException
Reports the connection information when it is updated.

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