1MAPSTC(3NCARG) NCAR GRAPHICS MAPSTC(3NCARG)
2
3
4
6 MAPSTC - Sets the values of certain EZMAP parameters of type CHARACTER.
7
8 MPSETC is an alternate name for the routine MAPSTC.
9
11 CALL MAPSTC (PNAM,CVAL)
12
14 #include <ncarg/ncargC.h>
15
16 void c_mapstc(char *pnam, char *cval)
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 CVAL (an input expression of type CHARACTER) contains the value
24 to 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 current value of EZMAP parameters.
32 For a complete list of parameters available in this utility, see the
33 ezmap_params man page.
34
36 Use the ncargex command to see the following relevant examples:
37 cezmap1, cezmap2, cezmap3, cmpclr, cmpdd, cmpdrw, cmpel, cmpfil,
38 cmpgrd, cmpgrp, cmpita, cmpitm, cmplab, cmplbl, cmplot, cmpmsk, cmpou,
39 cmpsat, cmptit, cmptra, cmpusr, cpex01, cpex03, cpex08, cpex09, mpex01,
40 mpex02, mpex04, mpex05, mpex06, mpex07, mpex09, eezmpa, tezmap, tezmpa.
41
43 To use MAPSTC, MPSETC, or c_mapstc, load the NCAR Graphics libraries
44 ncarg, ncarg_gks, and ncarg_c, preferably in that order.
45
47 See the ezmap man page for a description of all EZMAP error messages
48 and/or informational messages.
49
51 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
52 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
53 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
54 maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapsti,
55 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
56 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
57 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
58 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
59 ncarg_cbind
60
61 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
62
64 Copyright (C) 1987-2009
65 University Corporation for Atmospheric Research
66 The use of this Software is governed by a License Agreement.
67
68
69
70UNIX March 1993 MAPSTC(3NCARG)