WXP C++ Library Version 6.74.9
|
This struct stores KML data. More...
#include "../include/KmlData.h"
Public Types | |
enum | Type { UNK , LINE , PLACE } |
Public Member Functions | |
int | init () |
int | print () |
int | printData () |
int | getType () |
int | setType (int rtype) |
const char * | getName () |
int | setName (const char *rname) |
int | clearPoints () |
int | addPoint (EarthPoint &ept) |
int | getNum () |
EarthPoint | getPoint (int ind) |
EarthRange | getRange () |
Public Attributes | |
int | type |
char | name [100] |
EarthPoints | epts |
Friends | |
class | KmlFile |
This struct stores KML data.
|
inline |
|
inline |
Get the type of object
References type.
int KmlData::init | ( | ) |
Initializes the object
References WXP::EarthPoints::clear(), name, and type.
Referenced by WXP::KmlFile::read().
char WXP::KmlData::name[100] |
int WXP::KmlData::type |