NetCDF4 C++ API
|
Types and constants for spatial data. More...
#include <NetCDF/cpp4/src/datasets/NcSpatial.h>
Public Types | |
enum | TAnchor { ZeroTL, ZeroBL, ZeroOther, ZeroUnknown } |
location of zero coordinate on a rectangular grid More... | |
enum | { minLatitude = -90, maxLatitude = 90, minLongitude = -180, maxLongitude = 180 } |
latitude and longitude extremes in degrees More... | |
typedef std::pair< std::size_t, std::size_t > | GridDim |
x, y grid dimensions More... | |
typedef std::pair<std::size_t, std::size_t> netcdf::NcSpatial::GridDim |