This file was generated automatically based on this two sources:
- /etc/nginx/mime.types
- http://www.garykessler.net/library/file_sigs.html
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
This file was generated automatically based on this two sources:
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
_ | |
- - /, /, |\ 222222222222222 | |
)/ )/ ) ' _ \\ 2:::::::::::::::22 | |
)__)__) \\ /\\ < \, ,._-_ / \\ _-_, 2::::::222222:::::2 | |
~)__)__) || / /-|| || || || ||_. 2222222 2:::::2 | |
) ) ) || /\\ (( || || || || ~ || 2:::::2 | |
/-_/-_/ \\ || \/\\ \\, \\/ ,-_- 2:::::2 :::::: | |
/ 2222::::2 :::::: | |
(, 22222::::::22 :::::: | |
.--.--.-----. 22::::::::222 |
/** | |
* 百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换的工具 | |
* | |
* 参考 https://github.com/wandergis/coordtransform 实现的Java版本 | |
* @author geosmart | |
*/ | |
public class CoordinateTransformUtil { | |
static double x_pi = 3.14159265358979324 * 3000.0 / 180.0; | |
// π | |
static double pi = 3.1415926535897932384626; |