NetworkReachDataSetT Class |
Namespace: DHI.Mike1D.Generic
public class NetworkReachDataSet<T> : IReachDataInterpolator<T>, INetworkReachData<T>
The NetworkReachDataSetT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Chainages |
Chainages that has values. For spans it is the start-chainage
|
![]() | ChainageSortedValues |
Values on reach, sorted by chainage
|
![]() | GlobalValue |
Get/Set the value covering the entire reach
|
![]() | ReachId |
Id of reach
|
![]() | Values |
The set of chainages and values defined, in case IsGlobal is false.
|
Name | Description | |
---|---|---|
![]() | Add(Double, T) |
Add a value to the set on the current chainage location. This will fail if set is global.
|
![]() | Add(Double, Double, T) |
Add a value defined within the given span.
This corresponds to adding the value at the start and end location of the span.
|
![]() | Contains(Double) | |
![]() | Contains(Double, Double) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Get value at the given location.
|
![]() | IsGlobal |
Returns true if this set holds only one value covering entire reach
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
when inserting a new value, it is checked that a new span does not overlap any existing locations/spans, or a new location is not contained by any existing spans.