1MAPIQA(3NCARG) NCAR GRAPHICS MAPIQA(3NCARG)
2
3
4
6 MAPIQA - Terminates a string of calls to MAPITA.
7
9 CALL MAPIQA (IAMA,IGID,IAIL,IAIR)
10
12 #include <ncarg/ncargC.h>
13
14 void c_mapiqa (int *iama, int igid, int iail, int iair)
15
16 void c_mapita (float rlat, float rlon, int ifst,
17 int *iama, int igid, int iail, int iair)
18
20 IAMA (an input/output array of type INTEGER, dimensioned as
21 specified in a call to the AREAS initialization routine
22 ARINAM) is the area map to which lines in MAPITA's buffer
23 are to be added.
24
25 IGID (an input expression of type INTEGER) is the group
26 identifier to be passed to the AREAS routine AREDAM when
27 the lines in MAPITA's buffer are added to the area map in
28 IAMA.
29
30 IAIL (an input expression of type INTEGER) is the left area
31 identifier to be passed to the AREAS routine AREDAM when
32 the lines in MAPITA's buffer are added to the area map in
33 IAMA.
34
35 IAIR (an input expression of type INTEGER) is the right area
36 identifier to be passed to the AREAS routine AREDAM when
37 the lines in MAPITA's buffer are added to the area map in
38 IAMA.
39
41 The C-binding argument descriptions are the same as the FORTRAN
42 argument descriptions.
43
45 You must call MAPITA once for each point along the line. After your
46 last call to MAPITA for a given line, you must call MAPIQA to signal
47 the end of the line.
48
49 For more information, see the man pages for the routines MAPIT and
50 MAPITA.
51
53 Use the ncargex command to see the following relevant examples: cmpita,
54 cpex08.
55
57 To use MAPIQA or c_mapiqa, load the NCAR Graphics libraries ncarg,
58 ncarg_gks, and ncarg_c, preferably in that order.
59
61 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
62 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
63 mapiq, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl, maplmb,
64 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
65 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
66 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
67 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
68 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
69 ncarg_cbind
70
71 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
72
74 Copyright (C) 1987-2007
75 University Corporation for Atmospheric Research
76
77 This documentation is free software; you can redistribute it and/or
78 modify it under the terms of the GNU General Public License as
79 published by the Free Software Foundation; either version 2 of the
80 License, or (at your option) any later version.
81
82 This software is distributed in the hope that it will be useful, but
83 WITHOUT ANY WARRANTY; without even the implied warranty of
84 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
85 General Public License for more details.
86
87 You should have received a copy of the GNU General Public License along
88 with this software; if not, write to the Free Software Foundation,
89 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
90
91
92
93UNIX March 1993 MAPIQA(3NCARG)