This class stores raw point data. More...
#include "../include/Datum.h"
Public Types | |
| enum | Type { NONE, DATA, VALUE, TEXT, MARK, INT, CLOUD, WBARB, CBARB, DBARB, VECT, AVECT, WTRACK, SYMB, LINE, CONST } |
Public Member Functions | |
| int | init () |
| int | initVals () |
| int | set (float rlat, float rlon, int type, const char *data, const char *format) |
| int | set (float rlat, float rlon, int type, float val, const char *format) |
| int | set (float rlat, float rlon, int type, float val1, float val2, const char *format) |
| int | set (EarthPoint ept, int type, const char *data, const char *format) |
| int | set (EarthPoint ept, int type, float val, const char *format) |
| int | set (EarthPoint ept, int type, float val1, float val2, const char *format) |
| int | setId (const char *rid) |
| const char * | getId () |
| int | setLoc (EarthPoint ept) |
| int | setLoc (float rlat, float rlon) |
| EarthPoint | getLoc () |
| float | getLat () |
| float | getLon () |
| int | setIndex (int rindex) |
| int | getIndex () |
| int | setType (int t) |
| int | getType () |
| int | setData (char str) |
| int | setData (const char *str) |
| int | clearData () |
| int | formatData (const char *format,...) |
| const char * | getData () |
| const char * | getFormat () |
| int | setFormat (const char *str) |
| int | addFormat (const char *str) |
| int | setValue (int i, float val) |
| int | offsetValue (int i, float val) |
| int | scaleValue (int i, float val) |
| int | setValue (float val) |
| int | setValue (float val1, float val2) |
| float | getValue (int i) |
| int | print () |
Friends | |
| class | DatumPlot |
This class stores raw point data.
1.6.1