Provided by: libncarg-dev_6.6.2-10build2_amd64 

NAME
MAPIQA - Terminates a string of calls to MAPITA.
SYNOPSIS
CALL MAPIQA (IAMA,IGID,IAIL,IAIR)
C-BINDING SYNOPSIS
#include <ncarg/ncargC.h>
void c_mapiqa (int *iama, int igid, int iail, int iair)
void c_mapita (float rlat, float rlon, int ifst,
int *iama, int igid, int iail, int iair)
DESCRIPTION
IAMA (an input/output array of type INTEGER, dimensioned as specified in a call to the AREAS
initialization routine ARINAM) is the area map to which lines in MAPITA's buffer are to be
added.
IGID (an input expression of type INTEGER) is the group identifier to be passed to the AREAS
routine AREDAM when the lines in MAPITA's buffer are added to the area map in IAMA.
IAIL (an input expression of type INTEGER) is the left area identifier to be passed to the AREAS
routine AREDAM when the lines in MAPITA's buffer are added to the area map in IAMA.
IAIR (an input expression of type INTEGER) is the right area identifier to be passed to the AREAS
routine AREDAM when the lines in MAPITA's buffer are added to the area map in IAMA.
C-BINDING DESCRIPTION
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
USAGE
You must call MAPITA once for each point along the line. After your last call to MAPITA for a given
line, you must call MAPIQA to signal the end of the line.
For more information, see the man pages for the routines MAPIT and MAPITA.
EXAMPLES
Use the ncargex command to see the following relevant examples: cmpita, cpex08.
ACCESS
To use MAPIQA or c_mapiqa, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
that order.
SEE ALSO
Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod, mapfst, mapgci, mapgrd, mapgrm,
mapgtc, mapgti, mapgtl, mapgtr, mapint, mapiq, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti, mapstl, mapstr, maptra,
maptri, maptrn, mapusr, mapvec, mpchln, mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb,
mpilnb, mpiola, mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri, mpname, mprset,
mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon, ncarg_cbind
Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
COPYRIGHT
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
UNIX March 1993 MAPIQA(3NCARG)