Implement cm93.h – CM93 chart state.
More...
#include <algorithm>
#include <unordered_map>
#include <stdio.h>
#include "wx/wxprec.h"
#include "wx/wx.h"
#include <wx/arrstr.h>
#include <wx/listctrl.h>
#include <wx/mstream.h>
#include <wx/regex.h>
#include <wx/spinctrl.h>
#include <wx/textfile.h>
#include <wx/tokenzr.h>
#include "model/plugin_comm.h"
#include "model/chartdata_input_stream.h"
#include "chcanv.h"
#include "cm93.h"
#include "DetailSlider.h"
#include "gui_lib.h"
#include "line_clip.h"
#include "model/georef.h"
#include "mygeom.h"
#include "navutil.h"
#include "ocpndc.h"
#include "ocpn_frame.h"
#include "ocpn_pixel.h"
#include "OCPNPlatform.h"
#include "pluginmanager.h"
#include "s52plib.h"
#include "s52s57.h"
#include "s57chart.h"
#include <wx/arrimpl.cpp>
#include <wx/listimpl.cpp>
Go to the source code of this file.
|
#define | MAX_HDR_LINE 4000 |
|
|
enum | {
tlCELL = 0
, tlMCOVR
, tlSCALE
, tlXOFF
,
tlYOFF
, tlUXOFF
, tlUYOFF
} |
|
Implement cm93.h – CM93 chart state.
Definition in file cm93.cpp.
◆ anonymous enum
◆ appendOSDirSep()
void appendOSDirSep |
( |
wxString * |
pString | ) |
|
◆ CreateDecodeTable()
void CreateDecodeTable |
( |
void |
| ) |
|
◆ Get_CM93_Cell_Origin()
void Get_CM93_Cell_Origin |
( |
int |
cellindex, |
|
|
int |
scale, |
|
|
double * |
lat, |
|
|
double * |
lon |
|
) |
| |
◆ GetPixFromLLVP()
wxPoint GetPixFromLLVP |
( |
double |
lat, |
|
|
double |
lon, |
|
|
const ViewPort & |
VPoint |
|
) |
| |
◆ Ingest_CM93_Cell()
bool Ingest_CM93_Cell |
( |
const char * |
cell_file_name, |
|
|
Cell_Info_Block * |
pCIB |
|
) |
| |
◆ Is_CM93Cell_Present()
bool Is_CM93Cell_Present |
( |
wxString & |
fileprefix, |
|
|
double |
lat, |
|
|
double |
lon, |
|
|
int |
scale_index |
|
) |
| |
◆ ParseSLGTA()
wxString ParseSLGTA |
( |
wxString & |
val | ) |
|
◆ ParseTEXTA()
wxString ParseTEXTA |
( |
wxString & |
val | ) |
|
◆ g_pCM93OffsetDialog
Global instance.
Definition at line 73 of file cm93.cpp.
◆ scale_breaks
Initial value:= {
5000.,
15000.,
40000.,
150000.,
300000.,
1000000.,
5000000.,
20000000.
}
Definition at line 4643 of file cm93.cpp.
◆ sig_version
char sig_version[] = "COVR1002" |