logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MAPDRW - Draws the complete map described by the current values of the internal parameters of EZMAP.

Access

       To use MAPDRW or c_mapdrw, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_mapdrw()

Description

       MAPDRW does not use any arguments.

Examples

       Use the ncargex command to see the following relevant examples: ccpmap, ccpvp, cezmap1, cezmap2, cezmap3,
       cmpdrw, cmppos, cmpsat, cmptra, cmpusr, cpex01, cpex03, cpex09, mpex01, mpex02, mpex04, mpex05, mpex06,
       mpex07, mpex10, tezmap, fgkgpl, fgkgtx, fngngdts.

Name

       MAPDRW - Draws the complete map described by the current values of the internal parameters of EZMAP.
       Note that this routine uses whichever old outline dataset is selected by the value of the internal
       parameter 'OU'; to access the new map database "Earth..1", which was created in 1998, one must call
       instead the routines that MAPDRW would have called, but call MPLNDR instead of MAPLOT.

See Also

       Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapeod, mapfst, mapgci, mapgrd, mapgrm, mapgtc,
       mapgti, mapgtl, mapgtr, mapint, mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
       maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti, mapstl, mapstr, maptra,
       maptri, maptrn, mapusr, mapvec, mpchln, mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb,
       mpilnb, mpiola, mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri, mpname, mprset,
       mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon, ncarg_cbind

       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial

Synopsis

       CALL MAPDRW

Usage

       MAPDRW calls MAPINT (if the value of the internal parameter 'IN' indicates that initialization is
       required), MAPGRD, MAPLBL, and MAPLOT, in that order. The user may wish to call these routines directly.

See Also