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

MPLNRI - Reads information from a specified EZMAP database.

Access

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

C-Binding Description

       The C-binding argument description is the same as the FORTRAN argument description.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_mplnri (char *flnm)

Description

       FLNM        (an  input  expression  of  type  CHARACTER)  specifies  the name of the database to be used.
                   MPLNRI will first look for the files  of  the  specified  database  in  the  current  working
                   directory;  if  the files are not found there, MPLNRI will look for them in the NCAR Graphics
                   database directory.  The database created in 1998 and provided as part of Version 4.1 of NCAR
                   Graphics is named "Earth..1".

Examples

       Use the ncargex command to see the following relevant example: mpex12.

Name

       MPLNRI - Reads information from a specified EZMAP database.

See Also

       Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw,  mapeod,  mapfst,  mapgci,  mapgrd,  mapgrm,
       mapgtc,  mapgti,  mapgtl,  mapgtr,  mapint, mapiq, mapiqa, 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,  mpname,  mprset,
       mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon, ncarg_cbind

Synopsis

       CALL MPLNRI (FLNM)

Usage

       Calling MPLNRI causes information about the database whose name is specified by  FLNM  to  be  read  into
       EZMAPB common blocks.  Subsequent references to functions like MPIOAR, MPISCI, and so on make use of this
       data.

See Also