1MAPDRW(3NCARG) NCAR GRAPHICS MAPDRW(3NCARG)
2
3
4
6 MAPDRW - Draws the complete map described by the current values of the
7 internal parameters of EZMAP. Note that this routine uses whichever
8 old outline dataset is selected by the value of the internal parameter
9 'OU'; to access the new map database "Earth..1", which was created in
10 1998, one must call instead the routines that MAPDRW would have called,
11 but call MPLNDR instead of MAPLOT.
12
14 CALL MAPDRW
15
17 #include <ncarg/ncargC.h>
18
19 void c_mapdrw()
20
22 MAPDRW does not use any arguments.
23
25 MAPDRW calls MAPINT (if the value of the internal parameter 'IN'
26 indicates that initialization is required), MAPGRD, MAPLBL, and MAPLOT,
27 in that order. The user may wish to call these routines directly.
28
30 Use the ncargex command to see the following relevant examples: ccpmap,
31 ccpvp, cezmap1, cezmap2, cezmap3, cmpdrw, cmppos, cmpsat, cmptra,
32 cmpusr, cpex01, cpex03, cpex09, mpex01, mpex02, mpex04, mpex05, mpex06,
33 mpex07, mpex10, tezmap, fgkgpl, fgkgtx, fngngdts.
34
36 To use MAPDRW or c_mapdrw, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order.
38
40 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapeod, mapfst,
41 mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint, mapiq,
42 mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl, maplmb,
43 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
44 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
45 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
46 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
47 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
48 ncarg_cbind
49
50 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
51
53 Copyright (C) 1987-2009
54 University Corporation for Atmospheric Research
55 The use of this Software is governed by a License Agreement.
56
57
58
59UNIX March 1993 MAPDRW(3NCARG)