Advances in 3D GIS. Siyka Zlatanova Section GISt, Delft University of Technology, The Netherlands

Size: px
Start display at page:

Download "Advances in 3D GIS. Siyka Zlatanova Section GISt, Delft University of Technology, The Netherlands"

Transcription

1 DDD - Advances in 3DGIS Siyka Zlatanova 24 DDD - Rivista trimestrale di Disegno Digitale e Design edita da Poli.Design Anno 1 n. 4 ott/dic 2002 Registrazione n. 718 del trib. di Milano Advances in 3D GIS Siyka Zlatanova Section GISt, Delft University of Technology, The Netherlands s.zlatanova@citg.tudelft.nl Abstract Many activities wait for 3D solutions in data storage, processing and analysis. Some of the most appealing ones are urban planning, environmental monitoring, telecommunications (mobile services), public rescue operations, real-estate market, utility management. The role of geo-information in all kinds of business processes is increasing as well. Most business transactions rely on information systems, as the geo-information is critical for many of them. Clearly, once the developments in the 3D GIS provide a compatible functionality and performance, spatial information services will evolve into the third dimension. Here, we attempt to summarise the recent advances in 3D GIS development. Introduction Geo-information has already proven its importance for many applications and daily use. A large number of human activities utilise 2D geo-data in some form (paper or digital maps) to complete different tasks. However, the world we are living in is three-dimensional and in many cases the two dimensions are not sufficient. The 3D objects presented as 2D projections may loose some of their properties and relations to other objects and may create difficulties to understand, analyse and evaluate the surrounding world in a critical for a certain activity moment. An increasing number of applications already seek for tools to model, store, analyse and visualise 3D data in an efficient and effective way. Urban (see [11]) and landscape planning, telecommunications, real estate market, 3D cadastre (see [9]), road, railway and building construction, utility management, shopping and tourism are among the most demanding ones. Moreover, maintenance, processing and visualisation of large data sets has been improving progressively in the last decade to approach the current stage when the user can immerse with a 3D model in different levels of mixture between reality and virtuality. Considering the recognised need for 3D data and the high level of technology developments, the logical expectation is a variety of software dealing with the third dimension. Unfortunately, the current status of the 3D software market differs. Many vendors develop intensively extensions to their software for more effectively handling 3D data. However, the killing software product, capable of dealing with all kinds of 3D data and providing the functionality needed by different application is still missing. The difficulties in devising such a product arise at each stage of the 3D modelling. The paper concentrates on a limited number of those aspects, i.e. structuring and analysis of 3D data. This paper is organised in three parts. The first part concentrates on the last developments in spatial data handling achieved under the OpenGIS specifications. Several experiments demonstrate the current functionality in 3D data maintenance. The second part briefly presents some of the last developments of traditional GIS vendors. The last part discusses research directions. A final discussion summarises the current status and trends and concludes on the future of 3D GIS. OpenGIS specifications and 3D The efficient geo-information management (especially when the third dimension is focussed) is rather complex task requiring high competence in different areas. Several years ago, leading vendors have decided to stream the efforts in GIS development by founding the OpenGIS consortium (currently consisting of more than 220 companies, government agencies and universities). The basic idea is achieving an agreement on the representation, access and dissemination of spatial information, i.e. the OpenGIS specifications (see [5]). The

2 DDD - Advances in 3DGIS Siyka Zlatanova 25 specifications describing the representation of spatial objects (i.e. the spatial) model are available in two variants abstract and implementation specifications. The abstract specifications discuss the conceptual models (already completed) and the implementation specifications (still at developing stage) provide mechanism for implementation for different technologies (e.g. SQL, CORBA). According to the OpenGIS specifications, the spatial object (named geographic feature) is represented by two models, i.e. geometric (i.e. simple feature specifications, SFS) and topological (i.e. complex feature specifications). While the geometric model provides direct access to the coordinates of individual objects, the topological model refers to the composing smaller elements (primitives) and encapsulates some of their spatial relationships. Suppose the two models are implemented, an application can benefit from the two representations, e.g. area, volume, distance can be completed on the geometric model, while analysis based on neighbourhood operations can be performed on the topological structure. Currently, the implementation focus is toward the geometric model. 3D topological implementation specifications are not available yet. Many DBMS (Oracle, Ingres, Informix) offer already maintenance of spatial objects as well as many front-end engines (Microstation, AutoCAD, ArcGIS) access the spatial data stored in DBMS. Here, we will briefly describe the implementations by Oracle Spatial and MicroStation GeoGraphics ispatial. Geo-DBMS (Oracle Spatial): A spatial objects in Oracle Spatial is defined by the geometric type. Currently, the supported geometric types are 2D (point, line, polygon) but 3D coordinates are accepted, i.e. it is possible to describe 3D points, 3D lines and 3D polygons. Lines and polygons are represented as an ordered set of coordinates (2D or 3D). Selfintersecting lines are allowed but self-intersecting polygons are not supported. Polygons with holes are maintained as well. Actually, the geometric type is an object-relational model (accessible as the standard data types such as integer, date) and contains information about type, dimension, coordinate system, holes of objects, and provide the list with the coordinates. Using appropriate coding, it is possible to represent also real 3D spatial objects, e.g. as a set of polygons or a collection of polygons. CAD (GeoGraphics ispatial): In contract to Oracle, the definition of a spatial object in GeoGraphics cannot be done without specifying the semantic meaning. Three levels of semantic hierarchy are maintained. Feature represents one or more objects from real world (e.g. the bank building, the school building). Category groups features with a similar theme (e.g. buildings, rivers). Finally, project refers to as the root and represents the data for the entire study area. One project can have many categories but a category may belong to only one project. To be able to distinguish between different spatial objects stored in Oracle Spatial, each object has to be assigned to a feature (i.e. its semantics has to be clarified). Furthermore, edited and newly created objects cannot be posted in the database without attributing predefined features to them. Spatial layers hold the geometry of the objects, which actually correspond to geometric types of Oracle Spatial. Figure 1: The Aula: a building of the TUDelft campus area and the 3D model (left) in GeoGraphics (right)

