久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<small id='ZKp6c'></small><noframes id='ZKp6c'>

      • <bdo id='ZKp6c'></bdo><ul id='ZKp6c'></ul>

      1. <legend id='ZKp6c'><style id='ZKp6c'><dir id='ZKp6c'><q id='ZKp6c'></q></dir></style></legend><tfoot id='ZKp6c'></tfoot>

        <i id='ZKp6c'><tr id='ZKp6c'><dt id='ZKp6c'><q id='ZKp6c'><span id='ZKp6c'><b id='ZKp6c'><form id='ZKp6c'><ins id='ZKp6c'></ins><ul id='ZKp6c'></ul><sub id='ZKp6c'></sub></form><legend id='ZKp6c'></legend><bdo id='ZKp6c'><pre id='ZKp6c'><center id='ZKp6c'></center></pre></bdo></b><th id='ZKp6c'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ZKp6c'><tfoot id='ZKp6c'></tfoot><dl id='ZKp6c'><fieldset id='ZKp6c'></fieldset></dl></div>
      2. com.vividsolutions.jts.geom.Geometry 類中的距離單位是什

        What are the distance units in com.vividsolutions.jts.geom.Geometry class?(com.vividsolutions.jts.geom.Geometry 類中的距離單位是什么?)

                <i id='wUitu'><tr id='wUitu'><dt id='wUitu'><q id='wUitu'><span id='wUitu'><b id='wUitu'><form id='wUitu'><ins id='wUitu'></ins><ul id='wUitu'></ul><sub id='wUitu'></sub></form><legend id='wUitu'></legend><bdo id='wUitu'><pre id='wUitu'><center id='wUitu'></center></pre></bdo></b><th id='wUitu'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='wUitu'><tfoot id='wUitu'></tfoot><dl id='wUitu'><fieldset id='wUitu'></fieldset></dl></div>

                <small id='wUitu'></small><noframes id='wUitu'>

                <tfoot id='wUitu'></tfoot><legend id='wUitu'><style id='wUitu'><dir id='wUitu'><q id='wUitu'></q></dir></style></legend>
                  <bdo id='wUitu'></bdo><ul id='wUitu'></ul>
                    <tbody id='wUitu'></tbody>
                • 本文介紹了com.vividsolutions.jts.geom.Geometry 類中的距離單位是什么?的處理方法,對大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我們的 VB.NET 項(xiàng)目使用來自 Vivid Solutoins (com.vividsolutions.jts.geom.Geometry) 的 Java 庫來進(jìn)行幾何計(jì)算.幫助在這里:http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/Geometry.html

                  Our VB.NET project is using a Java library from Vivid Solutoins (com.vividsolutions.jts.geom.Geometry) to do Geometry calculations. The help is here: http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/Geometry.html

                  我想不通的是專門用于 Buffer 屬性的單位,或者與此相關(guān)的任何其他距離.我的程序正在處理海里,文檔沒有說明單位是度、英里、海里、公里、英寸等.

                  What I can't figure out are the units specifically for the Buffer property, or any other distance for that matter. My program is dealing with Nautical Miles, and the documentation gives no indication if the units are degrees, miles, Nautical Miles, Kilometers, inches, etc.

                  有沒有人用過這個(gè)知道答案的庫?提前致謝.

                  Has anyone used this library who knows the answer? Thanks in advance.

                  推薦答案

                  這是一篇舊帖子,但對于其他正在尋找的人來說,這里是答案,因?yàn)榱钊穗y以置信的是 java 文檔沒有說明方法返回的單位.返回的距離以中心角為單位.然后,您可以使用任意數(shù)量的公式轉(zhuǎn)換為所需的計(jì)量單位.最簡單的是轉(zhuǎn)換為弧度.1 弧度 = 180 度除以 pi (rad=180deg/pi).從那里,您可以用您選擇的單位(例如 6371 公里)將弧度乘以地球的平均半徑,以獲得兩點(diǎn)之間的距離.也有更準(zhǔn)確的方法,但您可以在網(wǎng)上查找.

                  This is an old post, but here is the answer for anyone else who is looking, since incredibly the java docs do not state the units returned by the method. The distance returned is in central angle degrees. You can then use any number of formulas to convert to your required unit of measure. The simplest is to convert to radians. 1 radian = 180 degrees divided by pi (rad=180deg/pi). From there, you can multiply radians by the average radius of the earth in your choice of units (6371 km for instance) to get distance between two points. More accurate methods are also available, but you can look them up on the net.

                  這篇關(guān)于com.vividsolutions.jts.geom.Geometry 類中的距離單位是什么?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How can I detect integer overflow on 32 bits int?(如何檢測 32 位 int 上的整數(shù)溢出?)
                  Local variables before return statements, does it matter?(return 語句之前的局部變量,這有關(guān)系嗎?)
                  How to convert Integer to int?(如何將整數(shù)轉(zhuǎn)換為整數(shù)?)
                  How do I create an int array with randomly shuffled numbers in a given range(如何在給定范圍內(nèi)創(chuàng)建一個(gè)隨機(jī)打亂數(shù)字的 int 數(shù)組)
                  Inconsistent behavior on java#39;s ==(java的行為不一致==)
                  Why is Java able to store 0xff000000 as an int?(為什么 Java 能夠?qū)?0xff000000 存儲為 int?)
                    <bdo id='UdKGn'></bdo><ul id='UdKGn'></ul>
                  • <small id='UdKGn'></small><noframes id='UdKGn'>

                  • <legend id='UdKGn'><style id='UdKGn'><dir id='UdKGn'><q id='UdKGn'></q></dir></style></legend>

                  • <tfoot id='UdKGn'></tfoot>

                        <tbody id='UdKGn'></tbody>
                          <i id='UdKGn'><tr id='UdKGn'><dt id='UdKGn'><q id='UdKGn'><span id='UdKGn'><b id='UdKGn'><form id='UdKGn'><ins id='UdKGn'></ins><ul id='UdKGn'></ul><sub id='UdKGn'></sub></form><legend id='UdKGn'></legend><bdo id='UdKGn'><pre id='UdKGn'><center id='UdKGn'></center></pre></bdo></b><th id='UdKGn'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='UdKGn'><tfoot id='UdKGn'></tfoot><dl id='UdKGn'><fieldset id='UdKGn'></fieldset></dl></div>

                          • 主站蜘蛛池模板: 精品亚洲一区二区三区四区五区高 | 国产原创视频 | 精品成人av | 亚洲精品视频免费观看 | 欧美在线视频网站 | 成人国产精品免费观看 | 日韩av免费在线电影 | 中文在线www | 亚洲美女一区二区三区 | 成人在线播放网站 | 国产免费视频 | 国产激情视频网址 | 亚洲国产欧美日韩 | 日本天天操 | 精品亚洲91 | 欧美激情一区二区 | 欧美老妇交乱视频 | 国产成在线观看免费视频 | 91精品一区二区三区久久久久久 | 成人久久久 | 午夜影院| 欧美午夜精品 | 国产日韩一区二区三免费 | 亚洲高清在线观看 | 99爱免费| 精品欧美一区二区三区久久久小说 | 天天天天操 | 欧美日韩精品久久久免费观看 | 久久99久久98精品免观看软件 | 麻豆av在线 | 欧美在线 | 在线天堂免费中文字幕视频 | 福利视频一区二区 | 国产精品久久久久久亚洲调教 | 一级片免费网站 | 国产精品久久久久一区二区三区 | 人操人人干人 | 国产精品视频中文字幕 | 69视频在线播放 | 国产亚洲精品综合一区 | 欧美精品一区二区在线观看 |