地理坐标(WGS84),投影坐标下(Mercator)切片系统的计算Java类
Posted JerFer
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了地理坐标(WGS84),投影坐标下(Mercator)切片系统的计算Java类相关的知识,希望对你有一定的参考价值。
简介
在切片地图服务(TMS)中定义的全局地图切片。生成Web上使用的全局切片所需的函数。包含实现坐标转换的类:
- GlobalMercator (基于 EPSG:900913=EPSG:3857)
用户Google Map,Yahoo Maps,Microsoft Maps 兼容切片
- GlobalGeodetic (基于EPSG:4326)
用于 Openlayers底图和Google Earth兼容切片
1、地理坐标下切片系统的计算
地理坐标下切片系统的计算,主要适用于google地球中切片系统,以及目标底图参考系统为EPSG:4326的情况。
Functions necessary for generation of global tiles in Plate Carre projection,
EPSG:4326, "unprojected profile".
Such tiles are compatible with Google Earth (as any other EPSG:4326 rasters)
and you can overlay the tiles on top of OpenLayers base map.
Pixel and tile coordinates are in TMS notation (origin [0,0] in bottom-left).
What coordinate conversions do we need for TMS Global Geodetic tiles?
Global Geode
以上是关于地理坐标(WGS84),投影坐标下(Mercator)切片系统的计算Java类的主要内容,如果未能解决你的问题,请参考以下文章