Methods
-
L.supermap.CommontypesConversion.toProcessingParam(points)
leaflet/core/CommontypesConversion.js, line 63 -
将 Region 节点数组转为 Processing 服务需要的分析参数。
Name Type Description points
Array Region 各个节点数组。
Returns:
processing 服务裁剪、查询分析的分析参数。 -
L.supermap.CommontypesConversion.toSuperMapBounds(bounds){SuperMap.Bounds}
leaflet/core/CommontypesConversion.js, line 15 -
将 Leaflet 对象的 bounds 转成 SuperMap 的 bounds对象。
Name Type Description bounds
L.Bounds | L.LatLngBounds 图层显示范围。
Returns:
Type Description SuperMap.Bounds SuperMap 的 bounds 对象。