1MAPSTI(3NCARG) NCAR GRAPHICS MAPSTI(3NCARG)
2
3
4
6 MAPSTI - Sets the values of certain EZMAP parameters of type INTEGER.
7
8 MPSETI is an alternate name for the routine MAPSTI.
9
11 CALL MAPSTI (PNAM,IVAL)
12
14 #include <ncarg/ncargC.h>
15
16 void c_mapsti (char *pnam, int ival)
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 IVAL (an input expression of type INTEGER) 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 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: cmpclr,
37 cmpdd, cmpdrw, cmpel, cmpfil, cmpgrd, cmpgrp, cmpita, cmplab, cmplbl,
38 cmplot, cmpmsk, cmpou, cmptit, cpex01, cpex03, cpex08, cpex09, mpex02,
39 mpex04, mpex05, mpex06, mpex07, mpex10, mpexfi, eezmpa, tezmap, tezmpa.
40
42 To use MAPSTI, MPSETI, or c_mapsti, load the NCAR Graphics libraries
43 ncarg, ncarg_gks, and ncarg_c, preferably in that order.
44
46 See the ezmap man page for a description of all EZMAP error messages
47 and/or informational messages.
48
50 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
51 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
52 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
53 maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc,
54 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
55 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
56 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
57 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
58 ncarg_cbind
59
60 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
61
63 Copyright (C) 1987-2009
64 University Corporation for Atmospheric Research
65 The use of this Software is governed by a License Agreement.
66
67
68
69UNIX March 1993 MAPSTI(3NCARG)