GoogleEarth in GUI

バージョン 1.1.0.0 (1.33 MB) 作成者: Sven Koerner
Open GE in Matlab - GUI via ActiveX
ダウンロード: 1.7K
更新 2011/8/4

ライセンスの表示

This function is an example on how to integrate GoogleEarth in a Matlab figure or GUI.
You need the GoogleEarth plugin to be installed. Therefore just visit a website, where the plugin is needed
and install it, e.g.: http://code.google.com/intl/de-DE/apis/earth/

Next step you'll need an api-key-see: http://code.google.com/intl/de-DE/apis/earth/documentation/index.html
Take the key and put it in the head of the ge_ma.html while replacing ABCDEF" -->
src="https://www.google.com/jsapi?key=ABCDEF"></script>
Maybe the abcdef-key also work - try it.

The rest is more simple:

The workaround for integrating GE in Matlab GUI is simple to embed a Microsoft Internet ActiveX-Control in the GUI (ge_html --> line 56); You need the activex: shell.explorer.2 (see Matlab Help)

Then you can import any website or a in our case a local html-document with your programmed GoogleEarth functionality (ge_ma.html). For further function-examples see the Google Code Playground:
http://code.google.com/apis/ajax/playground/?exp=earth#hello,_earth

At the Playground you can toogle to "Edit HTML" and save the code on local machine. The functions inside you can call from Matlab as shown in the pushbuttons of the GUI.

Further Readings:
http://code.google.com/intl/de-DE/apis/earth/
http://code.google.com/intl/de-DE/apis/earth/documentation/reference/index.html
see in Matlab Help: actx_explore for integrating Shell-Explorer

Programmed by Sven Koerner: koerner(underline)sven(add)gmx.de
Date: 2011/07/27

引用

Sven Koerner (2024). GoogleEarth in GUI (https://www.mathworks.com/matlabcentral/fileexchange/32423-googleearth-in-gui), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

added fig-File

1.0.0.0