C# Class MissionPlanner.srtm

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
datadirectory string

Public Methods

Method Description
Dispose ( ) : void
getAltitude ( double lat, double lng, double zoom = 16 ) : altresponce

Private Methods

Method Description
GetAlt ( string filename, int x, int y ) : double
GetFilename ( double lat, double lng ) : string
avg ( double v1, double v2, double weight ) : double
get3secfile ( object name ) : void
getListing ( string url ) : List
gethgt ( string url, string filename ) : void
readFile ( string filename ) : MemoryStream
requestRunner ( ) : void
srtm ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

getAltitude() public static method

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

Property Details

datadirectory public_oe static_oe property

public static string datadirectory
return string