ログイン

qw2xy.gsf

Top / GrADS / script / qw2xy.gsf

Japanese / English

名前

qw2xy() - 描画ディスプレイにおける世界座標をXY座標に変換する

概要

ret = qw2xy( wx, wy )

引数と戻り値

wx, wy
世界座標。
ret
XY座標。

使用例

(1) 緯度経度を指定して文字列を表示する。

  • test.gs
    'reinit'
    rc = gsfallow( 'on' )
    'open t'
    'd t'
    'setfont normal -base l'
    'draw string 'qw2xy( 140.5, 38 )' <- Sendai'
    

ソースコード