DfsFileInfo Class |
Namespace: DHI.Generic.MikeZero.DFS
The DfsFileInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DfsFileInfo |
Default constructor
|
| Name | Description | |
|---|---|---|
| ApplicationTitle |
Title of the application that wrote the file
| |
| ApplicationVersion |
Version of the application that wrote the file.
| |
| CustomBlocks |
List of all custom blocks stored in the header, ordered
as they where read from the file.
| |
| DataType |
Type of data stored in the file.
See DataType for details. | |
| DeleteValueByte |
Delete value for type byte
| |
| DeleteValueDouble |
Delete value for type double
| |
| DeleteValueFloat |
Delete value for type float
| |
| DeleteValueInt |
Delete value for type int
| |
| DeleteValueUnsignedInt |
Delete value for type unsigned int (uint)
| |
| FileName |
Return the name of the file that was used to open/create the file.
| |
| FileTitle |
Title of the file. Can be empty string.
| |
| FileType |
Type of dfs file.
| |
| IsFileCompressed |
Returns true if the file is compressed. Use the GetEncodeKey(Int32, Int32, Int32)
to get the compression encoding key.
| |
| Projection |
Projection defining the coordinate system that is stored. All coordinates
are stored in this projection.
See Projection for details. | |
| StatsType |
Type of statistics stored in the header for each dynamic item.
| |
| TimeAxis |
Temporal axis of the file.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEncodeKey |
Gets the compression encoding key.
See GetEncodeKey(Int32, Int32, Int32) for details. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetEncodingKey |
Sets the encoding keys
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
It is used by the builders for storing header information provided by the user, before creating a new file.