Description | Hierarchy | Fields | Methods | Properties |
type TEtsSurfDepthItem = class(TCustomModflowBoundaryItem)
TEtsSurfDepthItem
represents a MODFLOW ET layer for one time interval. TEtsSurfDepthItem
is stored by TEtsSurfDepthCollection.
![]() |
FEvapotranspirationSurface: TFormulaObject; |
![]() |
FEvapotranspirationDepth: TFormulaObject; |
![]() |
FDepthFractions: TStringCollection; |
![]() |
FEtFractions: TStringCollection; |
![]() |
procedure SetEvapotranspirationSurface(const Value: string); |
![]() |
procedure SetEvapotranspirationDepth(const Value: string); |
![]() |
procedure SetDepthFractions(const Value: TStringCollection); |
![]() |
procedure SetEtFractions(const Value: TStringCollection); |
![]() |
function GetEvapotranspirationDepth: string; |
![]() |
function GetEvapotranspirationSurface: string; |
![]() |
procedure RemoveFormulaObjects; override; |
![]() |
procedure CreateFormulaObjects; override; |
![]() |
procedure AssignObserverEvents(Collection: TCollection); override; |
![]() |
procedure GetPropertyObserver(Sender: TObject; List: TList); override; |
![]() |
function GetBoundaryFormula(Index: integer): string; override; |
![]() |
procedure SetBoundaryFormula(Index: integer; const Value: string); override; |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
function BoundaryFormulaCount: integer; override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property EvapotranspirationSurface: string read GetEvapotranspirationSurface
write SetEvapotranspirationSurface; |
![]() |
property EvapotranspirationDepth: string read GetEvapotranspirationDepth
write SetEvapotranspirationDepth; |
![]() |
property EtFractions: TStringCollection read FEtFractions
write SetEtFractions; |
![]() |
property DepthFractions: TStringCollection read FDepthFractions
write SetDepthFractions; |
![]() |
FEvapotranspirationSurface: TFormulaObject; |
![]() |
FEvapotranspirationDepth: TFormulaObject; |
![]() |
FDepthFractions: TStringCollection; |
![]() |
FEtFractions: TStringCollection; |
![]() |
procedure SetEvapotranspirationSurface(const Value: string); |
![]() |
procedure SetEvapotranspirationDepth(const Value: string); |
![]() |
procedure SetDepthFractions(const Value: TStringCollection); |
![]() |
procedure SetEtFractions(const Value: TStringCollection); |
![]() |
function GetEvapotranspirationDepth: string; |
![]() |
function GetEvapotranspirationSurface: string; |
![]() |
procedure RemoveFormulaObjects; override; |
![]() |
procedure CreateFormulaObjects; override; |
![]() |
procedure AssignObserverEvents(Collection: TCollection); override; |
![]() |
procedure GetPropertyObserver(Sender: TObject; List: TList); override; |
![]() |
function GetBoundaryFormula(Index: integer): string; override; |
See BoundaryFormula. |
![]() |
procedure SetBoundaryFormula(Index: integer; const Value: string); override; |
See BoundaryFormula. |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
|
![]() |
function BoundaryFormulaCount: integer; override; |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
property EvapotranspirationSurface: string read GetEvapotranspirationSurface
write SetEvapotranspirationSurface; |
|
![]() |
property EvapotranspirationDepth: string read GetEvapotranspirationDepth
write SetEvapotranspirationDepth; |
![]() |
property EtFractions: TStringCollection read FEtFractions
write SetEtFractions; |
![]() |
property DepthFractions: TStringCollection read FDepthFractions
write SetDepthFractions; |