OpenCPN Partial API docs
|
Geographic extent structure defining a bounding box. More...
#include <ocpn_plugin.h>
Public Attributes | |
double | SLAT |
Southern latitude boundary in decimal degrees. | |
double | WLON |
Western longitude boundary in decimal degrees. | |
double | NLAT |
Northern latitude boundary in decimal degrees. | |
double | ELON |
Eastern longitude boundary in decimal degrees. | |
Geographic extent structure defining a bounding box.
Definition at line 472 of file ocpn_plugin.h.
double _ExtentPI::ELON |
Eastern longitude boundary in decimal degrees.
Definition at line 476 of file ocpn_plugin.h.
double _ExtentPI::NLAT |
Northern latitude boundary in decimal degrees.
Definition at line 475 of file ocpn_plugin.h.
double _ExtentPI::SLAT |
Southern latitude boundary in decimal degrees.
Definition at line 473 of file ocpn_plugin.h.
double _ExtentPI::WLON |
Western longitude boundary in decimal degrees.
Definition at line 474 of file ocpn_plugin.h.