Home > fusionnode > Terrain > terrain_get_type.m

terrain_get_type

PURPOSE ^

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

SYNOPSIS ^

function str = terrain_get_type(lat,lon);

DESCRIPTION ^

 $Id: terrain_get_type.m,v 1.1.1.1 2003/09/24 15:12:24 cmart Exp $
 cmart  030618 Returns the terrain type 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 str = terrain_get_type(lat,lon);
0002 % $Id: terrain_get_type.m,v 1.1.1.1 2003/09/24 15:12:24 cmart Exp $
0003 % cmart  030618 Returns the terrain type at lat/lon
0004 %               Should be able to handle arrays of coordinates as input (NYI)
0005 %               and use buffered terrain information (NYI).
0006 str = flames_get_terrain_type(lat,lon);

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