|
WXP C++ Library Version 6.74.9
|
This struct stores ShapeFile data. More...
#include "../include/ShapeData.h"
Public Member Functions | |
| int | init () |
| int | print () |
| int | printData () |
| int | setIndex (int val) |
| int | getIndex () |
| const char * | getName () |
| int | setName (const char *rname) |
| int | clearPoints () |
| int | addPoint (EarthPoint &ept) |
| int | getNum () |
| EarthPoint | getPoint (int ind) |
| int | setRange (EarthRange &r) |
| EarthRange | getRange () |
Friends | |
| class | ShapeFile |
This struct stores ShapeFile data.
|
inline |
Get the name associated with the object
Referenced by WXP::MapFile::readHeader().
| int ShapeData::init | ( | ) |
| int ShapeData::print | ( | ) |
Prints object parameters
References WXP::EarthPoints::getNum(), and WXP::EarthRange::print().