3 DDD - Advances in 3DGIS Siyka Zlatanova 26 To investigate the functionality of the two software products in representing, maintaining and visualising 3D spatial objects, we completed several case studies following two different approaches. In the fist approach, we had the 3D data organised in Oracle Spatial in user-defined relational tables and the task was to access, query and edit them from GeoGraphis ispatial. In the second approach, the 3D data were available in a DGN file and had to be imported in geometric structure of Oracle Spatial. The first approach appeared to be more complex, requiring good skills in both software products. The detailed description of all the required steps can be found in [12]. The second approach is relatively simple and straightforward. In both approaches, it was possible to populate, query, visualise and edit 3D objects. The query can be performed on the basis of the semantic characteristics of the objects as they are defined in GeoGraphics ispatial. For example, query on feature buildings will result in visualising all the buildings. If only one feature (e.g. the Aula ) is attached to only one spatial object, then this object will be only extracted from the database (see Figure 1). Figure 2: Query of spatial objects: Show buildings in a the Vield of View (left) and Show building (right) Our experiments have showed that although both packages follow closely the OpenGIS concepts, still some differences exist. For example, the geometric representation of Oracle Spatial slightly differs the SFS. Semantic characteristics of a feature are organised in GeoGraphics ispatial, as one significant part of the information (semantic hierarchy, links to geometry types) is maintained at a database level. However, the notations (table names, columns, object definitions) have very specific application-oriented meaning. If the user decides to keep the database and change the CAD package, he/she needs to create the featuregeometry link from scratch. Real 3D geometric types are missing but the description of 3D data is possible. The Z value is maintained together with the X,Y values, i.e. it is not an attribute. Although topological primitives are not implemented yet, Oracle Spatial offers a number of spatial operations. They operate with X,Y coordinates but some of them accept the Z coordinate as the computations are still in 2D. We have implemented an operator using the Oracle Spatial function with_in_distace to compute the field_of_view for a given angle and direction of view. Figure 2, left shows a snapshot with the result of the query. Despite the 3D view the quesry is completed on the basis of the 2D coordinates. Apparently the greatest benefits of the DBMS-CAD integration are in the area of visualisation and editing of data. As frequently commented, the amount of data to be visualised in 3D increases tremendously and requires supplementary techniques (LOD, on-fly simplification, etc.) for fast rendering. Having 3D data stored in a database, the user has the possibility to extract only a limited set of data (e.g. one neighbourhood instead of one town) and thus critically reduce the time for loading. Locating, editing and examining a particular object become also quick, simple and convenient. Indeed, the elements that can be edited correspond to the geometry representation in Oracle Spatial. Figure 2, right shows a building

4 DDD - Advances in 3DGIS Siyka Zlatanova 27 and the wall (the polygon in green) that is accessible for editing. As it can be seen, the face is a separate polygon, i.e. 3D topology of the building is not preserved. GIS vendors and 3D Nowadays, 2D GISs are widely used to handle many spatial issues in a very efficient manner. However, the same kind of systems fail to operate if more advanced 3D tasks are demanded. There are already few systems available in the market that can be categorised as systems providing 3D solutions. We analysed four of them that constitute the largest share of the GIS market, i.e. ArcView 3D Analyst, (ESRI), Imagine VirtualGIS (ERDAS), GeoMedia (Integraph Inc.) and Geomatica (PCIGeomatics). The results are reported in [12]. Here I will give a short summary. All the systems provide excellent tools for 3D visualisation, animation and navigation through 3D textured models (Figure 3). Imagive Virtual GIS offers two interesting 3D visualisation features. The system allows the user to include and visualise 3D models (e.g. 3D models of trees in a forest area) in a selected polygon or along a line in an easy and convenient way (and thus largely increase the realism). A logo layer is introduced that can accommodate 2D image into the 3D scene and stretch it over the entire view as foreground (e.g. cockpit in a fly animation, Figure 3, right). Most of them offer sufficient tools to manipulate 2.5D data such as surface generation, volume computation, draping images, terrain inter-visibility, etc. Access to data distributed on different servers is also greatly improved. All the systems revealed little provision of 3D GIS functionality in terms of 3D structuring, 3D manipulation and 3D analysis. The full 3D geometry (the z-coordinate is basically an attribute), 3D topological relationships and 3D analysis are still areas to be entered by the general-purpose GIS vendor. Figure 3: ArcScene, ESRI (left), TerraBuilder (middle) and Imagine VirtualGIS, ERDAS (right) Research in 3D GIS The research in 3D GIS is intensive and covers all aspects of the collecting, storing and analysing real world. 3D analysis and the related issues (topological models, frameworks for representing spatial relationships, 3D visualisation) are mostly in the focus of investigations. The 3D topological model is the key issue, since it is related to the representation of a large group of spatial relationships, e.g. inclusion, adjacency, equality, direction, intersection, connectivity. As it was mentioned above, OpenGIS consortium has not achieved a consensus on 3D topological implementation specifications. The problems with the third dimension are many more. For example, the well known relationship between arc and face, i.e. an arc has two neighbouring faces (i.e. left and right), is not valid in the 3D space (i.e. one arc can have several neighbouring faces) A large number of 3D models are reported in the literature, but the research concentrates around few basic ideas, as the level of explicitly described spatial relationships varies. Few examples follow. Molenaar [4] presents a 3D topological model called 3D Formal Vector Data Structure (3DFDS). The model is the first that takes into account semantic and geometric characteristics of spatial object. Nodes, arcs, edges and faces describe the four basic feature types named points, lines, surfaces and bodies. The model has been used by

5 DDD - Advances in 3DGIS Siyka Zlatanova 28 many for describing spatial objects in DBMS or objects-oriented implementations. Abdul- Rahman [1] presents an object-oriented implementation on the Molenaar s data model. Work by Pilouk [7] focuses on the use of Tetrahedron Network (TEN), maintaining triangles, tetrahedrons, arcs and nodes to describe spatial objects. Zlatanova [10] discusses some aspects of the data structuring and 3D visualisation with respect to data query over the Web. The proposed data structure lacks arcs in order to improve the performance of the system. The Urban Data Model (see [3]) represents the geometry of a body or a surface by triangles as each triangle is defined by a set of nodes. More examples of 3D topological models can be found in [13] It is rather difficult to give priorities to only one 3D topological model. Advantages of a topological model in one aspect may occur as disadvantages in another aspect. For example, the arbitrary number of nodes per face (3DFDS, SSS) can be seen as advantage and disadvantage for different applications. It is very convenient for modelling complex 3D objects (e.g. buildings) since an inappropriate partitioning (from user point of view) is not necessary. However, the same freedom in face description may lead to problems in visualisation (the rendering engines handle only triangles). Furthermore, the operators for consistency check may become very complex. Due to the omission of arcs, data structures (SSS, UDM) can benefit form the significantly faster data traverse. However, navigating through surfaces (e.g. follow shortest path ) may become time-consuming. Representing bodies as a set of faces (e.g. SSS) yields advantages for extracting the coordinates of the objects, but navigation queries might be disturbed since the co-boundary relationships (i.e. face-body) is not maintained. Bearing in mind the large variety of topological models (also the implemented in 2D systems), a possible solution could be the maintenance of topological models in a metadata table (in DBMS) and a supplementary set of rules can provide a consistent conversion between them (see [6]). Mechanisms for representing spatial relationships are yet another hot area of investigation. OpenGIS consortium has adopted two frameworks known as Egenhofer operators and Clementini operators based on the 9-intersection model (see [5]). Although the topology is considered the most appropriate mechanism to describe spatial relationships, the study on applicability of other mathematical frameworks continues (see [2]). Another significant area of 3D GIS research is devoted to Web applications. The Web has already shown a great potential in improving accessibility to 2D spatial information (raster or vector maps) hosted in different computer systems over the Internet. The first attempt to disseminate and explore 3D data, i.e. VRML, appeared to be rather heavy for encoding real geo-data due to the lack of a successful compression concept. Despite the drawbacks, the language became a tool for research visualisation. Researchers could concentrate on data structuring and analysis and leave the rendering issues to VR browsers offered freely on Internet. GeoVRML (VRML extended with geo-nodes) and Geographic Modelling language (GML) are another promising opportunities for representing 3D data on the Web. Based on XML concepts, GML provides larger freedom, flexibility and operability than VRML. Discussion The study on current implementations of OpenGIS specifications displayed that DBMS&CAD&GIS developers have rapidly adopted the idea of common standards. The first step is made, i.e. DBMS support spatial objects and many front-end engines make use of it. The performance of the DBMS (in maintenance of spatial objects) is already quite good and continues to improve with each new release (see [8]). The third dimension with respect to topological issues is still in the hands of the researchers. While quite many 3D topological models are reported in the literature, 3D spatial operations and analysis still have to be

