Command Manual (LIST) |
Purpose
To list various kinds of environmental information and data on the screen. Command "list" requires at least 1 parameter, and the first parameter is to tell Noobeed, what type of information being listed on the screen.
The following is a list of available list options. Click on each individual to see more details.
LIST CFUN | to list class function |
LIST CLASS | to list class name |
LIST COLORMAP | to list color map name |
LIST COMMAND | to list command |
LIST DATUM | to list datum |
LIST ELLIPSOID | to list ellipsoid |
LIST GFUN | to list global function |
LIST HIST | to list history |
LIST LFUN | to list L-function of class |
LIST PRG | to list content of program |
LIST PROJECTION | to list projection |
LIST SET | to list values of setting environment variable |
LIST VAR | to list variable |
Purpose
To list class functions of a particular class on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST CFUN {String}para1
para1 = class name
Example:
Example 1 | Example 2 |
list cfun "Matrix"
|
cl = "Image"
list cfun cl |
See also
list lfun
Purpose
To list all class names on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST CLASS
Example:
->list class
AT_2D . |
See also
list command
Purpose
To list all built-in color map names on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST COLORMAP
Example:
->list colormap -> |
See also
Purpose
To list all Noobeed commands on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST COMMAND
Example:
->list command |
See also
list gfun
Purpose
To list all available geodetic datum in Noobeed's database on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST DATUM
Example:
->list datum . .
|
See also
list ellipsoid
Purpose
To list all available ellipsoids in Noobeed's database on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST ELLIPSOID
Example:
->list ellipsoid . .
-> |
See also
list ellipsoid
Purpose
To list all Noobeed global functions on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST GFUN
Example:
->list gfun . .
DOUBLE
TAN (DOUBLE
) no def argm = 0 |
See also
list cfun, list lfun
Purpose
To list all history, commands previously typed at the prompt, on the screen . Noobeed can remember only the last 50 already-typed commands.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST HIST
Example:
->a = 3
-> |
See also
list prg
Purpose
To list L-functions of a particular class on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST LFUN {String}para1
para1 = class name
Example:
Example 1 | Example 2 |
list lfun "Matrix"
|
cl = "Image"
list lfun cl |
See also
list cfun
Purpose
To list content of a program, already loaded into memory.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST PRG
Example:
->list prg
|
See also
list hist
Purpose
To list all available supported map projection in Noobeed on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST PROJECTION
Example:
->list projection |
See also
list ellipsoid, list datum
Purpose
To list values of environment control variables on the screen.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST SET
Example:
->list set |
See also
set
Purpose
To list all existing variables on the screen. Also list next to the variable names are data type, or class, and index number, which is used internally to keep track all Noobeed variables.
Where
Mode | Yes/No |
at the interactive prompt | Yes |
inside a program | Yes |
Usage
LIST VAR
Example:
->a = 3 |
See also
Purpose
To list various kinds of environmental information and data onto a file. The file name is that set by command "set fout". All other details, including list options are exactly the same as those of command "list", except that rather than Noobeed gives output on the screen, it writes out the very same contents in ASCII format on to a file. The default initial filename is "RPT.txt" in the current working directory.
The following is a list of available flist options. Click on each individual to see more details.
FLIST CFUN | to list class function |
FLIST CLASS | to list class name |
FLIST COLORMAP | to list color map name |
FLIST COMMAND | to list command |
FLIST DATUM | to list datum |
FLIST ELLIPSOID | to list ellipsoid |
FLIST GFUN | to list global function |
FLIST HIST | to list history |
FLIST LFUN | to list L-function of class |
FLIST PRG | to list content of program |
FLIST PROJECTION | to list projection |
FLIST SET | to list values of setting environment variable |
FLIST VAR | to list variable |