Class TSfrTableCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSfrTableCollection = class(TCustomNonSpatialBoundColl)

Description

TSfrTableCollection represents MODFLOW Streamflow Routing boundaries for a series of time intervals.

Hierarchy

Overview

Fields

Private FTimeValues: array of TSfrFlowTableRecord;

Methods

Private function GetTableTimeValues(Index: integer): TSfrFlowTableRecord;
Private procedure SetTableTimeValues(Index: integer; const Value: TSfrFlowTableRecord);
Protected class function ItemClass: TBoundaryItemClass; override;
Public procedure EvaluateBoundaries;
Public function GetRecordForTime(StartTime: double): TSfrFlowTableRecord;

Properties

Public property TableTimeValues[Index:integer]: TSfrFlowTableRecord read GetTableTimeValues write SetTableTimeValues;

Description

Fields

Private FTimeValues: array of TSfrFlowTableRecord;
 

Methods

Private function GetTableTimeValues(Index: integer): TSfrFlowTableRecord;
 
Private procedure SetTableTimeValues(Index: integer; const Value: TSfrFlowTableRecord);
 
Protected class function ItemClass: TBoundaryItemClass; override;

See TCustomNonSpatialBoundColl.ItemClass

Public procedure EvaluateBoundaries;
 
Public function GetRecordForTime(StartTime: double): TSfrFlowTableRecord;
 

Properties

Public property TableTimeValues[Index:integer]: TSfrFlowTableRecord read GetTableTimeValues write SetTableTimeValues;
 

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