ESRI.ArcGIS.Mobile
GpsConnection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace : GpsConnection Class


The following tables list the members exposed by GpsConnection.

Public Properties

 NameDescription
Public PropertyAltitudeGets the altitude of the current fix.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCourseGets the trend -or- course (true) along the fix line (in degrees).  
Public PropertyCourseMagneticGets the trend -or- course (magnetic) along the fix line (in degrees).  
Public PropertyDateTimeGets the current date and time of the fix acquired.  
Public PropertyFixSatelliteCountGets the current count of satellites in the constellation.  
Public PropertyFixStatusReturns the current FixStatus.  
Public PropertyGeoidHeightGets the geoid height of the fix.  
Public PropertyGpsChangeTypeGets type of GPS Change event.  
Public PropertyHorizontalDilutionOfPrecisionGets the horizontal dilution of precision for the fix.  
Public PropertyIsOpen Returns true if the GPS connection is open.  
Public PropertyLatitudeGets the latitude of the current fix position.  
Public PropertyLatitudeToDegreeMinutesSeconds Gets the latitude as a string (degrees-minutes-seconds.decimal seconds).  
Public PropertyLongitudeGets the longitude of the current fix position.  
Public PropertyLongitudeToDegreeMinutesSeconds Gets the longitude as a string (degrees-minutes-seconds.decimal seconds).  
Public PropertyPositionDilutionOfPrecisionGets the position dilution of precision for the fix.  
Public PropertySatellitesInView Gets the list of visible satellites.  
Public PropertySatellitesUsedInFix Gets the list of satellites available at a Location.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySpatialReferenceGets or sets the GpsConnection Spatial Reference.  
Public PropertySpeedGets the ground speed (Kilometers per hour).  
Public PropertyVerticalDilutionOfPrecisionGets the vertical dilution of precision for the fix.  
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodClose Closes the GPS Connection and stops reading.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  Finalizes the object release any unmanaged resource.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodOpen Opens the GPS connection and starts to read.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnClose Invoked when the conneciton close.  
Protected MethodOnOpen Invoked when the connection open.  
Protected MethodOnPropertyChanged Raises the PropertyChanged events.  
Protected MethodRaiseGpsChanged Raises the GpsChanged event.  
Protected MethodRaiseGpsError Raises the GpsError event.  
Protected MethodResetProperties Resets all the properties to there default value.  
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventGpsChangedOccurs when a new sentence is received.  
Public EventGpsClosed Occurs when the connection to the GPS has been closed.  
Public EventGpsClosing Occurs when the connection to the GPS is about to be closed.  
Public EventGpsError Raised when an exception is encountered during processing Gps data.  
Public EventGpsOpened Occurs when the connection to the GPS has been opened.  
Public EventGpsOpening Occurs when the connection to the GPS is about to be opened.  
Public EventPropertyChangedOccurs when a property value changes.  
Top

See Also

© 2013 All Rights Reserved.