TsCollection Class |
Namespace: DHI.Mike1D.Generic.TimeSeries
public class TsCollection
The TsCollection type exposes the following members.
Name | Description | |
---|---|---|
Bridge |
Bridge to time series data. Handles loading and unloading
of header and data
| |
Count |
Returns the number of items in the time series.
| |
DeleteValue |
Delete value
| |
ItemCount |
Number of items in collection
| |
LoadState |
The load state of this TsCollection | |
Time |
Returns a TsTime containing the temporal information of the time series.
|
Name | Description | |
---|---|---|
Add |
Add the TsItem to the collection
| |
Create(String) |
Creates a new TsCollection based on the file name. Header or data is not loaded.
By default values are converted to SI units
| |
Create(String, Boolean) |
Creates a new TsCollection based on the file name. Header or data is not loaded.
| |
Create(String, IListITsDataConverter) |
Creates a new TsCollection based on the file name. Header or data is not loaded.
Applies the converters when loading the file.
| |
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.) | |
GetItem |
Return a TsItem representing the specifed item number.
| |
GetItemIndex |
Get the index of the n'th item of the specified quantity. If the TsCoollection has 2 water level items and 3 discharge items,
then asking for the 0'th discharge item will return 2.
| |
GetNextTransitionTime |
Returns the next transition time after the given dateTime for the specified item index.
If the specified time is equal to the latest time, then the latest time is returned.
A transition time is a time where the value changes. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |