1MAPRST(3NCARG) NCAR GRAPHICS MAPRST(3NCARG)
2
3
4
6 MAPRST - Restores the state of EZMAP saved by an earlier call to
7 MAPSAV.
8
10 CALL MAPRST (INFO)
11
13 #include <ncarg/ncargC.h>
14
15 void c_maprst (int info)
16
18 INFO (an input expression, of type INTEGER) is the number of a
19 unit from which a single unformatted record is to be read.
20 It is the user's responsibility to position this unit.
21 MAPRST does not rewind it, either before or after reading
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 restore internal parameter values from a
30 file. For a complete list of parameters available in this utility, see
31 the ezmap_params man page.
32
34 No example is available for MAPRST.
35
37 To use MAPRST or c_maprst, 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, mapsav, 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 MAPRST(3NCARG)