NetworkDataT Class |
Namespace: DHI.Mike1D.Generic
The NetworkDataT type exposes the following members.
Name | Description | |
---|---|---|
![]() | NetworkDataT | Initializes a new instance of the NetworkDataT class |
![]() | NetworkDataT(IInterpolatableT) | Initializes a new instance of the NetworkDataT class |
Name | Description | |
---|---|---|
![]() | CanInterpolate | |
![]() | ExtrapolationDistance | |
![]() | GlobalValue | |
![]() | HasGlobalValue | |
![]() | HasValues | |
![]() | LocalCount | |
![]() | NodeIdValuePairs | |
![]() | Quantity | |
![]() | ReachData |
Name | Description | |
---|---|---|
![]() | AddGlobalReachValue | |
![]() | AddValue(String, T) | |
![]() | AddValue(ILocation, T) | |
![]() | AddValue(ILocationSpan, T) | |
![]() | AddValue(ILocation, T, Boolean) | |
![]() | Clear | |
![]() | ContainsValue(ILocation) | |
![]() | ContainsValue(ILocation, Direction) | |
![]() | 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.) |
![]() | GetGlobalValue(T) | |
![]() | GetGlobalValue(String, T) | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetReachData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue(String, T) | |
![]() | GetValue(ILocation, T) | |
![]() | GetValue(ILocation, T, Boolean) | |
![]() | GetValues | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _interpolator | |
![]() | _nodeValueMap | |
![]() | _reachValueMap |
Name | Description | |
---|---|---|
![]() | GetValueT(ILocation) | Overloaded. (Defined by GenericExtensions.) |
![]() | GetValueT(ILocation, T) | Overloaded. (Defined by GenericExtensions.) |
![]() | NetworkValuesT | (Defined by AbstractNetworkDataExtensions.) |
![]() | PointValuesT | (Defined by AbstractNetworkDataExtensions.) |