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 415 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 419 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 418 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 416 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 417 of file ocpn_plugin.h.


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