6 DDD - Advances in 3DGIS Siyka Zlatanova 29 addressed by the researchers. 3D buffering, 3D shortest route, 3D inter-visibilities are some of the most appealing for investigations. The 3D progress in traditional GIS packages is great but mainly in the area of data presentation and surface analysis. The models are still 2D and the Z coordinate is maintained as an attribute. 3D GIS requires appropriate means not only for visualising and exploring 3D textured models but also for building and storing them. Observations on the demand for 3D City models show user preferences for photo-true texturing. Currently, a limited number of packages offer means for mapping images onto geometry (e.g. facades). Trading photo-true texture requires a variety of topics to be considered, e.g. standardisation of parameters for image-geometry references and image organisation at a database level. Despite the variety of issues waiting for an appropriate solution, the recent advances in geo-processing change the understanding of GIS. Instead of a monolith, desktop, individual system, GIS is becoming an integration of strong database management (ensuring data consistency and user control) and powerful editing and visualisation environment (inheriting advanced computer graphics achievements). References [1] Abdul-Rahman, A., The design and implementation of two and three-dimensional triangular irregular network (TIN) based GIS, PhD thesis, University of Glasgow, Scotland, United Kingdom, 250 p. [2] Billen R., S. Zlatanova, P. Mathonet and F. Boniver, 2002, The Dimensional Model: a framework to distinguish spatial relationships, in: Advances in Spatial Data handling, D.Richardson, P.van Oosterom (Eds.), Springer, Ottawa, Canada, 9-12 July, pp [3] Coors, V., 2002, 3D GIS in Networking environments, CEUS (to be published), 17 p. [4] Molenaar, M., 1990, A formal data structure for 3D vector maps, in: Proceedings of EGIS 90, Vol. 2, Amsterdam, The Netherlands, pp [5] Open GIS Consortium, Inc., 1999, The OpenGIS abstract specification, topic 1: Feature geometry. Technical Report Version 4 ( doc), OGC, URL: [6] Oosterom. P.J.M. van, J.E. Stoter, S. Zlatanova, W.C. Quak, 2002, The balance between Geometry and Topology, Advances in Spatial Data handling, D.Richardson, P.van Oosterom (Eds.), Ottawa, Canada, 9-12 July [7] Pilouk, M., 1996, Integrated modelling for 3D GIS, PhD thesis, ITC, The Netherlands [8] Quak, W., P. Oosterom and T. Tijssen, 2002, Testing current DBMS products with realistic spatial data, in: Proceedings of the 5th AGILE conference on Geographic Information Science, ISBN X, April, Palma de Mallorca, Spain, pp [9] Stoter J.E., 2002, 3D Cadastres, state of the art: from 2D parcels to 3D registrations, GIM International, the world magazine for Geomatics, February, [10] Zlatanova, S., 2000, 3D GIS for Urban development, PhD thesis, ITC, The Netherlands, 222 p. [11] Zlatanova, S. and T. Bandrova, 1998, User requirements for the third dimensionality, seminar of Cartography 1998: Maps of the future, Vol. 1, Sofia, pp [12] Zlatanova, S., A.A. Rahman and M.Pilouk, 2002, 3D GIS: current status and perspectives, in Proceedings of the Joint Conference on Geo-spatial theory, Processing and Applications, 8-12 July, Ottawa, Canada, 6p. CDROM. [13] Zlatanova, S. A.A. Rahman, and W. Shi, Topology for 3D spatial objects, Journal of Geospatial Engineering (in press). Siyka Zlatanova is a researcher at the GISt section, Delft University of Technology, The Netherlands (since 2000). She has graduated as a surveyor at the University of Architecture, Civil Engineering and Geodesy (UACG), Sofia, Bulgaria in 1983 and has obtained her PhD degree on 3D GIS for urban modelling at the Graz University of Technology, Austria in She worked as a software programmer at the Central Cadastre in Sofia, Bulgaria ( ), an assistant-professor at UACG, Sofia, Bulgaria ( ) and a researcher at the Institute of International Institute for Geo-information Science and Earth Observations (ITC), The Netherlands ( ). Her interests are in 3D GIS: 3D reconstruction, 3D data structures, 3D spatial analysis and 3D visualisation.

5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT

5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT 86 Advances toward 3D GIS 5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT Siti Nur Awanis Mohamad Zulkifli Alias Abdul Rahman Department of Geoinformatics, Faculty of Geoinformation

More information

MODELLING AND MANAGING 3D SPATIAL OBJECTS. Siti Nur Awanis Mohamad Zulkifli and Alias Abdul Rahman

MODELLING AND MANAGING 3D SPATIAL OBJECTS. Siti Nur Awanis Mohamad Zulkifli and Alias Abdul Rahman MODELLING AND MANAGING 3D SPATIAL OBJECTS Siti Nur Awanis Mohamad Zulkifli and Alias Abdul Rahman Departments of Geoinformatics, Faculty of Geoinformation Engineering and Sciences, Universiti Teknologi

More information

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION C. Jun a, * G. Kim a a Dept. of Geoinformatics, University of Seoul, Seoul, Korea - (cmjun, nani0809)@uos.ac.kr Commission VII KEY WORDS: Modelling,

