com.esri.arcgis.carto
Interface esriGpsSpeedUnits

All Superinterfaces:
Serializable

public interface esriGpsSpeedUnits
extends Serializable

Lists the valid units used in setting and displaying the speed of the GPS position as it moves across the map.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGpsSpeedFps
          Feet per second.
static int esriGpsSpeedKnots
          Knots.
static int esriGpsSpeedKph
          Kilometers per hour.
static int esriGpsSpeedMph
          Miles per hour.
static int esriGpsSpeedMps
          Meters per second.
 

Field Detail

esriGpsSpeedKph

static final int esriGpsSpeedKph
Kilometers per hour.

See Also:
Constant Field Values

esriGpsSpeedMph

static final int esriGpsSpeedMph
Miles per hour.

See Also:
Constant Field Values

esriGpsSpeedMps

static final int esriGpsSpeedMps
Meters per second.

See Also:
Constant Field Values

esriGpsSpeedFps

static final int esriGpsSpeedFps
Feet per second.

See Also:
Constant Field Values

esriGpsSpeedKnots

static final int esriGpsSpeedKnots
Knots.

See Also:
Constant Field Values