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