吉奥地理瓦片方案。适用于WGS84、CGCS2000坐标发布的经纬度直投的地图服务。
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
// arcgis服务
var tilingScheme = new Cesium.GeoGeographicTilingScheme({
viewer: viewer,
resolutions: [0.15228550437313793, 0.07614275218656896, 0.03807137609328448, 0.01903568804664224, 0.00951784402332112],
origin: [-400, 399.9999999999998],
origin: [-400, 399.9999999999998],
matrixWidth: 14,
matrixHeight: 11
identifier: 0
});
// Globe地理坐标下服务一般可直接加载,例如
var wmts = new Cesium.WebMapTileServiceImageryProvider({
url:new Cesium.Resource({
// proxy: new Cesium.DefaultProxy(Cfg.proxyHostUrl),//设置代理地址
url: "http://192.168.100.231:8889/GeoWMTSLayer_Multidate/wmts",
}),
credit: "吉奥经纬度直投影像",
layer: "DG",
style: "DG",
format: "image/tile",
tileMatrixSetID: "DG_Matrix_0",
tilingScheme: new Cesium.GeoGeographicTilingScheme(),
});
viewer.imageryLayers.addImageryProvider(wmts);
Extends
- GeographicTilingScheme
Members
图幅的中心点
有数据的地理范围
请求服务的最大级别
定位到地图合适区域的相机高度
图幅范围