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

MPGLTY - Retrieves the type of the line currently being drawn by MPLNDM.

Access

       To  use MPGLTY or c_mpglty, 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_mpglty (int *ilty)

Description

       ILTY        (an  output  variable  of  type INTEGER) is the type of the line: 1 => a line separating land
                   from water, 2 => a line separating one "continent" from another (as, for example, Africa from
                   Eurasia, North America from Central America, or Central America from South America), 3  =>  a
                   line  separating one country from another, 4 => a line separating one state from another, and
                   5 => a line separating one county from another.  If the current line is used on more than one
                   level (as, for example, a portion of the California coastline, which  is  used  on  all  five
                   levels), then the value of ILTY will be the smallest of the numerical values that apply.

Examples

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

Name

       MPGLTY - Retrieves the type of the line currently being drawn by MPLNDM.

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, mpiaty, mpifnb,
       mpilnb, mpiola, mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,  mpname,  mprset,
       mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon, ncarg_cbind

Synopsis

       CALL MPGLTY (ILTY)

Usage

       MPGLTY  may  be  called  from  within a line-processing routine whose name is used in a call to MPLNDM to
       retrieve, in ILTY, the type of the line being processed.  This information may be used to  determine  how
       the line is to be drawn.

See Also