More information

Keywords: 3D-GIS, R-Tree, Progressive Data Transfer.

Keywords: 3D-GIS, R-Tree, Progressive Data Transfer. 3D Cadastres 3D Data Model Visualisation 3D-GIS IN NETWORKING ENVIRONMENTS VOLKER COORS Fraunhofer Institute for Computer Graphics Germany ABSTRACT In this paper, we present a data model for 3D geometry

More information

Proceedings of the 6 th AGILE Dates Lieu MODELLING 3D SPATIAL OBJECTS IN A GEO-DBMS USING A 3D PRIMITIVE

Proceedings of the 6 th AGILE Dates Lieu MODELLING 3D SPATIAL OBJECTS IN A GEO-DBMS USING A 3D PRIMITIVE Proceedings of the 6 th AGILE Dates Lieu MODELLING 3D SPATIAL OBJECTS IN A GEO-DBMS USING A 3D PRIMITIVE Călin Arens, Jantien Stoter and Peter van Oosterom Section GIS-Technology, Department of Geodesy,

More information

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment MAARTEN VERMEIJ, PETER VAN OOSTEROM, WILKO QUAK AND THEO TIJSSEN. Faculty of Civil Engineering and Geosciences,

More information

GEOSPATIAL ENGINEERING COMPETENCIES. Geographic Information Science

GEOSPATIAL ENGINEERING COMPETENCIES. Geographic Information Science GEOSPATIAL ENGINEERING COMPETENCIES Geographic Information Science The character and structure of spatial information, its methods of capture, organisation, classification, qualification, analysis, management,

More information

Towards a 3D cadastre: where do cadastral needs and technical possibilities meet?

Towards a 3D cadastre: where do cadastral needs and technical possibilities meet? Computers, Environment and Urban Systems 27 (2003) 395 410 www.elsevier.com/locate/compenvurbsys Towards a 3D cadastre: where do cadastral needs and technical possibilities meet? Jantien Stoter a, *, Martin

More information

MODELLING FOR 3D GIS: SPATIAL ANALYSIS AND VISUALISATION THROUGH THE WEB

MODELLING FOR 3D GIS: SPATIAL ANALYSIS AND VISUALISATION THROUGH THE WEB MODELLING FOR 3D GIS: SPATIAL ANALYSIS AND VISUALISATION THROUGH THE WEB Siyka ZLATANOVA *, Klaus TEMPFLI ** * Delft University of Technology, The Netherlands s.zlatanova@geo.tudelft.nl ** International

More information

AN AMALGAMATION OF 3D SPATIAL DATA MODEL FOR SURFACE AND SUBSURFACE SPATIAL OBJECTS. Edward Eric Duncan, and Alias Abdul Rahman.

AN AMALGAMATION OF 3D SPATIAL DATA MODEL FOR SURFACE AND SUBSURFACE SPATIAL OBJECTS. Edward Eric Duncan, and Alias Abdul Rahman. AN AMALGAMATION OF 3D SPATIAL DATA MODEL FOR SURFACE AND SUBSURFACE SPATIAL OBJECTS Edward Eric Duncan, and Alias Abdul Rahman Introduction The current city Earth surface is actually an amalgamation of

More information

Topology in spatial DBMSs

Topology in spatial DBMSs Topology in spatial DBMSs Wilko Quak, Jantien Stoter and Theo Tijssen Department of Geodesy, Faculty of Civil Engineering and Geosciences Delft University of Technology, The Netherlands Telephone: +31

More information

History in Spatial Databases

History in Spatial Databases History in Spatial Databases Henri J.G.L. Aalders Delft University of Technology, Department of Geodesy, the Netherlands Katholieke University Leuven, Faculty of Applied Sciences, Belgium Phone: 00-31-15-278

More information

Height in the Cadastre Integrating Point Heights and Parcel Boundaries

Height in the Cadastre Integrating Point Heights and Parcel Boundaries Height in the Cadastre Integrating Point Heights and Parcel Boundaries Jantien STOTER and Ben GORTE, the Netherlands Key words: 3D cadastre, 3D data models, geo-dbms, DTM. SUMMARY In the research concerning

More information

Computational Geometry Algorithms Library. Geographic information Systems

Computational Geometry Algorithms Library. Geographic information Systems Computational Geometry Algorithms Library in Geographic information Systems Edward Verbree, Peter van Oosterom and Wilko Quak TU Delft, Department of Geodesy, Thijsseweg 11, 2629 JA Delft, the Netherlands

More information

DEVELOPING A NEW GEOGRAPHICAL OBJECT DATABASE. EXPERIENCES FROM IDEA TO DELIVERING DATASETS TOP10NL

DEVELOPING A NEW GEOGRAPHICAL OBJECT DATABASE. EXPERIENCES FROM IDEA TO DELIVERING DATASETS TOP10NL DEVELOPING A NEW GEOGRAPHICAL OBJECT DATABASE. EXPERIENCES FROM IDEA TO DELIVERING DATASETS TOP10NL NICO J. BAKKER Topografische Dienst Kadaster Bendienplein 5 7815 SM Emmen, The Netherlands nbakker@tdkadaster.nl

More information

A CONSISTENCY MAINTENANCE OF SHARED BOUNDARY AFTER POLYGON GENERALIZATION

A CONSISTENCY MAINTENANCE OF SHARED BOUNDARY AFTER POLYGON GENERALIZATION CO-182 A CONSISTENCY MAINTENANCE OF SHARED BOUNDARY AFTER POLYGON GENERALIZATION AI T.(1), ZHANG W.(2) (1) Wuhan University, WUHAN CITY, CHINA ; (2) Zhongnan University of Economics and Law, WUHAN CITY,

More information

3D SPATIAL OPERATIONS FOR GEO-DBMS: GEOMETRY VS. TOPOLOGY

3D SPATIAL OPERATIONS FOR GEO-DBMS: GEOMETRY VS. TOPOLOGY 3D SPATIAL OPERATIONS FOR GEO-DBMS: GEOMETRY VS. TOPOLOGY T.K. Chen a, *, A. Abdul-Rahman a, S. Zlatanov b a Department of Geoinformatics, Faculty of Geoinformation Science and Engineering, Universiti

More information

3D CITY MODELLING FOR MOBILE AUGMENTED REALITY

