1MAPSTL(3NCARG) NCAR GRAPHICS MAPSTL(3NCARG)
2
3
4
6 MAPSTL - Sets the values of certain EZMAP parameters of type LOGICAL.
7
8 MPSETL is an alternate name for the routine MAPSTL.
9
11 CALL MAPSTL (PNAM,LVAL)
12
14 #include <ncarg/ncargC.h>
15
16 void c_mapstl (char *pnam, int lval)
17
19 PNAM (an input expression, of type CHARACTER*2) specifies the
20 name of an internal parameter whose value is to be set.
21 Only the first two characters of this string are examined.
22
23 LVAL (an input expression of type LOGICAL) contains the value to
24 be given to the parameter specified by PNAM.
25
27 The C-binding argument descriptions are the same as the FORTRAN
28 argument descriptions.
29
31 This routine allows you to set the value of EZMAP parameters. For a
32 complete list of parameters available in this utility, see the
33 ezmap_params man page.
34
36 The capabilities offered by the MAPSTL or MPSETL routines are also
37 offered by the MAPSTI or MPSETI routines. See the examples listed on
38 the MAPSTI or MPSETI man page.
39
41 To use MAPSTL, MPSETL, or c_mapstl, 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, mapgti, mapgtl, mapgtr, mapint,
51 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
52 maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc,
53 mapsti, 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
60 Copyright (C) 1987-2007
61 University Corporation for Atmospheric Research
62
63 This documentation is free software; you can redistribute it and/or
64 modify it under the terms of the GNU General Public License as
65 published by the Free Software Foundation; either version 2 of the
66 License, or (at your option) any later version.
67
68 This software is distributed in the hope that it will be useful, but
69 WITHOUT ANY WARRANTY; without even the implied warranty of
70 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
71 General Public License for more details.
72
73 You should have received a copy of the GNU General Public License along
74 with this software; if not, write to the Free Software Foundation,
75 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
76
77
78
79UNIX March 1993 MAPSTL(3NCARG)