Rong Li, Dongsheng Su, Tao Sun, Jianli Zhang
China Institute of Water Resources and Hydropower Research,
20 West Chegongzhuang Rd.,Beijing 100044,P.R. China
Abstract:
In this paper, the Mengwa flood detention project in Huaihe River Basin is adopted as an example to demonstrate the establishment of GIS database and techniques of COM GIS and 3D visualization. A flood management system of this diversion-detention area is implemented by two steps. Firstly, design and set up a complete 3D scene on the platform of software ArcGlobe in ArcGIS, and then under the environment of Visual Basic, the system is secondarily developed based on object interface of ArcGIS Engine. The system breaks through the limitation of traditional 2D display and realizes various functionality of 3D visualization in the researched area, including 3D display terrain, landform and flood areas, observing from different angle, unbounded zooming, roaming, 3D rotating, querying and so on. The proposed method brings forward a set of practical technological routine for 3D information system development, which can provide decision support of floodwater storage. Furthermore, the approach can be applied into other design, development and application of 3D visualization systems.
1. Introduction
Geographical Information System (GIS) is a frontier branch of science, which integrates Space Science, Survey and Mapping Science, Geography, Information Science, Computer Science, Environmental Science and Management Science. The GIS is not only capable of managing data, text information and graph, but also of integrating and analyzing spatial data from different sources, with diverse formats, structures, projections or resolution levels with the aid of computer, thus it is a new effective technical system in complex processing and analysis of spatial data [1].
Two-dimensional GIS began in the computer aid mapmaking in the 1960’s, and now it has gone deep into every application field. It is essentially based on abstract symbolic system, so it can not provide the original feeling of nature to people, and is difficult to overcome the shortcoming. However, three-dimensional GIS can solve the problem [2]. With the development of Virtual Reality technology, the concept of “digital earth” has been put forward and three-dimensional GIS has become a new technology to promote spatial analysis and expand information representation in GIS. By processing elevation data, three-dimensional GIS can display the landform and objects in three dimensions to create an obvious scene. This display usage can also meet demand for management, analysis, estimation, decision and visualization [3].
2. System design
2.1 Study area and demand analysis
China has suffered great amounts of disaster and made great deal of losses, including the people’s death, injured and the possession’s loss. Flood is the disaster most frequently occurring every year, and it is more serious in flood season. The flood disaster has become one of the most important factor in restricting the economic construction and continuable development in China. Huaihe River, one of the seven river basins in China, has various degrees of flood disaster happenings for a long time. In order to serve the government for decision-making, the water resources information system has a technical difficulty to be overcome, that is how to exactly show the situation of disasters in a visualized obvious way. It is just about the advantage of three-dimensional GIS, which is good at revealing the phenomenon and dynamic changes in real world by means of three-dimensional graphics and images. As a result, three-dimensional GIS can give a powerful technical support to lay out the three-dimensional scenes of flood area. Nowadays, the most urgent problem for researchers in the work of water resources information system development is to display and analyze the river information in three dimensions.
2.2 Methodology
This system has to show the landform of Mengwa flood diversion-detention area in Huaihe River Basin and construct a series of flood scenes in three dimensions. Based on these landform and geographic data, the system has various basic functionality as well as three-dimensional real-time roaming. In order to implement the functionality, the system has been accomplished by two steps, and different method has been used respectively.
Step 1. Construct a three-dimensional scene using basic geographic data, Digital Elevation Model (DEM) and remote sensing images.
Step 2. Take the Components GIS (COMGIS) as the oriented technology, secondary develop the three-dimensional system to complete the whole functionality.
3. 3D Scene Construction
3.1 3D GIS Software Comparison
By reason of three-dimensional display and analysis being a hot direction in GIS, almost all the existing GIS software add three-dimensional modules, and some of them have certain functionality of query and analysis. In the following section, several popular 3D GIS software in China and abroad is compared.
ESRI ArcGIS 3D Analyst is the three-dimensional visualization and analysis extension of Desktop software. It adds two specialized 3D viewing applications, ArcScene and ArcGlobe, which extend the capabilities of ArcGIS Desktop and adds additional capabilities to ArcCatalog and ArcMap.
ERDAS IMAGINE has a three-dimensional visualization tool named IMAGINE VirtualGIS. It uses OpenGL as its basic graphics language and allows the use of hardware accelerators for geometry or texture rendering. Also the IMAGINE VirtualGIS can be run on both UNIX workstations and PCs. One of the notable advantages of IMAGINE VirtualGIS is the water layer plugin, which allows to flood the entire terrain to a specified elevation or flood individual areas of the terrain.
VRMap(Beijing Lingtu Inc) is an open and large-scale component-based 3D GIS platform. The secondary development platform is a 3D engine developed with the aid of DirectX and OpenGL. VRMap is equipped with basic 3D spatial analyzing abilities, such as quantitative analysis, inquiry statistical analysis, topographic analysis, two-point perspective computation, profile observation, flood analysis and sunshine analysis.
IMAGIS, a 3D Visualization GIS developed by Supresoft Inc, is a geographical information system based on Digital Orthophoto Map (DOM), Digital Elevation Model (DEM), Digital Line Graphics (DLG) and Digital Raster Graphics (DRG). By combining the techniques of 3D visualized reality with virtual reality, the system can manage the objects in a 3D virtual environment, which realizes WYSIWYG in a sense :”What you see is what you get”.
CyberCity GIS(CCGIS) software is developed for digital city construction by Wuhan Geo Inc. Based on the city 3D coding data, GIS data and CAD data collected by the digital photogrammetric workstation, automatically established 3D city models, it has functionality of wide range large-scale city database integration management (DEM+DOM+DLG) and seamless 3D real-time roaming. Unique functionality possessed by GIS as spatial multimedia information 3D display query, model application, analysis and decision-making are contained and expanded. CCGIS can be widely used in the application field such as city planning, city management, information distribution and navigation.
3.2 Technical Scheme โโ ArcGlobe
This research has requirements in some aspects, including real-time roaming speed, data scale, visual effect and system running stability. By analyzing and comparing capability and usage of several existing 3D GIS software, ArcGlobe is selected as the environment to construct 3D scenes.
Any type of data with spatial reference on the 3D surface can seamlessly interact with ArcGlobe, and all the data that are loaded into ArcGlobe can be overlaid and visualized in global extent. ArcGlobe breaks through the size limit of data storage and can display large amounts of data quickly and effectively. That is to say, whether its extent is local or worldwide and whether its size is large or small, the raster, vector and terrain dataset can be processed more intelligently in 3D perspective environment than in 2D. So it is effortless to zoom from a view of the whole earth to a local site with a higher degree of resolution, as well as move, query and analyze data of varying extent.
4. Secondary Development
4.1 System Development Based on COM
COMGIS is a kind of methodology of software development which merges the Object-Oriented technology and component technology into GIS. The principle of COMGIS is dividing the main functionality modules into some controls which can be available for different functionality. The final GIS application can be implemented by visualized development tools via integrating various controls regardless of GIS and non-GIS [4].
The GIS development based on COM is essentially a kind of compositive secondary development method. It can not only take advantage of efficient programming capability of visualized development tools, but also exert the comprehensive spatial data processing ability of GIS tools. The method facilitates the water resources information system to be more efficient, stainable, maintainable and easy-to-use.
The components technology can facilitate the efficient seamless integration of GIS and hydrologic models [5]. Fig.1 shows the framework of seamless integration of COMGIS and applications.
Fig.1 Framework of seamless integration of COMGIS and applications.
4.2 COM in ArcGIS
ArcGIS Desktop is made up of ArcObjects components. ArcMap, ArcCatalog, ArcScene and ArcGlobe modules are all built and developed via “high-level language” by calling ArcObjects interfaces to implement the functionality.
ArcObjects is a set of platform-independent software components, written in C++, that provide services to support GIS applications on the desktop, in the form of thick and thin clients, and on the server. It is built by using components technology, and provides multiple interfaces based on COM. These interfaces consist of over 1200 objects which can be used to customize, extend and develop GIS applications. They also support map display, management, storage and other operation. The development using ArcObjects is not a single customization with ArcGIS functionality, but within the whole ArcGIS framework. However, it is expensive to develop with ArcObjects components because the desktop software must be installed on the same machine in the meantime.
ArcGIS Engine can be viewed as a set of low-cost and lightweight ArcObjects components. It is available for any standard development environment, including .NET, COM, Java, C++ and all the popular operating system, for example, Windows, UNIX and Linux.
As for a GIS application developed with ArcGIS Engine, its implementation needs only a RUNTIME, and not need to install ArcGIS Desktop at the same time, thus decrease the cost of system development greatly. What’s more, ArcGIS Engine has more controls than ArcObjects which has just two: MapControl and PageLayoutControl.
Fig.2 shows the mechanism and running process of COM objects in ArcGIS.
Fig.2 Mechanism and running process of COM objects in ArcGIS
5 Implementation
5.1 System developing procedure
In order to display the landform of Mengwa flood diversion-detention area in Huaihe River Basin and construct a series of flood scenes with functionality of 3D viewing, roaming, fly-through simulations, querying and so on. The working flow diagram shown in Fig.3 illustrates the developing procedure of system.
Fig.3 The flow diagram for procedure of system development.
5.2 Data
The system inputs remote sensing images with high degree of resolution as the base map of 3D scene. The reached area is a broad area relative to the height of the terrain, so the apparent of terrain surface is rather flat. In order to enhance the sense of depth in the scene, and to bring out subtle features in the terrain, the height of the terrain is exaggerated by 5 times.
In addition to various basic geographic information layers, several flood layers are also be loaded into the 3D scene, so that the changes of flooding area can be reflected in detail.
5.3 Key technology
In the process of system implementation, a comprehensive 3D scene is firstly designed and constructed on ArcGlobe platform. Then secondary develop the application system in the object oriented programming language, Visual Basic 6.0, by calling ArcGIS Engine. By taking advantage of COM methodology, the integrating framework is built and the functionality of 3D viewing, flying simulation, querying and output is implemented.
5.4 Functionality
A user-friendly GIS interface was developed to allow for 3D display and easy spatial manipulation. The functionality provided by the system is as follows:
(1) Three-dimensional display. To render a 3D scene more quickly, the amount of data required for display is reduced: only the portion of the image within the observer’s field-of view is loaded into memory. The ortho-images have been loaded into the scene, and terrain data with various scales in Mengwa flood diversion-detention area in Huaihe River Basin are visualized in three dimensions. Using perspective, objects farther away are rendered at a lower resolution than objects closer to the observer. To increase the 3D effect of the display, high degree of resolution is used for high relief images, while low resolution is used for low relief images.
(2) Data operation. The spatial data loaded into the scene are divided into three types: floating layer, draped layer and elevation layer. Each type of layers can represent the spatial position relative to the earth’s surface. They also can be manually changed from one type to another if needed. The terrain data can be unbounded zoomed, roamed, rotated and refreshed, and any layers can be added or deleted.
(3) Thematic mapping. Thematic maps can be created according to different themes. The map can convey the spatial distribution of a wide variety of qualitative and quantitative information. Almost any subject that can be expressed as a geographical distribution can be mapped. For example, the analyzed result can be directly shown on E-map, so that users can clearly learn the spatial distribution of flooding. The thematic maps can be stored in client computer as well as printed output.
(4) 3D Pan. Take the elevation data as underlying layer for the scene to be roamed. By making use of the direction keys and other functional keys on keyboard, the video or viewpoint can be adjusted forward, backward, upward or downward to observe from different angles. The functionality facilitates real-time flying through and panning around the 3D scene.
(5) Information querying. The system integrates quickly spatial indexing technique and efficient graphics arithmetic, which provide powerful tools for spatial query and analysis, so that user can analyze surfaces, query attribute values at a location on a surface, and analyze the visibility of parts of a surface from different locations.
6 Conclusions
The 3D water resources information system of Mengwa flood diversion-detention area in Huaihe River Basin has an advantage given by COM methodology. This system development way can be used in other relevant projects by reason of shorter development period, lower cost and no need for additional GIS secondary languages.
One of development trend in 3D water resources information system is simulating flood routing in flood diversion-detention area. So it is necessary to do more research on combining special water flow models with visualized development environment to develop 3D flood routing information system, which can perform more perfectly and support government to make decisions better.
Acknowledgements
The author gratefully acknowledges Remote Sensing Technology Application Center, IWHR for providing fellowship in carrying out this research work.
References
- C.Y.Xu. Application, present situation and development trend of geographic information system [J]. Contributions to Geology and Mineral Resources Research 2001:16(1):52-57
- L.B.Xiao,Er.S.Zhong,J.Y.Liu. A discussion on basic problems of 3D GIS [J]. Journal of Image and Graphics 2001:6(9):842-848
- Y.B.Yuan,Y.C.Zhang,C.Wang. Three-dimensional Visualization of GIS Data about Valley Geographical Sight [J]. Advance in Earth Sciences 2002:17(4):497-501
- S.D.Wang,S.S.Chai,X.J.Liu. On Development Trend of New Generation GIS [J]. Coastal Engineering 2002:21(2):66-71
- G.F.Song,Er.S.Zhong. Research and Development of Components Geographic Information Systems [J]. Journal of Image and Graphics 1998:3(4):313-317
- J.Zhao,D.P.Li,Y.X.Zhu. Redevelopment of GIS software using visualization programmable language [J]. Bulletin of Surveying and Mapping 2002:(S1):68-70
- Y.Li,Z.W.Fan,S.Q.Wu,X.F.Wu. Numerical simulation and 3-D visualization of flood propagation in large-scale detention basins [J]. Journal of Hydraulic Engineering 2005:36(10):1158-1164