Defines |
| #define | DEBUG |
| #define | NEED_PLDEBUG |
| #define | MAP_FILE ".map" |
| #define | OpenMap plLibOpenPdfstrm |
| #define | CloseMap pdf_close |
| #define | OFFSET ( 180 * 100 ) |
| #define | SCALE 100.0 |
| #define | W_BUFSIZ ( 32 * 1024 ) |
| #define | SHPT_ARC 1 |
| #define | SHPT_POINT 2 |
| #define | SHPT_POLYGON 3 |
| #define | NSEG 100 |
Functions |
| void | rebaselon (PLFLT *lon, PLFLT midlon) |
| int | appendflt (PLFLT **array, size_t n, PLFLT val) |
| int | appendint (int **array, size_t n, int val) |
| int | appendfltptr (PLFLT ***array, size_t n, PLFLT *val) |
| char | checkwrap (void(*mapform)(PLINT, PLFLT *, PLFLT *), PLFLT lon, PLFLT lat) |
| void | drawmapdata (void(*mapform)(PLINT, PLFLT *, PLFLT *), int shapetype, PLINT n, PLFLT *x, PLFLT *y, PLFLT dx, PLFLT dy, PLFLT just, const char *text) |
| void | drawmap (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, PLFLT dx, PLFLT dy, int shapetype, PLFLT just, const char *text, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat, int *plotentries, int nplotentries) |
| void | plmap (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat) |
| void | plmapline (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat, int *plotentries, int nplotentries) |
| void | plmapstring (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, const char *string, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat, int *plotentries, int nplotentries) |
| void | plmaptex (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, PLFLT dx, PLFLT dy, PLFLT just, const char *text, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat, int plotentry) |
| void | plmapfill (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat, int *plotentries, int nplotentries) |
| void | plmeridians (void(*mapform)(PLINT, PLFLT *, PLFLT *), PLFLT dlong, PLFLT dlat, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat) |