Telogis.GeoBase.DistanceUnit |
A collection of values representing the various distance 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 |
---|---|---|
CENTIMETERS | String | The unit representing centimeters. |
DECAMETERS | String | The unit representing decameters. |
DEGREES | String | The unit representing degrees. |
FEET | String | The unit representing feet. |
INCHES | String | The unit representing inches. |
KILOMETERS | String | The unit representing kilometers. |
KNOTS | String | Included for backwards compatibility. Use DistanceUnit.NAUTICAL_MILES instead |
METERS | String | The unit representing meters. |
MILES | String | The unit representing miles. |
NAUTICAL_MILES | String | The unit representing nautical miles. |
RADIANS | String | The unit representing radians. |
YARDS | String | The unit representing yards. |