OpenCPN Partial API docs
Loading...
Searching...
No Matches
_ExtentPI Struct Reference

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.
 

Detailed Description

Geographic extent structure defining a bounding box.

Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 462 of file ocpn_plugin.h.

Member Data Documentation

◆ ELON

double _ExtentPI::ELON

Eastern longitude boundary in decimal degrees.

Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 466 of file ocpn_plugin.h.

◆ NLAT

double _ExtentPI::NLAT

Northern latitude boundary in decimal degrees.

Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 465 of file ocpn_plugin.h.

◆ SLAT

double _ExtentPI::SLAT

Southern latitude boundary in decimal degrees.

Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 463 of file ocpn_plugin.h.

◆ WLON

double _ExtentPI::WLON

Western longitude boundary in decimal degrees.

Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 464 of file ocpn_plugin.h.


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