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-2009
75 University Corporation for Atmospheric Research
76 The use of this Software is governed by a License Agreement.
77
78
79
80UNIX March 1993 MAPIQA(3NCARG)