1MAPSTR(3NCARG)                   NCAR GRAPHICS                  MAPSTR(3NCARG)
2
3
4

NAME

6       MAPSTR - Sets the values of certain EZMAP parameters of type REAL.
7
8       MPSETR is an alternate name for the routine MAPSTR.
9

SYNOPSIS

11       CALL MAPSTR (PNAM,RVAL)
12

C-BINDING SYNOPSIS

14       #include <ncarg/ncargC.h>
15
16       void c_mapstr (char *pnam, float rval)
17

DESCRIPTION

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       RVAL        (an input expression of type REAL) contains the value to be
24                   given to the parameter specified by PNAM.
25

C-BINDING DESCRIPTION

27       The C-binding argument descriptions are the same as the FORTRAN
28       argument descriptions.
29

USAGE

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

EXAMPLES

36       Use the ncargex command to see the following relevant examples:
37       cezmap1, cezmap2, cezmap3, cmpclr, cmpdd, cmpdrw, cmpel, cmpfil,
38       cmpgrd, cmpgrp, cmpitm, cmplab, cmplbl, cmplot, cmpmsk, cmpsat, cmptit,
39       cmptra, cmpusr, cmptra, cpex01, cpex09, mpex05, mpex06, mpex10, mpexfi,
40       tezmap.
41

ACCESS

43       To use MAPSTR, MPSETR, or c_mapstr, load the NCAR Graphics libraries
44       ncarg, ncarg_gks, and ncarg_c, preferably in that order.
45

MESSAGES

47       See the ezmap man page for a description of all EZMAP error messages
48       and/or informational messages.
49

SEE ALSO

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, mapstc,
55       mapsti, mapstl, 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-2007
65       University Corporation for Atmospheric Research
66
67       This documentation is free software; you can redistribute it and/or
68       modify it under the terms of the GNU General Public License as
69       published by the Free Software Foundation; either version 2 of the
70       License, or (at your option) any later version.
71
72       This software is distributed in the hope that it will be useful, but
73       WITHOUT ANY WARRANTY; without even the implied warranty of
74       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75       General Public License for more details.
76
77       You should have received a copy of the GNU General Public License along
78       with this software; if not, write to the Free Software Foundation,
79       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
80
81
82
83UNIX                              March 1993                    MAPSTR(3NCARG)
Impressum