Define some const variables used by MetadataInfo class. More...
#include <string>
Go to the source code of this file.
Enumerations | |
enum | dimensionTypes { DT_Unknown = -1 , DT_Single = 0 , DT_SingleInt = 1 , DT_Array1DDateValue = 2 , DT_Array1D = 3 , DT_Array1DInt = 4 , DT_Array2D = 5 , DT_Array2DInt = 6 , DT_Raster1D = 7 , DT_Raster1DInt = 8 , DT_Raster2D = 9 , DT_Raster2DInt = 10 , DT_Scenario = 11 , DT_Reach = 12 , DT_Subbasin = 13 } |
enum of dimension data types More... | |
enum | transferTypes { TF_None = 0 , TF_SingleValue = 1 , TF_OneArray1D = 2 } |
Float values be transferred across subbasins for MPI version. More... | |
Define some const variables used by MetadataInfo class.
This file contains string constants for the MetadataInfo XML Schema.