#include "config.h"
#include <cstring>
#include <cmath>
#include <iostream>
#include <sstream>
#include <algorithm>
#include <Float64.h>
#include <Error.h>
#include <InternalErr.h>
#include <dods-datatypes.h>
#include <util.h>
#include <debug.h>
#include "GeoConstraint.h"
Go to the source code of this file.
|
bool | libdap::unit_or_name_match (set< string > units, set< string > names, const string &var_units, const string &var_name) |
| Look in the containers which hold the units attributes and variable name prefixes which are considered as identifying a vector as being a latitude or longitude vector. More...
|
|