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-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 MAPRST(3NCARG)