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-2007
54 University Corporation for Atmospheric Research
55
56 This documentation is free software; you can redistribute it and/or
57 modify it under the terms of the GNU General Public License as
58 published by the Free Software Foundation; either version 2 of the
59 License, or (at your option) any later version.
60
61 This software is distributed in the hope that it will be useful, but
62 WITHOUT ANY WARRANTY; without even the implied warranty of
63 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
64 General Public License for more details.
65
66 You should have received a copy of the GNU General Public License along
67 with this software; if not, write to the Free Software Foundation,
68 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
69
70
71
72UNIX March 1993 MAPDRW(3NCARG)