OpenCPN Partial API docs
Loading...
Searching...
No Matches
kml.h File Reference

Read and write KML Format. More...

#include "tinyxml.h"

Go to the source code of this file.

Classes

class  dPoint
 
class  Kml
 
class  KmlFormatDialog
 

Macros

#define KML_INSERT_EXTRADATA   true
 

Typedefs

typedef std::vector< dPointdPointList
 

Enumerations

enum  KmlPastebufferType {
  KML_PASTE_WAYPOINT , KML_PASTE_ROUTE , KML_PASTE_TRACK , KML_PASTE_ROUTE_TRACK ,
  KML_PASTE_INVALID , KML_COPY_STANDARD , KML_COPY_EXTRADATA
}
 

Detailed Description

Read and write KML Format.

See also
http://en.wikipedia.org/wiki/Keyhole_Markup_Language)

Definition in file kml.h.

Macro Definition Documentation

◆ KML_INSERT_EXTRADATA

#define KML_INSERT_EXTRADATA   true

Definition at line 31 of file kml.h.

Typedef Documentation

◆ dPointList

typedef std::vector<dPoint> dPointList

Definition at line 48 of file kml.h.

Enumeration Type Documentation

◆ KmlPastebufferType

enum KmlPastebufferType

Definition at line 33 of file kml.h.