ICatchmentSWQ Methods

Methods

Accepts List of data types that is accepted, i.e., that you can get a ValueSetter for.
(Inherited from IQuantityProxy)
Initialize Initialize Rainfall Runoff model. Sets up static data.
(Inherited from ICatchment)
InitializePlugins Initializes the cathcment plugins.
(Inherited from ICatchment)
Offers List of data types that is offered, i.e., that you can get a ValueGetter for.
(Inherited from IQuantityProxy)
PerformTimeStep This procedure forwards the calculation with one time step.
(Inherited from ICatchment)
Prepare Prepare Rainfall Runoff model. Sets up dynamic data so that the model is ready for first time step.
(Inherited from ICatchment)
PreparePlugins Prepares the cathcment plugins.
(Inherited from ICatchment)
ResetBoundaries Remove boundaries applied in previous runs
(Inherited from ICatchment)
TimeOffers List of data types that is offered and can be used in GetValue
(Inherited from IDoubleTimeProxy)
TimeOfNextUpdate Return the time of next update. Used for PostTimeStepEvent event in Catchments.
(Inherited from ICatchment)
Obsolete
TimeValueGetter Get value getter for the specified data quantity
(Inherited from IDoubleTimeProxy)
Type Type of model used in catchment
(Inherited from ICatchment)
Update This procedure forwards the calculation such that the state includes the specified time
(Inherited from ICatchment)
ValueGetter Get value setter for the specified data quantity
(Inherited from IDoubleProxy)
ValueSetter Get value setter for the specified data type
(Inherited from IDoubleProxy)

Extension Methods

Getter

From the proxy, return an FuncTResult for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.


(Defined by ProxyExtensions)
Getter

From the proxy, return an FuncTResult for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.


(Defined by ProxyExtensions)
Getters Returns a set of FuncTResult for the quantity. We can return several quantities with the same id (usually they will differ in their description). If the quantity is not offerent, an empty list is returned.
(Defined by ProxyExtensions)
GettersFraction Returns a set of FuncT, TResult for the quantity. We can return several quantities with the same id (usually they will differ in their description). If the quantity is not offerent, an empty list is returned.
(Defined by ProxyExtensions)
GetterUnboxed

From the proxy, return an FuncTResult for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.


(Defined by ProxyExtensions)
NTSGeometry Create a NetToplogySuite (NTS) geometry from the CatchmentGeometry.

Depending on the coordinates, the returned IGeometry is either a NTS Polygon or NTS MultiPolygon.

Check out CatchmentGeometry for how the sequence of coordinates is interpreted


(Defined by RRExtensions)
NTSGeometry Create a NetToplogySuite (NTS) geometry from the CatchmentGeometry.

Depending on the coordinates, the returned IGeometry is either a NTS Polygon or NTS MultiPolygon.

Check out CatchmentGeometry for how the sequence of coordinates is interpreted


(Defined by RRExtensions)
Setter

From the proxy, return an IDoubleGetSet for the specified quantity.

It returns the first quantity of that type that is accepted, and null if the quantity is not accepted.


(Defined by ProxyExtensions)
TimeValueGetter

From the proxy, return an FuncT, TResult for the specified quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.


(Defined by ProxyExtensions)

See Also