久久久久久久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 類中的距離單位是什么?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我們的 VB.NET 項目使用來自 Vivid Solutoins (com.vividsolutions.jts.geom.Geometry) 的 Java 庫來進(jìn)行幾何計算.幫助在這里: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.

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

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

                  推薦答案

                  這是一篇舊帖子,但對于其他正在尋找的人來說,這里是答案,因為令人難以置信的是 java 文檔沒有說明方法返回的單位.返回的距離以中心角為單位.然后,您可以使用任意數(shù)量的公式轉(zhuǎn)換為所需的計量單位.最簡單的是轉(zhuǎn)換為弧度.1 弧度 = 180 度除以 pi (rad=180deg/pi).從那里,您可以用您選擇的單位(例如 6371 公里)將弧度乘以地球的平均半徑,以獲得兩點之間的距離.也有更準(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)建一個隨機(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>

                          • 主站蜘蛛池模板: 国产 欧美 日韩 一区 | 九九精品在线 | 欧美日韩国产一区二区三区 | 欧美成人黄色小说 | 91色在线| 亚洲欧美日韩在线 | 日日摸日日碰夜夜爽亚洲精品蜜乳 | 毛片网站在线观看视频 | 人人人干 | 免费一级欧美在线观看视频 | 欧美aaa级| 九九久视频 | 亚洲精品电影网在线观看 | 一区二区三区国产好的精 | 黄视频网址 | 国产午夜精品一区二区三区四区 | 最新日韩在线 | 中文字幕视频一区二区 | 成人h片在线观看 | 一本色道精品久久一区二区三区 | 欧美一级黄色片 | 久久精彩视频 | 成人在线免费观看视频 | 操视频网站 | 91免费福利视频 | 久久精品国产v日韩v亚洲 | 成人免费在线观看 | 免费一级大片 | 久久久久久av | 久草视频网站 | 成人黄色av网站 | 日韩中文一区 | 日韩一级免费 | 日韩中文字幕在线观看 | 午夜久久久| 在线午夜 | 日韩成人av在线 | 青青草久久 | 色综合一区二区 | 国产精品久久国产精品 | 天天草视频 |