Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CivilEngineering の GSI/dem ユーティリティーに XYZ じゃなくて lat, lon 基準の位置でも動く機能追加をする #11

Open
usagi opened this issue Apr 14, 2019 · 0 comments
Assignees

Comments

@usagi
Copy link
Owner

usagi commented Apr 14, 2019

/// #10 で追加した実装のシグニチャー
public static double[,] LoadDEM( byte z, UInt32 x, UInt32 y, DEMType dem_type = DEMType.DEM_5A_5B_10B )
  1. z,x,y のところを ILonLatGettable にして、その座標を含む XYZ のタイルをとってくる機能
  2. ILonLatGettable center, ILonLatGettable delta で中心と角度差で領域指定して継ぎ接ぎした数値標高群を生成する機能
@usagi usagi self-assigned this Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant