My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Attributes | List of all members
mapbounds Struct Reference

Stores info about the boundaries of a GMT GRD file. This information can be used to determine if a location is within the bounds of an existing NetCDF GRD file. More...

#include <mapio.h>

Public Attributes

int ncid
 
double xmin
 
double xmax
 
double dx
 
double ymin
 
double ymax
 
double dy
 

Detailed Description

Stores info about the boundaries of a GMT GRD file. This information can be used to determine if a location is within the bounds of an existing NetCDF GRD file.

Parameters
ncidThe NetCDF file id
xminMinimum value in NetCDF X variable
xmaxMaximum value in NetCDF X variable
dxNominal pixel size, in meters, of Y axis
yminMinimum value in NetCDF Y variable
ymaxMaximum value in NetCDF Y variable
dyNominal pixel size, in meters, of Y axis

Member Data Documentation

double mapbounds::dx
double mapbounds::dy
int mapbounds::ncid
double mapbounds::xmax
double mapbounds::xmin
double mapbounds::ymax
double mapbounds::ymin

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