OpenCPN Partial API docs
|
#include <string.h>
#include <stdint.h>
#include <vector>
#include <mutex>
#include <unordered_map>
#include "wx/wxprec.h"
#include <wx/wx.h>
#include <wx/filename.h>
#include <wx/progdlg.h>
#include <wx/string.h>
#include <wx/wfstream.h>
#include "gdal/cpl_csv.h"
#include "chartbase.h"
#include "mygeom.h"
#include "ogr_s57.h"
#include "s52s57.h"
Go to the source code of this file.
Typedefs | |
typedef struct _OSENC_Record_Base | OSENC_Record_Base |
typedef struct _OSENC_Record | OSENC_Record |
typedef struct _OSENC_Feature_Identification_Record_Base | OSENC_Feature_Identification_Record_Base |
typedef struct _OSENC_Feature_Identification_Record_Payload | OSENC_Feature_Identification_Record_Payload |
typedef struct _OSENC_Attribute_Record_Base | OSENC_Attribute_Record_Base |
typedef struct _OSENC_Attribute_Record | OSENC_Attribute_Record |
typedef struct _OSENC_Attribute_Record_Payload | OSENC_Attribute_Record_Payload |
typedef struct _OSENC_PointGeometry_Record | OSENC_PointGeometry_Record |
typedef struct _OSENC_PointGeometry_Record_Payload | OSENC_PointGeometry_Record_Payload |
typedef struct _OSENC_MultipointGeometry_Record_Base | OSENC_MultipointGeometry_Record_Base |
typedef struct _OSENC_MultipointGeometry_Record_Payload | OSENC_MultipointGeometry_Record_Payload |
typedef struct _OSENC_LineGeometry_Record_Base | OSENC_LineGeometry_Record_Base |
typedef struct _OSENC_LineGeometry_Record_Payload | OSENC_LineGeometry_Record_Payload |
typedef struct _OSENC_AreaGeometry_Record_Base | OSENC_AreaGeometry_Record_Base |
typedef struct _OSENC_AreaGeometry_Record_Payload | OSENC_AreaGeometry_Record_Payload |
typedef struct _OSENC_VET_Record | OSENC_VET_Record |
typedef struct _OSENC_VET_Record_Base | OSENC_VET_Record_Base |
typedef struct _OSENC_VCT_Record | OSENC_VCT_Record |
typedef struct _OSENC_VCT_Record_Base | OSENC_VCT_Record_Base |
typedef struct _OSENC_COVR_Record | _OSENC_COVR_Record |
typedef struct _OSENC_COVR_Record_Base | _OSENC_COVR_Record_Base |
typedef struct _OSENC_COVR_Record_Payload | _OSENC_COVR_Record_Payload |
typedef struct _OSENC_NOCOVR_Record | _OSENC_NOCOVR_Record |
typedef struct _OSENC_NOCOVR_Record_Base | _OSENC_NOCOVR_Record_Base |
typedef struct _OSENC_NOCOVR_Record_Payload | _OSENC_NOCOVR_Record_Payload |
typedef struct _OSENC_EXTENT_Record | _OSENC_EXTENT_Record |
typedef struct _OSENC_EXTENT_Record_Payload | _OSENC_EXTENT_Record_Payload |
typedef std::vector< S57Obj * > | S57ObjVector |
typedef std::vector< VE_Element * > | VE_ElementVector |
typedef std::vector< VC_Element * > | VC_ElementVector |
Functions | |
WX_DEFINE_ARRAY_PTR (float *, SENCFloatPtrArray) | |
const char * | MyCSVGetField (const char *pszFilename, const char *pszKeyFieldName, const char *pszKeyFieldValue, CSVCompareCriteria eCriteria, const char *pszTargetField) |
Variables | |
s57RegistrarMgr * | m_pRegistrarMan |
Global instance. | |
const char * MyCSVGetField | ( | const char * | pszFilename, |
const char * | pszKeyFieldName, | ||
const char * | pszKeyFieldValue, | ||
CSVCompareCriteria | eCriteria, | ||
const char * | pszTargetField | ||
) |
Definition at line 6211 of file s57chart.cpp.
|
extern |
Global instance.
Definition at line 62 of file o_senc.cpp.