OpenCPN Partial API docs
Loading...
Searching...
No Matches
LatLonKey Class Reference

latitude/longitude key for 1 degree cells More...

#include <shapefile_basemap.h>

Public Member Functions

 LatLonKey (int lat, int lon)
 
bool operator< (const LatLonKey &k) const
 
bool operator== (const LatLonKey &other) const
 

Public Attributes

int lat
 
int lon
 

Detailed Description

latitude/longitude key for 1 degree cells

Definition at line 52 of file shapefile_basemap.h.

Constructor & Destructor Documentation

◆ LatLonKey()

LatLonKey::LatLonKey ( int  lat,
int  lon 
)
inline

Definition at line 54 of file shapefile_basemap.h.

Member Function Documentation

◆ operator<()

bool LatLonKey::operator< ( const LatLonKey k) const
inline

Definition at line 61 of file shapefile_basemap.h.

◆ operator==()

bool LatLonKey::operator== ( const LatLonKey other) const
inline

Definition at line 68 of file shapefile_basemap.h.

Member Data Documentation

◆ lat

int LatLonKey::lat

Definition at line 58 of file shapefile_basemap.h.

◆ lon

int LatLonKey::lon

Definition at line 59 of file shapefile_basemap.h.


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