Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JTS.orthodromicDistance(new Coordinate(0,0), new Coordinate(180,0), DefaultGeographicCRS.WGS84) * 2 は 40075016 に等しくなりますが、6378000 に等しくなければなりません。
あなたはあなたが求めたものを手に入れます。あなたの数式は円周を計算します。これは2*pi*radiusです。
2*pi*radius
半径はcircumference / (2*pi)、実際には約 6378000 です。
circumference / (2*pi)