ESRI.ArcGIS.Mobile
GpsStreamingTool Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace : GpsStreamingTool Class

Gps Streaming Tool is used for collecting a polyline or polygon feautre by streaming GPS locations.

Syntax

Visual Basic (Declaration) 
Public Class GpsStreamingTool 
   Inherits GpsConstructionTool
C# 
public class GpsStreamingTool : GpsConstructionTool 

Remarks

GPS quality (e.g. FixStatus and maximum PDOP) can be specified for streaminging the geometry being collected.

When streaming a feature, positions can be collected in a time interval or distance interval. For example, collect positions every 5 seconds, or every 5 feet. This streaming mode can be specified in its GpsStreamingSettings.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Gps.GpsConstructionTool
      ESRI.ArcGIS.Mobile.Gps.GpsStreamingTool

Requirements

Namespace: ESRI.ArcGIS.Mobile.Gps

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also