Locale information used to make approppriate conversions when reading
the XML flight plan.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class Locale |
Visual Basic |
---|
Public Class Locale |
Visual C++ |
---|
public ref class Locale |
Remarks
Internally the Flight Plan manager uses the following units of measure:
- speed: meters/second (ms)
- distance: meters (m)
- altitude: meters (m)
Data read from the XML file will be converted to the approppriate units.
Formatting information is required in order to interpret values in string
format. This formatting info is read from the XML file and store in
fprovider.
This information is stored in a Locale class so that it can be reused
when processing flight plan updates, also in XML format.