1MAPGTR(3NCARG) NCAR GRAPHICS MAPGTR(3NCARG)
2
3
4
6 MAPGTR - Gets the current value of a specified EZMAP parameter of type
7 REAL.
8
9 MPGETR is an alternate name for the routine MAPGTR.
10
12 CALL MAPGTR (PNAM,RVAL)
13
15 #include <ncarg/ncargC.h>
16
17 void c_mapgtr (char *pnam, float *rval)
18
20 PNAM (an input expression of type CHARACTER) specifies the name
21 of the parameter to get. Only the first two characters of
22 the string are examined.
23
24 RVAL (an output variable of type REAL) receives the value of the
25 parameter specified by PNAM.
26
28 The C-binding argument descriptions are the same as the FORTRAN
29 argument descriptions.
30
32 This routine allows you to retrieve the current value of EZMAP
33 parameters. For a complete list of parameters available in this
34 utility, see the ezmap_params man page.
35
37 Use the ncargex command to see the following relevant example: mpex07.
38
40 To use MAPGTR, MAPGETR, or c_mapgtr load the NCAR Graphics libraries
41 ncarg, ncarg_gks, and ncarg_c, preferably in that order.
42
44 See the ezmap man page for a description of all EZMAP error messages
45 and/or informational messages.
46
48 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
49 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapint, mapiq,
50 mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl, maplmb,
51 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
52 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
53 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
54 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
55 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
56 ncarg_cbind
57
58 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
59
61 Copyright (C) 1987-2009
62 University Corporation for Atmospheric Research
63 The use of this Software is governed by a License Agreement.
64
65
66
67UNIX March 1993 MAPGTR(3NCARG)