bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
Deprecated List
Member BESCatalog::show_catalog (const std::string &container, BESCatalogEntry *entry)=0
Member BESCatalogDirectory::show_catalog (const std::string &container, BESCatalogEntry *entry)
Switch to get_node(); drop use of CatalogEntry objects
Class BESCatalogEntry
Use CatalogNode and CatlogItem instead. jhrg 7/25/18
Class BESCatalogResponseHandler
Use the showNode command instead. jhrg 7/25/18
Member BESContainerStorage::add_container (const std::string &sym_name, const std::string &real_name, const std::string &type)=0
Member BESDapError::get_dap_error_code () const
Member BESDapResponse::is_dap2 ()
Member BESDDSResponse::get_ce ()
Member BESRegex::BESRegex (const char *s, int)
Member BESRequestHandler::add_handler (const std::string &name, p_request_handler_method method)
Class BESXMLCatalogCommand
Use the showNode command instead. jhrg 7/25/18
Member GDALRequestHandler::gdal_build_dmr_using_dds (BESDataHandlerInterface &dhi)
Member ncml_module::RenamedArrayWrapper::clear_constraint ()
Member ncml_module::SaxParser::onEndElement (const std::string &name)=0
We are preferring onEndElementWithNamespace() now. Called at the end of the element with the given name. The args are only valid for the duration of the call, so copy if necessary to keep.
Member ncml_module::SaxParser::onStartElement (const std::string &name, const XMLAttributeMap &attrs)=0
We are preferring onStartElementWithNamespace() now Called at the start of the element with the given name and attribute dictionary The args are only valid for the duration of the call, so copy if necessary to keep.
Member WWWOutput::write_variable_list (DDS &dds)