logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MAPIQA - Terminates a string of calls to MAPITA.

Access

       To  use MAPIQA or c_mapiqa, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

C-Binding Description

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

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.

Examples

       Use the ncargex command to see the following relevant examples: cmpita, cpex08.

Name

       MAPIQA - Terminates a string of calls to MAPITA.

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

Synopsis

       CALL MAPIQA (IAMA,IGID,IAIL,IAIR)

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.

See Also