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-2007
55 University Corporation for Atmospheric Research
56
57 This documentation is free software; you can redistribute it and/or
58 modify it under the terms of the GNU General Public License as
59 published by the Free Software Foundation; either version 2 of the
60 License, or (at your option) any later version.
61
62 This software is distributed in the hope that it will be useful, but
63 WITHOUT ANY WARRANTY; without even the implied warranty of
64 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
65 General Public License for more details.
66
67 You should have received a copy of the GNU General Public License along
68 with this software; if not, write to the Free Software Foundation,
69 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
70
71
72
73UNIX April 1998 MPLNRI(3NCARG)