ncl_mapiqa - Man Page

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

Info

March 1993 UNIX NCAR GRAPHICS