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-2009
61 University Corporation for Atmospheric Research
62 The use of this Software is governed by a License Agreement.
63
64
65
66UNIX March 1993 MAPSTL(3NCARG)