njtbx-icon
Netcdf-Java Toolbox
previous Method getLatAxis
Method getTimes Next

 
 
Method getLonAxis

PURPOSE ^

mGridCoordinates/getLonAxis - Get the Longitude points (LatLon Projection)

SYNOPSIS ^

function result = getLonAxis(mGridCoordinatesObj)

DESCRIPTION ^

mGridCoordinates/getLonAxis - Get the Longitude points (LatLon Projection) 
   If GeoX/GeoY, then 1D lat/lon points are derived from X,Y values.

 Method Usage:  
   lon=getLonAxis(mGridCoordinatesObj) or
   lon=mGridCoordinatesObj.getLonAxis
 where,  
   mGridCoordinatesObj - mGridCoordinates object. 
 returns,
   lon - matlab array

 See also getLatAxis getVerticalAxis

CROSS-REFERENCE INFORMATION ^

See functions using getLonAxis:
  • nj_tslice NJ_TSLICE - Get data and coordinates from a CF-compliant file at a specific time step and level


previous Method getLatAxis
Method getTimes Next
© 2006-2009   Mississippi State University   • License Terms   • Credits