NetCDF4 C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
netcdf::NcSpatial Class Reference

Types and constants for spatial data. More...

#include <NetCDF/cpp4/src/datasets/NcSpatial.h>

Detailed Description

Copyright:
Copyright 2013 Colorado State University. All rights reserved.
Organization:
Natural Resource Ecology Laboratory
Colorado State University, Fort Collins, CO 80523 USA
www.nrel.colostate.edu
Project:
IRC <www.nrel.colostate.edu/projects/irc/>
Author
Tom Hilinski tom.h.nosp@m.ilin.nosp@m.ski@c.nosp@m.olos.nosp@m.tate..nosp@m.edu
Date
2013Aug

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...
 

Member Typedef Documentation

typedef std::pair<std::size_t, std::size_t> netcdf::NcSpatial::GridDim

Member Enumeration Documentation

anonymous enum
Enumerator
minLatitude 
maxLatitude 
minLongitude 
maxLongitude 
Enumerator
ZeroTL 

(0,0) is the top left corner of the grid

ZeroBL 

(0,0) is the bottom left corner of the grid

ZeroOther 

(0,0) is at a location specified elsewhere

ZeroUnknown 

(0,0) is not specified


The documentation for this class was generated from the following file: