njtbx-icon
Netcdf-Java Toolbox
previous Method getAttributes
Method getInfo Next

 
 
Method getGeoGridVar

PURPOSE ^

mDataset/getGeoGridVar - Get variable into a GeoGrid if it has a Georeferencing coordinate system.

SYNOPSIS ^

function result = getGeoGridVar(mDatasetObj,varName)

DESCRIPTION ^

mDataset/getGeoGridVar - Get variable into a GeoGrid if it has a Georeferencing coordinate system.
                         Returns a mGeoGrid object.
 Method Usage:
   result=getGeoGridVar(mDatasetObj,varName)
 where,
   mDatasetObj - mDataset object 
   varName - variable name, e.g. 'temp' (gridded variable only)
 returns,
   result - matlab object of class 'mGeoGridVar'


 See also getVar

CROSS-REFERENCE INFORMATION ^

See functions using getGeoGridVar:
  • nj_grid_varget NJ_GRID_VARGET - get variable data and associated grid coordinates from local NetCDF file, NetCDF URL or OpenDAP URL
  • nj_time NJ_TIME - Get entire time vector for variable 'var' from any CF-compliant file
  • nj_tslice NJ_TSLICE - Get data and coordinates from a CF-compliant file at a specific time step and level


previous Method getAttributes
Method getInfo Next
© 2006-2009   Mississippi State University   • License Terms   • Credits