C# Class MissionPlanner.Utilities.GeoTiff

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Methods

Method Description
getAltitude ( double lat, double lng, double zoom = 16 ) : srtm.altresponce

Private Methods

Method Description
GeoTiff ( ) : BitMiracle.LibTiff.Classic
GetAlt ( string filename, int x, int y ) : double
avg ( double v1, double v2, double weight ) : double
generateIndex ( ) : void
map ( double x, double in_min, double in_max, double out_min, double out_max ) : double

Method Details

getAltitude() public static method

public static getAltitude ( double lat, double lng, double zoom = 16 ) : srtm.altresponce
lat double
lng double
zoom double
return srtm.altresponce