Unit Modflow2005ImporterUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Functions and Procedures

procedure ImportModflow2005(const ListFileName: string; XOrigin, YOrigin, GridAngle: double; textHandler: TTextHandler; ProgressHandler: TProgressHandler; ModelType: TModelType);

Types

TProgressHandler = procedure(Position, Total: integer) of object;
TModelType = (...);

Description

Functions and Procedures

procedure ImportModflow2005(const ListFileName: string; XOrigin, YOrigin, GridAngle: double; textHandler: TTextHandler; ProgressHandler: TProgressHandler; ModelType: TModelType);

Import the MODFLOW-2005 model whose name file is ListFileName. XOrigin, YOrigin are the X and Y coordinates of the corner of the model at Row 1, Column1. GridAngle is the angle of the grid and textHandler is a procedure passed in to handle data read by ImportModflow2005.

This procedure is implemented using classes in the implementation section. The most important of these is TModflow2005Importer. In TModflow2005Importer.Create, instances of other classes are associated with the symbols used to identify the packages in MODFLOW. Other important base classes include TPackageImporter, TListImporter, TArrayImporter, and TObjectArray.

Types

TProgressHandler = procedure(Position, Total: integer) of object;
 
TModelType = (...);
 
Values
  • mtParent:  
  • mtChild:  

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