C# Class GradsSharp.Grads

Summary description for Grads
Mostrar archivo Open project: cjg/gradssharp Class Usage Examples

Public Methods

Method Description
Amean ( string var ) : double
Clear ( ) : void
Display ( String expr ) : Result
Draw ( String opt ) : void
DrawColorBar ( ) : Result
DrawMap ( ) : Result
Eval ( string var, string expr ) : Result
Grads ( ) : System
MapOff ( ) : Result
Open ( String filename, System.IO.FileType filetype ) : void
Open ( string ctl_directory, string ctl_prefix, System.DateTime time ) : void
PrintImage ( int xsize, int ysize, bool white ) : Result
Query ( String opt ) : Result
Quit ( ) : void
RandFilename ( String prefix, String suffix ) : String
Set ( String what, String how ) : Result
Tell ( string command ) : Result

Method Details

Amean() public method

public Amean ( string var ) : double
var string
return double

Clear() public method

public Clear ( ) : void
return void

Display() public method

public Display ( String expr ) : Result
expr String
return Result

Draw() public method

public Draw ( String opt ) : void
opt String
return void

DrawColorBar() public method

public DrawColorBar ( ) : Result
return Result

DrawMap() public method

public DrawMap ( ) : Result
return Result

Eval() public method

public Eval ( string var, string expr ) : Result
var string
expr string
return Result

Grads() public method

public Grads ( ) : System
return System

MapOff() public method

public MapOff ( ) : Result
return Result

Open() public method

public Open ( String filename, System.IO.FileType filetype ) : void
filename String
filetype System.IO.FileType
return void

Open() public method

public Open ( string ctl_directory, string ctl_prefix, System.DateTime time ) : void
ctl_directory string
ctl_prefix string
time System.DateTime
return void

PrintImage() public method

public PrintImage ( int xsize, int ysize, bool white ) : Result
xsize int
ysize int
white bool
return Result

Query() public method

public Query ( String opt ) : Result
opt String
return Result

Quit() public method

public Quit ( ) : void
return void

RandFilename() public static method

public static RandFilename ( String prefix, String suffix ) : String
prefix String
suffix String
return String

Set() public method

public Set ( String what, String how ) : Result
what String
how String
return Result

Tell() public method

public Tell ( string command ) : Result
command string
return Result