1MPLNRI(3NCARG) NCAR GRAPHICS MPLNRI(3NCARG)
2
3
4
6 MPLNRI - Reads information from a specified EZMAP database.
7
9 CALL MPLNRI (FLNM)
10
12 #include <ncarg/ncargC.h>
13
14 void c_mplnri (char *flnm)
15
17 FLNM (an input expression of type CHARACTER) specifies the name
18 of the database to be used. MPLNRI will first look for the
19 files of the specified database in the current working
20 directory; if the files are not found there, MPLNRI will
21 look for them in the NCAR Graphics database directory. The
22 database created in 1998 and provided as part of Version
23 4.1 of NCAR Graphics is named "Earth..1".
24
26 The C-binding argument description is the same as the FORTRAN argument
27 description.
28
30 Calling MPLNRI causes information about the database whose name is
31 specified by FLNM to be read into EZMAPB common blocks. Subsequent
32 references to functions like MPIOAR, MPISCI, and so on make use of this
33 data.
34
36 Use the ncargex command to see the following relevant example: mpex12.
37
39 To use MPLNRI or c_mplnri, load the NCAR Graphics libraries ncarg,
40 ncarg_gks, and ncarg_c, preferably in that order.
41
43 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
44 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
45 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
46 maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc,
47 mapsti, mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln,
48 mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb,
49 mpiola, mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr,
50 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
51 ncarg_cbind
52
54 Copyright (C) 1987-2009
55 University Corporation for Atmospheric Research
56 The use of this Software is governed by a License Agreement.
57
58
59
60UNIX April 1998 MPLNRI(3NCARG)