Class TExternalBathymetryFileWriter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TExternalBathymetryFileWriter = class(TCustomModflowWriter)

Description

no description available, TCustomModflowWriter description follows

TCustomModflowWriter is an abstract base class used as an ancestor for classes that write MODFLOW input files.

Hierarchy

Overview

Fields

Private FExternalBathymetry: TExternalLakeTable;
Private FScreenObject: TObject;
Private FFileName: string;
Private FLakeID: Integer;

Methods

Protected class function Extension: string; override;
Protected constructor Create(AModel: TCustomModel; ExternalBathymetry: TExternalLakeTable; ScreenObject: TObject; LakeID: integer); reintroduce;
Protected procedure WriteFile(const AFileName: string);

Description

Fields

Private FExternalBathymetry: TExternalLakeTable;
 
Private FScreenObject: TObject;
 
Private FFileName: string;
 
Private FLakeID: Integer;
 

Methods

Protected class function Extension: string; override;
 
Protected constructor Create(AModel: TCustomModel; ExternalBathymetry: TExternalLakeTable; ScreenObject: TObject; LakeID: integer); reintroduce;
 
Protected procedure WriteFile(const AFileName: string);
 

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