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 415 of file ocpn_plugin.h.
double _ExtentPI::ELON |
Eastern longitude boundary in decimal degrees.
Definition at line 419 of file ocpn_plugin.h.
double _ExtentPI::NLAT |
Northern latitude boundary in decimal degrees.
Definition at line 418 of file ocpn_plugin.h.
double _ExtentPI::SLAT |
Southern latitude boundary in decimal degrees.
Definition at line 416 of file ocpn_plugin.h.
double _ExtentPI::WLON |
Western longitude boundary in decimal degrees.
Definition at line 417 of file ocpn_plugin.h.