C# Class GradsSharp.Dims

Summary description for Dim
Show file Open project: cjg/gradssharp

Public Methods

Method Description
Dims ( Grads grads ) : System
Dims ( Result gr ) : System
ToString ( ) : String
getMaxLat ( ) : double
getMaxLev ( ) : double
getMaxLon ( ) : double
getMaxTime ( ) : System.DateTime
getMinLat ( ) : double
getMinLev ( ) : double
getMinLon ( ) : double
getMinTime ( ) : System.DateTime

Private Methods

Method Description
init ( String lines ) : void

Method Details

Dims() public method

public Dims ( Grads grads ) : System
grads Grads
return System

Dims() public method

public Dims ( Result gr ) : System
gr Result
return System

ToString() public method

public ToString ( ) : String
return String

getMaxLat() public method

public getMaxLat ( ) : double
return double

getMaxLev() public method

public getMaxLev ( ) : double
return double

getMaxLon() public method

public getMaxLon ( ) : double
return double

getMaxTime() public method

public getMaxTime ( ) : System.DateTime
return System.DateTime

getMinLat() public method

public getMinLat ( ) : double
return double

getMinLev() public method

public getMinLev ( ) : double
return double

getMinLon() public method

public getMinLon ( ) : double
return double

getMinTime() public method

public getMinTime ( ) : System.DateTime
return System.DateTime