1MAPSAV(3NCARG) NCAR GRAPHICS MAPSAV(3NCARG)
2
3
4
6 MAPSAV - Saves the current state of EZMAP for later restoration by
7 MAPRST.
8
10 CALL MAPSAV (INFO)
11
13 #include <ncarg/ncargC.h>
14
15 void c_mapsav (int info)
16
18 INFO (an input expression, of type INTEGER) is the number of a
19 unit to which a single unformatted record is to be written.
20 It is the user's responsibility to position this unit.
21 MAPSAV does not rewind it, either before or after writing
22 the record.
23
25 The C-binding argument description is the same as the FORTRAN argument
26 description.
27
29 This routine allows you to save internal parameter values to a file.
30 For a complete list of parameters available in this utility, see the
31 ezmap_params man page.
32
34 No example is available for MAPSAV.
35
37 To use MAPSAV or c_mapsav, load the NCAR Graphics libraries ncarg,
38 ncarg_gks, and ncarg_c, preferably in that order.
39
41 See the ezmap man page for a description of all EZMAP error messages
42 and/or informational messages.
43
45 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
46 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
47 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
48 maplmb, maplot, mappos, maproj, maprs, maprst, mapset, mapstc, mapsti,
49 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
50 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
51 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
52 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
53 ncarg_cbind
54
55 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
56
58 Copyright (C) 1987-2009
59 University Corporation for Atmospheric Research
60 The use of this Software is governed by a License Agreement.
61
62
63
64UNIX March 1993 MAPSAV(3NCARG)