record TEvtLayerRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TEvtLayerRecord = record

Description

  TEvtLayerRecord = record
    Cell: TCellLocation;
    EvapotranspirationLayer: integer;
    StartingTime: double;
    EndingTime: double;
    EvapotranspirationLayerAnnotation: string;
  end;
   

TEvtLayerRecord stores the location, and evaporation layer for a cell.

Overview

Fields

Cell: TCellLocation;
EvapotranspirationLayer: integer;
StartingTime: double;
EndingTime: double;
EvapotranspirationLayerAnnotation: string;

Methods

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

Description

Fields

Cell: TCellLocation;
 
EvapotranspirationLayer: integer;
 
StartingTime: double;
 
EndingTime: double;
 
EvapotranspirationLayerAnnotation: 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:45