Home > fusionnode > Terrain > terrain_get_elevation.m

terrain_get_elevation

PURPOSE ^

$Id: terrain_get_elevation.m,v 1.1.1.1 2003/09/24 15:12:24 cmart Exp $

SYNOPSIS ^

function elevation = terrain_get_elevation(lat,lon)

DESCRIPTION ^

 $Id: terrain_get_elevation.m,v 1.1.1.1 2003/09/24 15:12:24 cmart Exp $
 cmart  030618 Returns the elevation at lat/lon
               Should be able to handle arrays of coordinates as input (NYI)
               and use buffered terrain information (NYI).

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function elevation = terrain_get_elevation(lat,lon)
0002 % $Id: terrain_get_elevation.m,v 1.1.1.1 2003/09/24 15:12:24 cmart Exp $
0003 % cmart  030618 Returns the elevation at lat/lon
0004 %               Should be able to handle arrays of coordinates as input (NYI)
0005 %               and use buffered terrain information (NYI).
0006 elevation = flames_get_elevation(lat,lon);

Generated on Mon 16-Feb-2004 10:15:22 by m2html © 2003