1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > 基于GIS的地震现场应急信息管理与决策支持平台

基于GIS的地震现场应急信息管理与决策支持平台

时间:2020-02-12 14:22:12

相关推荐

基于GIS的地震现场应急信息管理与决策支持平台

建设背景

针对现场救援行动过程(准备、机动、行动、撤离、总结)的指挥和管理,通过建设具备现场灾情收集、指挥辅助决策以及行动过程管理等功能的地震现场应急信息管理与决策支持平台,为数据快速采集,救援目标快速决策,救援力量快速部署,救援过程实时跟踪,案例库自动生成提供系统支持。

平台特点

现场信息高效采集与协同

灾情数据多角度统计分析

灾害图/报告一键制作

产品报告门户、终端同步发布

现场救援地图

系统能够支持在线地图、离线地图两种方式。

<!DOCTYPE html><html><head><meta charset="utf-8"><title data-i18n="resources.title_animatorBase"></title><style type="text/css">body {margin: 0;overflow: hidden;background: #fff;width: 100%;height: 100%}#map {position: absolute;width: 100%;height: 100%;}#toolbar {position: absolute;top: 50px;right: 10px;width: 220px;text-align: center;z-index: 100;border-radius: 4px;}</style></head><body><div id="toolbar" class="panel panel-primary"><div class='panel-heading'><h5 class='panel-title text-center' data-i18n="resources.title_animatorBase"></h5></div><div class='panel-body content'><input type="button" class="btn btn-default" data-i18n="[value]resources.btn_start" onclick="startAnimator()"/>&nbsp; &nbsp;<input type="button" class="btn btn-default" data-i18n="[value]resources.btn_pause" onclick="pauseAnimator()"/></div></div><div id="map"></div><script type="text/javascript" include="bootstrap,widgets.alert" src="../js/include-web.js"></script><script type="text/javascript" exclude="iclient-classic" src="../../dist/classic/include-classic.js"></script><script>var map, layer, animatorVector;var style ={fillColor: "#339933",fillOpacity: 1,strokeOpacity: 0,pointRadius: 5};init();function init() {if (!document.createElement('canvas').getContext) {widgets.alert.showAlert(resources.msg_supportCanvas, false);return;}map = new SuperMap.Map("map", {controls: [new SuperMap.Control.ScaleLine(),new SuperMap.Control.Zoom(),new SuperMap.Control.MousePosition(),new SuperMap.Control.Navigation({dragPanOptions: {enableKinetic: true}})]});map.addControl(new SuperMap.Control.LayerSwitcher(), new SuperMap.Pixel(42, 80));layer = new SuperMap.Layer.CloudLayer();map.addLayers([layer]);map.setCenter(new SuperMap.LonLat(0, 0), 1);animatorVector = new SuperMap.Layer.AnimatorVector("Vector Layer", {}, {speed: 0.2,startTime: 0,endTime: 100});map.addLayers([animatorVector]);addPolygon();}function addPolygon() {//增加点的渐变渲染,点位置改变animatorVector.addFeatures([new SuperMap.Feature.Vector(new SuperMap.Geometry.Point(0, 0),{FEATUREID: 0,TIME: 0}),new SuperMap.Feature.Vector(new SuperMap.Geometry.Point(5000000, 0),{FEATUREID: 0,TIME: 100})]);//增加线的渐变,节点数改变animatorVector.addFeatures([new SuperMap.Feature.Vector(new SuperMap.Geometry.LineString([new SuperMap.Geometry.Point(0, 5000000),new SuperMap.Geometry.Point(-2500000, 7500000),new SuperMap.Geometry.Point(0, 10000000)]),{FEATUREID: 1,TIME: 0}),new SuperMap.Feature.Vector(new SuperMap.Geometry.LineString([new SuperMap.Geometry.Point(5000000, 5000000),new SuperMap.Geometry.Point(2500000, 6250000),new SuperMap.Geometry.Point(4000000, 7500000),new SuperMap.Geometry.Point(2500000, 8750000),new SuperMap.Geometry.Point(5000000, 10000000)]),{FEATUREID: 1,TIME: 100})])//增加面的渐变,节点数改变animatorVector.addFeatures([new SuperMap.Feature.Vector(new SuperMap.Geometry.Polygon([new SuperMap.Geometry.LinearRing([new SuperMap.Geometry.Point(0, 0),new SuperMap.Geometry.Point(5000000, 0),new SuperMap.Geometry.Point(5000000, 5000000),new SuperMap.Geometry.Point(0, 5000000),new SuperMap.Geometry.Point(0, 0)])]),{FEATUREID: 2,TIME: 0}),new SuperMap.Feature.Vector(new SuperMap.Geometry.Polygon([new SuperMap.Geometry.LinearRing([new SuperMap.Geometry.Point(0, 0),new SuperMap.Geometry.Point(5000000, 0),new SuperMap.Geometry.Point(2500000, 5000000),new SuperMap.Geometry.Point(0, 0)])]),{FEATUREID: 2,TIME: 100})])}function startAnimator() {animatorVector.animator.start();}function pauseAnimator() {animatorVector.animator.pause();}</script></body></html>

救援队现场分组

提供救援队现场分组功能。

现场救援信息空间位置采集

现场救援信息空间位置采集主要实现救援现场的倒塌建筑、损毁道路、危险源等的空间位置信息的快速采集。

现场救援信息填报

提供现场救援信息表单填报功能,提供多种多媒体形式,方便用户完善标绘数据。包括添加本地图片、相机拍照、画板编辑、语音附件等多媒体方式。

现场救援信息北斗短报文收发

为防止现场网络中断,无法通过移动网络进行通信,支持北斗短报文的收发功能。

远程专家咨询

可将现场信息发送给后方的专家,请专家在线提供处理方案,为救援队提供参考意见。

现场救援信息数据管理

数据管理分为两部分:我的数据和共享数据。我的数据为当前用户所标绘的数据,共享数据为队友共享的标绘数据。

接收展示后方产出的专题图

本系统可以接收后方产出的专题图,进入系统设置,选择"专题图",可显示目前接收的专题图。

地图量算

量算功能以地图为基础,提供了距离计算、面积计算以及角度计算。操作以节点为单位,依次添加节点。

系统设置

系统设置包含了常用的基本信息的设置:轨迹记录、位置协同、数据协同、GPS设置、当前地图类型设置、服务器设置、法律法规、个人信息、版本信息、用户注销、软件更新。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。