public class FloodMapDfs2File| FloodMapDfs2File | Create new flood map file |
| FileType | Type of DFS2 file |
| StartTime | Start time, to write to the dfs2 file. |
| TimeStep | Time step size, to write to the dfs2 file. |
| CloseFile | Close file |
| CreateDEMFile | Create DEM file from grid |
| CreateDfs2File | Create DFS2 file on disc, ready for accepting data. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Finish, close file etc.
(Overrides ObjectFinalize) |
| Finish | For dynamic output, close the file. For the statistical output create the file, write data and close the file. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Prepare | Prepare the flood map file. For dynamic output, open the file and write initial data to the file. For others, load initial data. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Update | Called every time a time step has completed successfully |
| WriteItemData | Write item data to file, assuming itemData contains data for a single item |
| WriteTimeStepData | Write time step data to file, assuming itemData contains data for all items in the file |