mGridCoordinates class constructor - Creates a grid coordinates object associate with referenced geogrid
SYNOPSIS
function result = mGridCoordinates(mGeoGridVarObj)
DESCRIPTION
mGridCoordinates class constructor - Creates a grid coordinates object associate with referenced geogrid
Usage:
gcoord=mGridCoordinates(mGeoGridVarObj)
where,
mGeoGridVarObj- mGeoGridVar object
returns,
gcoord - A 'gcoord' object of class 'mGridCoordinates'.
In order to know the methods available for data access under
class 'mGridCoordinates', use matlab 'builtin' function
'methods(className).
i.e. methods(gcoord)
Methods for class mGridCoordinates:
a. getLatAxis(gcoord) - Get the Latitute points.
b. getLonAxis(gcoord) - Get the Longitude points.
c. getTimes(gcoord) - Get time(s) in DATENUM format
d. getVerticalAxis(gcoord) - get vertical coordinate data.
See also mGeoGridVar/getCoordSys