Magellan DirectRoute 3.0 Bedienungsanleitung Seite 121

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 130
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 120
GPS-
Ba-
bel
XCSV
Style
Files
106
IFIELD ICON_DESCR,"","%s"
LAT_DECIMAL
LAT_DECIMAL defines LATITUDE in DECIMAL format. Note that this is a PURE signed decimal
format (i.e. -91.0000). This data is handled internally as a DOUBLE PRECISION FLOAT and requires
a FLOATING POINT printf conversion.
example:
IFIELD LAT_DECIMAL,"","%f"
LON_DECIMAL
See LAT_DECIMAL, except LON_DECIMAL defines LONGITUDE.
LAT_INT32DEG
LAT_INT32DEG defines LATITUDE in what I call INT32DEGREES. This value is a signed LONG
INTEGER and requires a LONG INTEGER printf conversion. (This format is only used by some DeLorme
products.)
example:
IFIELD LAT_INT32DEG,"","%ld"
LON_INT32DEG
See LON_INT32DEG except LON_INT32DEG defines LONGITUDE.
LAT_DECIMALDIR / LAT_DIRDECIMAL
LAT_DECIMALDIR and LAT_DIRDECIMAL define LATITUDE in DECIMAL format with the added
bonus of a 'N/S' or 'E/W' direction character. This data is handled internally as a DOUBLE PRECISION
FLOAT and a single CHARACTER and requires a FLOATING POINT as well as a CHARACTER
printf conversion. The only difference between the two is whether the directional character appears before
(LAT_DIRDECIMAL) or after (LAT_DECIMALDIR) the decimal number.
examples:
IFIELD LAT_DECIMALDIR,"","%f %c" # (writes 31.333 N)
IFIELD LAT_DIRDECIMAL,"","%c %f" # (writes N 31.333)
LON_DECIMALDIR / LON_DIRDECIMAL
Same as LAT_DECIMALDIR / LAT_DIRDECIMAL except LON_ defines LONGITUDE.
LAT_DIR / LON_DIR
LAT_DIR returns the single character 'N' or 'S' depending on the hemisphere of the latitude. LON_DIR
returns 'E' or 'W' depending on the hemisphere of the longitude.
Seitenansicht 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 129 130

Kommentare zu diesen Handbüchern

Keine Kommentare