Click or drag to resize

BoundaryData Properties

The BoundaryData type exposes the following members.

Properties
  NameDescription
Public propertyCatchmentComponentSourceBoundaries
Catchment component source boundaries are AD component boundaries that are handled by the catchment (by a catchment plugin). The catchment calculates an AD load/concentration which can be outputted and added to the network.

These boundaries will not be applied to runoff from a catchment result file (CatchmentResultFiles). Concentrations for those must be specified in Components, or ComponentResultFiles.

The net-rainfall catchment quantity version is special. This requires also HD, because only at that point in time it is known exactly how much rain that falls on the river surface.

Public propertyCatchmentResultFiles
List of catchment result files, containing rainfall runoff and/or catchment discharge.
Public propertyCatchmentSourceBoundaries
Catchment source boundaries, sources for catchment models, as e.g. rainfall and evaporation. These can be specified for each catchment individually here. If specifying rain etc. globally or based on coordinates, used the GlobalSourceBoundaries.
Public propertyConnection
Holder of read/write information
(Inherited from AbstractDataAccess.)
Public propertyCustomTypes
List of custom types stored in the data object and that must be serialized.

A custom type is e.g. a user implemented structure or catchment model. In order to store information on the custom type in the .m1dx file, the system needs to know which custom types are being used, and they must be added to this list.

(Inherited from AbstractDataAccess.)
Public propertyDistributedSourceBoundaries
Get a list of all distributed source boundaries
Public propertyExtensionData
Data from an extended DataContract not recognized here
(Overrides AbstractDataAccessExtensionData.)
Public propertyGlobalSourceBoundaries
Get a list of all global source boundaries
Public propertyOpenSourceBoundaries
Get a list of all open source boundaries
Public propertyPointSourceBoundaries
Get a list of all point source boundaries
Public propertyRuntimeDiagnostics
Runtime diagnostics object.

Issues during runtime are reported to this object.

Public propertyStructureSourceBoundaries
Get a list of all catchment source boundaries
Public propertyTsBuffer
A buffer containing all timeseries, so they can be reused as much as possible.
Top
See Also