Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #ifndef D_BESDapNames_H
00034 #define D_BESDapNames_H 1
00035
00052 #define OPENDAP_SERVICE "dap"
00053 #define DAP2_FORMAT "dap2"
00054 #define DAS_RESPONSE "get.das"
00055 #define DAS_SERVICE "das"
00056 #define DAS_DESCRIPT "OPeNDAP Data Attribute Structure"
00057 #define DAS_RESPONSE_STR "getDAS"
00058 #define DDS_RESPONSE "get.dds"
00059 #define DDS_SERVICE "dds"
00060 #define DDS_DESCRIPT "OPeNDAP Data Description Structure"
00061 #define DDS_RESPONSE_STR "getDDS"
00062 #define DDX_RESPONSE "get.ddx"
00063 #define DDX_SERVICE "ddx"
00064 #define DDX_DESCRIPT "OPeNDAP Data Description and Attribute XML Document"
00065 #define DDX_RESPONSE_STR "getDDX"
00066 #define DATA_RESPONSE "get.dods"
00067 #define DATA_SERVICE "dods"
00068 #define DATA_DESCRIPT "OPeNDAP Data Object"
00069 #define DATA_RESPONSE_STR "getDODS"
00070 #define DATADDX_RESPONSE "get.dataddx"
00071 #define DATADDX_SERVICE "dataddx"
00072 #define DATADDX_DESCRIPT "OPeNDAP Data Description and Attributes in DDX format and Data Object"
00073 #define DATADDX_RESPONSE_STR "getDataDDX"
00074
00075 #define CATALOG_RESPONSE "show.catalog"
00076 #define CATALOG_RESPONSE_STR "showCatalog"
00077 #define SHOW_INFO_RESPONSE "show.info"
00078 #define SHOW_INFO_RESPONSE_STR "showInfo"
00079
00080
00081
00082
00083 #define DATADDX_STARTID "dataddx_startid"
00084 #define DATADDX_BOUNDARY "dataddx_boundary"
00085
00086
00087
00088
00089 #define CATALOG_OR_INFO "catalog_or_info"
00090
00091 #endif // E_BESDapNames_H
00092