record TUzfWaterContentRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUzfWaterContentRecord = record

Description

  TUzfWaterContentRecord = record
    Cell: TCellLocation;
    MinimumWaterContent: double;
    StartingTime: double;
    EndingTime: double;
    MinimumWaterContentAnnotation: string;
  end;
   

TUzfWaterContentRecord stores the location, time, and ET extinction water content for a cell.

Overview

Fields

Cell: TCellLocation;
MinimumWaterContent: double;
StartingTime: double;
EndingTime: double;
MinimumWaterContentAnnotation: string;

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
procedure RecordStrings(Strings: TStringList);

Description

Fields

Cell: TCellLocation;
 
MinimumWaterContent: double;
 
StartingTime: double;
 
EndingTime: double;
 
MinimumWaterContentAnnotation: string;
 

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
 
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
 
procedure RecordStrings(Strings: TStringList);
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:52