libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
chart_georef_t Struct Reference

#include <chartdb.h>

Collaboration diagram for chart_georef_t:
Collaboration graph
[legend]

Data Fields

bool_t present
 
vect2_t pixels [2]
 
geo_pos2_t pos [2]
 
size_t n_insets
 
chart_bbox_t insets [16]
 

Detailed Description

Chart geo-referencing data. This data consists of two sets of data points

In addition, there's an optional number of chart insets, which are boxes on the chart (their two corners given in pixel coordinates), for which the georeferencing data is invalid. Those are typically things like overlaid legends, or not-to-scale regions. You prevent an airplane symbol from appearing in those insets, as it might confuse the crew as to the position of the aircraft.

Definition at line 128 of file chartdb.h.

Field Documentation

◆ insets

chart_bbox_t insets[16]

Definition at line 133 of file chartdb.h.

◆ n_insets

size_t n_insets

Number of elements in insets

Definition at line 132 of file chartdb.h.

◆ pixels

vect2_t pixels[2]

Definition at line 130 of file chartdb.h.

◆ pos

geo_pos2_t pos[2]

Definition at line 131 of file chartdb.h.

◆ present

bool_t present

Is this georef data valid?

Definition at line 129 of file chartdb.h.


The documentation for this struct was generated from the following file: