Telogis.GeoBase.SpeedUnit |
A collection of values representing the various speed units that can be used with MathUtil. While each of these values should be used primarily as a code to represent its corresponding unit, it is also the string abbreviation of the unit and can thus be used for labelling.
Name | Type | Description |
---|---|---|
CentimetersPerSecond | String | The unit representing centimeters per second. |
KilometersPerHour | String | The unit representing kilometers per hour. |
Knots | String | The unit representing knots. |
MetersPerSecond | String | The unit representing meters per second. |
MilesPerHour | String | The unit representing miles per hour. |
RadiansPerSecond | String | The unit representing radians per second. |