■ はじめに
https://blogs.yahoo.co.jp/dk521123/38088151.htmlの続き。 Proj.Net を扱う上で資料がなさ過ぎて手探り状態なので、 予想も含めて、メモ。
■ API仕様
* Proj.Net は、GeoAPI も使っているっぽい
GeoAPI
https://nettopologysuite.github.io/html/namespace_geo_a_p_i.htmlICoordinateTransformation
https://nettopologysuite.github.io/html/interface_geo_a_p_i_1_1_coordinate_systems_1_1_i_coordinate_system_factory.html
■ 基本的な考え方
変換
* 変換元・変換先のそれぞれの ICoordinateTransformation インスタンスを作成し、 transformation.MathTransform.Transform()で変換する (逆変換なら transformation.MathTransform.Inverse().Transform())