3D CITY MODELLING FOR MOBILE AUGMENTED REALITY 3D CITY MODELLING FOR MOBILE AUGMENTED REALITY Siyka Zlatanova, Frank A. van den Heuvel Delft University of Technology, Department of Geodesy Thijsseweg 11, 2629JA Delft, The Netherlands Email: {S.Zlatanova,

More information

Geodatabase over Taita Hills, Kenya

Geodatabase over Taita Hills, Kenya Geodatabase over Taita Hills, Kenya Anna Broberg & Antero Keskinen Abstract This article introduces the basics of geographical information systems (GIS) and explains how the Taita Hills project can benefit

More information

Topological and temporal modelling in GML

Topological and temporal modelling in GML Topological and temporal modelling in GML Wilko Quak, Marian de Vries Delft University of Technology Jaffalaan 9 2628 BX Delft The Netherlands w.quak@otb.tudelft.nl, m.d.vries@otb.tudelft.nl Abstract GML

More information

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Class #2 Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Role of a Data Model Levels of Data Model Abstraction GIS as Digital

More information

ENCODING AND DECODING OF PLANAR MAPS THROUGH CONFORMING DELAUNAY TRIANGULATIONS

ENCODING AND DECODING OF PLANAR MAPS THROUGH CONFORMING DELAUNAY TRIANGULATIONS ENCODING AND DECODING OF PLANAR MAPS THROUGH CONFORMING DELAUNAY TRIANGULATIONS Edward Verbree Delft University of Technology, Research Institute OTB, Section GIS technology, Jaffalaan 9, 2628 BX, Delft,

More information

3D TOPOLOGY FOR MODELLING OF URBAN STRUCTURES

3D TOPOLOGY FOR MODELLING OF URBAN STRUCTURES 3D TOPOLOGY FOR MODELLING OF URBAN STRUCTURES Tarun Ghawana & Sisi Zlatanoa Delft Uniersity of Technology Challenge the future Increased awareness of underground information Ludig Emgard Jakob Beetz 2

More information

Web 3D GIS for Urban Environments

Web 3D GIS for Urban Environments Web 3D GIS for Urban Environments Georg Held¹, Alias Abdul-Rahman¹, Siyka Zlatanova² ¹Department of Geoinformatics and Institute for Geospatial Science and Technology Universiti Teknologi Malaysia, 81310

More information

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING Shi Pu and George Vosselman International Institute for Geo-information Science and Earth Observation (ITC) spu@itc.nl, vosselman@itc.nl

More information

Implementation and testing of variable scale topological data structures

Implementation and testing of variable scale topological data structures Implementation and testing of variable scale topological data structures Experiences with the GAP-face tree and GAP-edge forest Master s thesis proposal by B.M. Meijers November 2005 Delft University of

More information

Harmonisation of distributed geographic datasets - A model driven approach for geotechnical & footprint data.

Harmonisation of distributed geographic datasets - A model driven approach for geotechnical & footprint data. Harmonisation of distributed geographic datasets - A model driven approach for geotechnical & footprint data. Bart van den Berg (1,2), Bart Hulshof (1), Theo Tijssen (2) en Peter van Oosterom (2) (1) Shell/NAM,

More information

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

More information

GEOMETRICAL AND TOPOLOGICAL MODELS FOR REAL-TIME GIS

GEOMETRICAL AND TOPOLOGICAL MODELS FOR REAL-TIME GIS GEOMETRICAL AND TOPOLOGICAL MODELS FOR REAL-TIME GIS Siyka Zlatanova a, Daniel Holweg b, Volker Coors c a Delft University of Technology, Thijsseweg 11, 2629JA, Delft, The Netherlands, s.zlatanova@citg.tudelft.nl

More information

UPDATING OF VECTOR DATABASES AT THE INSTITUT CARTOGRAFIC DE CATALUNYA

UPDATING OF VECTOR DATABASES AT THE INSTITUT CARTOGRAFIC DE CATALUNYA ISPRS Archive Vol. XXXVIII, Part 4-8-2-W9, "Core Spatial Databases - Updating, Maintenance and Services - from Theory to Practice", Haifa, Israel, 2010 UPDATING OF VECTOR DATABASES AT THE INSTITUT CARTOGRAFIC

More information

Storing and using scale-less topological data efficiently in a clientserver DBMS environment

Storing and using scale-less topological data efficiently in a clientserver DBMS environment Storing and using scale-less topological data efficiently in a clientserver DBMS environment Maarten Vermeij, Peter van Oosterom, Wilko Quak and Theo Tijssen Faculty of Civil Engineering and Geosciences,

More information

Representing Three-Dimensional Topography in a DBMS with a Star-Based Data Structure

Representing Three-Dimensional Topography in a DBMS with a Star-Based Data Structure Representing Three-Dimensional Topography in a DBMS with a Star-Based Data Structure Hugo Ledoux and Martijn Meijers Abstract For storing and modelling three-dimensional topographic objects (e.g. buildings,

More information

Registration of 3D Spatial Objects for 3D Cadastre

Registration of 3D Spatial Objects for 3D Cadastre Registration of 3D Spatial Objects for 3D Cadastre Mohd Hasif Ahmad Nasruddin and Alias Abdul Rahman Departments of Geoinformatics, Faculty of Geoinformation Science and Engineering, Universiti Teknologi

More information

GIS Visualization, 3D Visualization and Animation. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

GIS Visualization, 3D Visualization and Animation. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University GIS Visualization, 3D Visualization and Animation Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Definitions 3D Visualization: Presenting or observing spatial,

More information

DEVELOPMENT OF A MOBILE DATA COLLECTION AND MANAGEMENT SYSTEM

DEVELOPMENT OF A MOBILE DATA COLLECTION AND MANAGEMENT SYSTEM DEVELOPMENT OF A MOBILE DATA COLLECTION AND MANAGEMENT SYSTEM Nguyen Mai Dung* 1 and Tran Trung Chuyen 1, Nguyen Truong Xuan 1, Tran Truong Giang 1, Le Hong Anh 1, Dao Ngoc Long 2 1 Falculty of Information

More information

10 DIJKSTRA S ALGORITHM BASED ON 3D CAD NETWORK MODULE FOR SPATIAL INDOOR ENVIRONMENT

10 DIJKSTRA S ALGORITHM BASED ON 3D CAD NETWORK MODULE FOR SPATIAL INDOOR ENVIRONMENT 10 DIJKSTRA S ALGORITHM BASED ON 3D CAD NETWORK MODULE FOR SPATIAL INDOOR ENVIRONMENT Muhamad Uznir Ujang Alias Abdul Rahman Department of Geoinformatics, Faculty of Geoinformation Science and Engineering,

More information

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu Lecture 5: Spatial Data Management in GIS Dr. Bo Wu lsbowu@polyu.edu.hk Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to

More information

DEVELOPING A THREE-DIMENSIONAL TOPOLOGICAL DATA MODEL

DEVELOPING A THREE-DIMENSIONAL TOPOLOGICAL DATA MODEL DEVELOPING A THREE-DIMENSIONAL TOPOLOGICAL DATA MODEL Saadi MESGARI International Institute for Aerospace Survey and Earth Sciences (ITC) The Netherlands Mesgari@itc.nl Working Group IC/16 KEY WORDS: Data

More information

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows Hans Viehmann Product Manager EMEA ORACLE Corporation November 23, 2017 @SpatialHannes Safe Harbor Statement The following is intended

More information

Geometric and Thematic Integration of Spatial Data into Maps

Geometric and Thematic Integration of Spatial Data into Maps Geometric and Thematic Integration of Spatial Data into Maps Mark McKenney Department of Computer Science, Texas State University mckenney@txstate.edu Abstract The map construction problem (MCP) is defined

More information

3D CITY MODELLING WITH CYBERCITY-MODELER

3D CITY MODELLING WITH CYBERCITY-MODELER 1 3D CITY MODELLING WITH CYBERCITY-MODELER Kilian Ulm 1 and Daniela Poli 1 1. CyberCity AG, Zurich, Switzerland, (kilian.ulm, daniela.poli)@cybercity.tv ABSTRACT 3D city models using stereo aerial-/satellite

More information

BUILDING RECONSTRUCTION USING LIDAR DATA

BUILDING RECONSTRUCTION USING LIDAR DATA BUILDING RECONSTRUCTION USING LIDAR DATA R. O.C. Tse, M. Dakowicz, C.M. Gold, and D.B. Kidner GIS Research Centre, School of Computing, University of Glamorgan, Pontypridd, CF37 1DL, Wales, UK. rtse@glam.ac.uk,mdakowic@glam.ac.uk,cmgold@glam.ac.uk,

More information

Data Models and Data processing in GIS

Data Models and Data processing in GIS PDHonline Course L155G (5 PDH) Data Models and Data processing in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088

More information

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do

More information

OPERATORS FOR CELL TUPLE-BASED SPATIOTEMPORAL DATA MODEL

OPERATORS FOR CELL TUPLE-BASED SPATIOTEMPORAL DATA MODEL OPERTORS FOR CELL TUPLE-BSED SPTIOTEMPORL DT MODEL le Raza ESRI 80 New York Street, Redlands, California 97-800, US Tel.: +-909-79-85 (ext. 009) Fax: +-909-07-067 araza@esri.com Commission IV, WG IV/ KEY

More information

Graph-based Modeling of Building Roofs Judith Milde, Claus Brenner Institute of Cartography and Geoinformatics, Leibniz Universität Hannover

Graph-based Modeling of Building Roofs Judith Milde, Claus Brenner Institute of Cartography and Geoinformatics, Leibniz Universität Hannover 12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Graph-based Modeling of Building Roofs Judith Milde, Claus Brenner Institute of Cartography and Geoinformatics, Leibniz

More information

Chapter 1. Introduction

Chapter 1. Introduction Introduction 1 Chapter 1. Introduction We live in a three-dimensional world. Inevitably, any application that analyzes or visualizes this world relies on three-dimensional data. Inherent characteristics

More information

Abdul-Rahman, Alias (2000) The design and implementation of a two and three-dimensional triangular irregular network based GIS.

Abdul-Rahman, Alias (2000) The design and implementation of a two and three-dimensional triangular irregular network based GIS. Abdul-Rahman, Alias (2000) The design and implementation of a two and three-dimensional triangular irregular network based GIS. PhD thesis http://theses.gla.ac.uk/4069/ Copyright and moral rights for this

More information

OGC Simple Features (for SQL and XML/GML)

OGC Simple Features (for SQL and XML/GML) Daniel Wirz, Department of Geography - GIS Division, University of Zurich mailto:wirz@geo.unizh.ch January 2004 What,...? Introduction Develop publicly available geoprocessing specifications. Open interfaces

More information

Automatically repairing polygons and planar partitions with prepair and pprepair

Automatically repairing polygons and planar partitions with prepair and pprepair Automatically repairing polygons and planar partitions with prepair and pprepair Ken Arroyo Ohori Hugo Ledoux Martijn Meijers July 2, 202 Figure : Part of the Corine Land Cover dataset for the region around

More information

GML, WFS and SVG: A New Frontier of Internet GIS

GML, WFS and SVG: A New Frontier of Internet GIS GML, WFS and SVG: A New Frontier of Internet GIS Zhong-Ren Peng Director Center for Advanced Spatial Information Research Associate Professor Department of Urban Planning University of Wisconsin-Milwaukee

More information

3D MODELING OF THE U.S.A.M.V. CLUJ-NAPOCA CAMPUS USING INTEGRATED SYSTEM GOOGLE EARTH SKETCHUP AND 3D WAREHOUSE

3D MODELING OF THE U.S.A.M.V. CLUJ-NAPOCA CAMPUS USING INTEGRATED SYSTEM GOOGLE EARTH SKETCHUP AND 3D WAREHOUSE 3D MODELING OF THE U.S.A.M.V. CLUJ-NAPOCA CAMPUS USING INTEGRATED SYSTEM GOOGLE EARTH SKETCHUP AND 3D WAREHOUSE Sălăgean T., M. Dîrja, M. Ortelecan, N. Pop, Jutka Deak Faculty of Horticulture, University

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

ERDAS APOLLO Managing and Serving Geospatial Information

ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do you need a single,

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information

M. Andrea Rodríguez-Tastets. I Semester 2008

M. Andrea Rodríguez-Tastets. I Semester 2008 M. -Tastets Universidad de Concepción,Chile andrea@udec.cl I Semester 2008 Outline refers to data with a location on the Earth s surface. Examples Census data Administrative boundaries of a country, state

More information

Review of Cartographic Data Types and Data Models

Review of Cartographic Data Types and Data Models Review of Cartographic Data Types and Data Models GIS Data Models Raster Versus Vector in GIS Analysis Fundamental element used to represent spatial features: Raster: pixel or grid cell. Vector: x,y coordinate

More information

Construction of Complex City Landscape with the Support of CAD Model

Construction of Complex City Landscape with the Support of CAD Model Construction of Complex City Landscape with the Support of CAD Model MinSun 1 JunChen 2 AinaiMa 1 1.Institute of RS & GIS, Peking University, Beijing, China, 100871 2.National Geomatics Center of China,

More information

Understanding Geospatial Data Models

Understanding Geospatial Data Models Understanding Geospatial Data Models 1 A geospatial data model is a formal means of representing spatially referenced information. It is a simplified view of physical entities and a conceptualization of

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst 3D Analyst - 3D Analyst is an ArcGIS extension designed to work with TIN data (triangulated irregular network) - many of the tools in 3D Analyst also

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

GENERATING BUILDING OUTLINES FROM TERRESTRIAL LASER SCANNING

GENERATING BUILDING OUTLINES FROM TERRESTRIAL LASER SCANNING GENERATING BUILDING OUTLINES FROM TERRESTRIAL LASER SCANNING Shi Pu International Institute for Geo-information Science and Earth Observation (ITC), Hengelosestraat 99, P.O. Box 6, 7500 AA Enschede, The

More information

Integrating 3D-GIS and Virtual Reality Design and implementation of the Karma VI system

Integrating 3D-GIS and Virtual Reality Design and implementation of the Karma VI system Integrating 3D-GIS and Virtual Reality Design and implementation of the Karma VI system Gert van Maren 1, Rick Germs 2 & Frederik Jansen 2 1 Department of GIS Technology Faculty of Civil Engineering and

More information

DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION

DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION DATA FUSION FOR MULTI-SCALE COLOUR 3D SATELLITE IMAGE GENERATION AND GLOBAL 3D VISUALIZATION ABSTRACT: Yun Zhang, Pingping Xie, and Hui Li Department of Geodesy and Geomatics Engineering, University of

More information

Esri UC2013. Technical Workshop. Type Presentation Name Here

Esri UC2013. Technical Workshop. Type Presentation Name Here Type Presentation Name Here 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop 3D Analyst An Introduction Deepinder Deol Michael Contreras Why use 3D GIS?

More information

BUILDING RECONSTRUCTION BASED ON THREE-DIMENSIONAL PHOTO-MODELS AND TOPOLOGIC APPROACHES

BUILDING RECONSTRUCTION BASED ON THREE-DIMENSIONAL PHOTO-MODELS AND TOPOLOGIC APPROACHES BUILDING RECONSTRUCTION BASED ON THREE-DIMENSIONAL PHOTO-MODELS AND TOPOLOGIC APPROACHES Mohamed Nour El Din, O. Al Khalil, Pierre Grussenmeyer, Mathieu Koehl To cite this version: Mohamed Nour El Din,

More information

3D GAMING AND CARTOGRAPHY - DESIGN CONSIDERATIONS FOR GAME-BASED GENERATION OF VIRTUAL TERRAIN ENVIRONMENTS

3D GAMING AND CARTOGRAPHY - DESIGN CONSIDERATIONS FOR GAME-BASED GENERATION OF VIRTUAL TERRAIN ENVIRONMENTS 3D GAMING AND CARTOGRAPHY - DESIGN CONSIDERATIONS FOR GAME-BASED GENERATION OF VIRTUAL TERRAIN ENVIRONMENTS Abstract Oleggini L. oleggini@karto.baug.ethz.ch Nova S. nova@karto.baug.ethz.ch Hurni L. hurni@karto.baug.ethz.ch

More information

Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data

Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data Rebecca O.C. Tse, Maciej Dakowicz, Christopher Gold and Dave Kidner University of Glamorgan, Treforest, Mid Glamorgan,

More information

XML and Inter-Operability in Distributed GIS

XML and Inter-Operability in Distributed GIS XML and Inter-Operability in Distributed GIS KIM Do-Hyun and KIM Min-Soo, Republic of Korea Key words: GML(Geography Markup Language), Interoperability, GIS. SUMMARY Web GIS (Geographic Information Systems)

More information

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

Visualisation of Photovoltaic Clad Buildings

Visualisation of Photovoltaic Clad Buildings Visualisation of Photovoltaic Clad Buildings Margaret Horne, Robert Hill, Chris Underwood University of Northumbria, Newcastle upon Tyne, NE1 8ST, UK Tel: +44 191 227 4720 Fax: +44 191 227 3167 e-mail:

More information

Frameworks for Generalization Constraints and Operations Based on Object-Oriented Data Structure in Database Generalization

Frameworks for Generalization Constraints and Operations Based on Object-Oriented Data Structure in Database Generalization Frameworks for Generalization Constraints and Operations Based on Object-Oriented Data Structure in Database Generalization Liu Yaolin 1, Martien Molenaar 2,Ai Tinghua 1 1 School of land information and

More information

Using the constrained tgap for generalisation of IMGeo to Top10NL model

Using the constrained tgap for generalisation of IMGeo to Top10NL model Using the constrained tgap for generalisation of IMGeo to Top10NL model Arjen Hofman 1, Arta Dilo 2, Peter van Oosterom 2, Nicole Borkens 3 1 Logica Nederland B.V., Geo ICT Public Sector, Laan van Zuid

More information

Partition and Conquer: Improving WEA-Based Coastline Generalisation. Sheng Zhou

Partition and Conquer: Improving WEA-Based Coastline Generalisation. Sheng Zhou Partition and Conquer: Improving WEA-Based Coastline Generalisation Sheng Zhou Research, Ordnance Survey Great Britain Adanac Drive, Southampton, SO16 0AS, UK Telephone: (+44) 23 8005 5000 Fax: (+44) 23

More information

Visualization with ArcGlobe. Brady Hoak

Visualization with ArcGlobe. Brady Hoak Visualization with ArcGlobe Brady Hoak Contents What is ArcGlobe? 3D Mapping and ArcGlobe Displaying data in ArcGlobe ArcGlobe tools Tips for constructing ArcGlobe documents New at ArcGIS 9.3 ArcGIS integration

More information

CHAPTER 10 Creating and maintaining geographic databases Overview Learning objectives Keywords and concepts Overview Chapter summary

CHAPTER 10 Creating and maintaining geographic databases Overview Learning objectives Keywords and concepts Overview Chapter summary CHAPTER 10 Creating and maintaining geographic databases (GEO 465/565 lecture covers material through Section 10.4 only. The rest is covered in GEO 580, Advanced GIS) Overview After people, the database

More information

INCORPORATING 3D SPATIAL OPERATOR WITH BUILDING INFORMATION MODELS IN CONSTRUCTION MANAGEMENT USING GEO-DBMS

INCORPORATING 3D SPATIAL OPERATOR WITH BUILDING INFORMATION MODELS IN CONSTRUCTION MANAGEMENT USING GEO-DBMS INCORPORATING 3D SPATIAL OPERATOR WITH BUILDING INFORMATION MODELS IN CONSTRUCTION MANAGEMENT USING GEO-DBMS Ivin Amri Musliman 1, Alias Abdul-Rahman 1, and Volker Coors 2 1 3D GIS Research Lab, Faculty

More information

3D OBJECT RECONSTRUCTION FROM AERIAL STEREO IMAGES

3D OBJECT RECONSTRUCTION FROM AERIAL STEREO IMAGES 3D OBJECT RECONSTRUCTION FROM AERIAL STEREO IMAGES S. Zlatanova, J. Paintsil, K. Tempfli International Institute for Aerospace Survey and Earth Sciences (ITC), Hengelosestraat 99, 7500 AA Enschede, the

More information

3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES

3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES 3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES Georgeta Pop (Manea), Alexander Bucksch, Ben Gorte Delft Technical University, Department of Earth Observation and Space Systems,

More information

Process Modelling using Petri Nets

Process Modelling using Petri Nets Process Modelling using Petri Nets Katalina Grigorova Abstract: This paper discusses the reasons, which impose Petri nets as a conceptual standard for modelling and analysis of workflow. Petri nets notation

More information

AN APPROACH ON DYNAMIC GEOSPAITAL INFORMATION SERVICE COMPOSITION BASED ON CONTEXT RELATIONSHIP

AN APPROACH ON DYNAMIC GEOSPAITAL INFORMATION SERVICE COMPOSITION BASED ON CONTEXT RELATIONSHIP AN APPROACH ON DYNAMIC GEOSPAITAL INFORMATION SERVICE COMPOSITION BASED ON CONTEXT RELATIONSHIP Dayu Cheng a,b*, Faliang Wang b a China University of Mining and Technology, Xuzhou, China b National Geomatics

More information

3D Data Modelling at Esri. Paul Hardy Business Development Consultant Esri Europe

3D Data Modelling at Esri. Paul Hardy Business Development Consultant Esri Europe 3D Data Modelling at Esri Paul Hardy phardy@esri.com Business Development Consultant Esri Europe Users of 3D GIS Local government Facilities management Civil engineering 3D GIS Defense / Public Safety

More information

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 This document provides information about the GISCI Geospatial Core Technical Knowledge Exam, now a requirement for GISCI GISP

More information

Assimilating GIS-Based Voter Districting Processes in Maricopa County, Arizona

Assimilating GIS-Based Voter Districting Processes in Maricopa County, Arizona Assimilating GIS-Based Voter Districting Processes in Maricopa County, Arizona Tim Johnson Geographic Information Systems Manager Maricopa County Recorder/Elections Department Abstract Accurate district

More information

3-Dimensional Object Modeling with Mesh Simplification Based Resolution Adjustment

3-Dimensional Object Modeling with Mesh Simplification Based Resolution Adjustment 3-Dimensional Object Modeling with Mesh Simplification Based Resolution Adjustment Özgür ULUCAY Sarp ERTÜRK University of Kocaeli Electronics & Communication Engineering Department 41040 Izmit, Kocaeli

More information

TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION

TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION 10 th ICA Workshop on Generalisation and Multiple Representation, 2-3 August 2007, Moscow TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION Jean-Luc Monnot, Paul Hardy, &

More information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information GEOSPATIAL ERDAS APOLLO Your Geospatial Business System for Managing and Serving Information ERDAS APOLLO Do you have large volumes of data, a geographicallydistributed user base and rapidly changing

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

Semantics and Ontologies for Geospatial Information. Dr Kristin Stock

Semantics and Ontologies for Geospatial Information. Dr Kristin Stock Semantics and Ontologies for Geospatial Information Dr Kristin Stock Introduction The study of semantics addresses the issue of what data means, including: 1. The meaning and nature of basic geospatial

More information

TOPICALITY AND USING OF CIVIL ENGINEERING PROJECTS VISUALIZATION

TOPICALITY AND USING OF CIVIL ENGINEERING PROJECTS VISUALIZATION TOPICALITY AND USING OF CIVIL ENGINEERING PROJECTS VISUALIZATION Konstantinas Stanislovas Danaitis 1, Ana Usovaite 2 1,2 Vilnius Gediminas Technical University, Saulėtekio ave. 11, LT-10223 Vilnius, Lithuania.

More information

The GIS Spatial Data Model

The GIS Spatial Data Model The GIS Spatial Data Model Introduction: Spatial data are what drive a GIS. Every piece of functionality that makes a GIS separate from another analytical environment is rooted in the spatially explicit

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

The visualisation of integrated 3D petroleum datasets in ArcGIS

The visualisation of integrated 3D petroleum datasets in ArcGIS The visualisation of integrated 3D petroleum datasets in ArcGIS Alistair Ford Abstract This paper describes the use of ArcGIS and the 3D Analyst extension for the integration of multiple petroleum datasets

More information

Research Collection. Approaches to data modelling in GIS. Conference Paper. ETH Library. Author(s): Mitášová, Irena; Niederöst, Jana; Hájek, Milan

Research Collection. Approaches to data modelling in GIS. Conference Paper. ETH Library. Author(s): Mitášová, Irena; Niederöst, Jana; Hájek, Milan Research Collection Conference Paper Approaches to data modelling in GIS Author(s): Mitášová, Irena; Niederöst, Jana; Hájek, Milan Publication Date: 1996 Permanent Link: https://doi.org/10.3929/ethz-a-004331855

More information

Representing Geography

Representing Geography Data models and axioms Chapters 3 and 7 Representing Geography Road map Representing the real world Conceptual models: objects vs fields Implementation models: vector vs raster Vector topological model

More information

Using Databases for 3D Data Management From Point Cloud to City Model

Using Databases for 3D Data Management From Point Cloud to City Model Using Databases for 3D Data Management From Point Cloud to City Model Hans Viehmann 1 1 ORACLE Corporation, Server Technologies Division, Hamburg, Germany, hans.viehmann@oracle.com Abstract With the cost

More information

Maps as Numbers: Data Models

Maps as Numbers: Data Models Maps as Numbers: Data Models vertices E Reality S E S arcs S E Conceptual Models nodes E Logical Models S Start node E End node S Physical Models 1 The Task An accurate, registered, digital map that can

More information

Service Oriented Architecture For GIS Applications

Service Oriented Architecture For GIS Applications The 12 th International Conference of International Association for Computer Methods and Advances in Geomechanics (IACMAG) 1-6 October, 2008 Goa, India Service Oriented Architecture For GIS Applications

More information

Topology versus non-topology storage structures Functional analysis and performance test using LaserScan Radius Topology

Topology versus non-topology storage structures Functional analysis and performance test using LaserScan Radius Topology Topology versus non-topology storage structures Functional analysis and performance test using LaserScan Radius Topology J.H. Louwsma Cover: Query elements for the performance test Topology versus non-topology

More information

SkylineGlobe 6.5 s New Developments

SkylineGlobe 6.5 s New Developments SkylineGlobe 6.5 s New Developments The SkylineGlobe Enterprise suite of applications was created to provide all of the necessary software tools for an organization to implement their own private, 3D virtual

More information