1MAPGTI(3NCARG) NCAR GRAPHICS MAPGTI(3NCARG)
2
3
4
6 MAPGTI - Gets the current value of a specified EZMAP parameter of type
7 INTEGER.
8
9 MPGETI is an alternate name for the routine MAPGTI.
10
12 CALL MAPGTI (PNAM,IVAL)
13
15 #include <ncarg/ncargC.h>
16
17 void c_mapgti (char *pnam, int *ival)
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 IVAL (an output variable of type INTEGER) receives the value of
25 the 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 examples: mpex07,
38 mpex08.
39
41 To use MAPGTI, MPGETI, or c_mapgti load the NCAR Graphics libraries
42 ncarg, ncarg_gks, and ncarg_c, preferably in that order.
43
45 See the ezmap man page for a description of all EZMAP error messages
46 and/or informational messages.
47
49 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
50 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgtl, mapgtr, mapint, mapiq,
51 mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl, maplmb,
52 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
53 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
54 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
55 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
56 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
57 ncarg_cbind
58
59 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
60
62 Copyright (C) 1987-2007
63 University Corporation for Atmospheric Research
64
65 This documentation is free software; you can redistribute it and/or
66 modify it under the terms of the GNU General Public License as
67 published by the Free Software Foundation; either version 2 of the
68 License, or (at your option) any later version.
69
70 This software is distributed in the hope that it will be useful, but
71 WITHOUT ANY WARRANTY; without even the implied warranty of
72 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
73 General Public License for more details.
74
75 You should have received a copy of the GNU General Public License along
76 with this software; if not, write to the Free Software Foundation,
77 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
78
79
80
81UNIX March 1993 MAPGTI(3NCARG)