MetadataInfoConst.h 文件参考

Define some const variables used by MetadataInfo class 更多...

#include <string>

浏览源代码.

枚举

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 更多...
 
enum  transferTypes {
  TF_None = 0 ,
  TF_SingleValue = 1 ,
  TF_OneArray1D = 2
}
 Float values be transferred across subbasins for MPI version 更多...
 

变量

const string XMLHeader = "<?xml version='1.0' encoding='utf-8'?>\n<?xml-schema href='InfoXMLSchema.xsd'?>"
 XML Info file header
 
const string XMLComment = "<!-- This file was auto-generated by the MetaDataInfo class. -->"
 comment for XML file
 
const string TagMetadata = "metadata"
 XML element tags
 

详细描述

Define some const variables used by MetadataInfo class

This file contains string constants for the MetadataInfo XML Schema.

作者
Junzhi Liu, Liangjun Zhu
版本
1.2
日期
May 2017