Détail de l'auteur
Auteur Florian Heinz |
Documents disponibles écrits par cet auteur (3)
Ajouter le résultat dans votre panier Affiner la recherche Interroger des sources externes
A polyhedra-based model for moving regions in databases / Florian Heinz in International journal of geographical information science IJGIS, vol 34 n° 1 (January 2020)
[article]
Titre : A polyhedra-based model for moving regions in databases Type de document : Article/Communication Auteurs : Florian Heinz, Auteur ; Ralf Hartmut Güting, Auteur Année de publication : 2020 Article en page(s) : pp 41 - 73 Note générale : bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Systèmes d'information géographique
[Termes IGN] base de données orientée objet
[Termes IGN] CGAL
[Termes IGN] implémentation (informatique)
[Termes IGN] isomorphisme
[Termes IGN] MADS
[Termes IGN] modélisation spatio-temporelle
[Termes IGN] objet mobile
[Termes IGN] polyèdreRésumé : (auteur) Moving objects databases store and process objects with a focus on their spatiotemporal behaviour. To achieve this, the model of the data must be suitable to efficiently store and process moving objects. Currently, a unit-based model is widely used, where each moving object is divided into one or more time intervals, during which the object behaves uniformly. This model is also used for a data type called moving regions, which resembles moving and shape changing regions as, for example, forest fires or cloud fields. However, this model struggles to support operations like union, difference or intersection of two moving regions; the resulting objects are unnecessarily bloated and uncomfortable to handle because the resulting number of units is generally very high. In this paper, an alternative model for moving regions is proposed, which is based on polyhedra. Furthermore, this work develops an isomorphism between moving regions and polyhedra including all relevant operations, which has the additional advantage that several implementations for those are already readily available; this is demonstrated by a reference implementation using the existing and well-tested Computational Geometry Algorithms Library (CGAL). Numéro de notice : A2020-007 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : Article nature-HAL : ArtAvecCL-RevueIntern DOI : 10.1080/13658816.2019.1616090 Date de publication en ligne : 17/05/2019 En ligne : https://doi.org/10.1080/13658816.2019.1616090 Format de la ressource électronique : URL article Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=94387
in International journal of geographical information science IJGIS > vol 34 n° 1 (January 2020) . - pp 41 - 73[article]Exemplaires(1)
Code-barres Cote Support Localisation Section Disponibilité 079-2020011 RAB Revue Centre de documentation En réserve L003 Disponible A data model for moving regions of fixed shape in databases / Florian Heinz in International journal of geographical information science IJGIS, vol 32 n° 9-10 (September - October 2018)
[article]
Titre : A data model for moving regions of fixed shape in databases Type de document : Article/Communication Auteurs : Florian Heinz, Auteur ; Ralf Hartmut Güting, Auteur Année de publication : 2018 Article en page(s) : pp 1737 - 1769 Note générale : Bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Applications SIG
[Termes IGN] iceberg
[Termes IGN] modèle conceptuel de données localisées
[Termes IGN] modélisation spatio-temporelle
[Termes IGN] objet mobile
[Termes IGN] rotation d'objet
[Termes IGN] système de gestion de base de donnéesRésumé : (Auteur) Moving object databases are designed to store and process spatial and temporal object data. An especially useful moving object type is a moving region, which consists of one or more moving polygons suitable for modeling the spread of forest fires, the movement of clouds, spread of diseases and many other real-world phenomena. Previous implementations usually allow a changing shape of the region during the movement; however, the necessary restrictions on this model result in an inaccurate interpolation of rotating objects. In this paper, we present an alternative approach for moving and rotating regions of fixed shape, called Fixed Moving Regions, which provide a significantly better model for a wide range of applications like modeling the movement of oil tankers, icebergs and other rigid structures. Furthermore, we describe and implement several useful operations on this new object type to enable a database system to solve many real-world problems, as for example collision tests, projections and intersections, much more accurate than with other models. Based on this research, we also implemented a library for easy integration into moving objects database systems, as for example the DBMS Secondo (1) (2) developed at the FernUniversität in Hagen. Numéro de notice : A2018-303 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : Article nature-HAL : ArtAvecCL-RevueIntern DOI : 10.1080/13658816.2018.1458103 Date de publication en ligne : 04/05/2018 En ligne : https://doi.org/10.1080/13658816.2018.1458103 Format de la ressource électronique : URL article Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=90446
in International journal of geographical information science IJGIS > vol 32 n° 9-10 (September - October 2018) . - pp 1737 - 1769[article]Exemplaires(1)
Code-barres Cote Support Localisation Section Disponibilité 079-2018051 RAB Revue Centre de documentation En réserve L003 Disponible Robust high-quality interpolation of regions to moving regions / Florian Heinz in Geoinformatica, vol 20 n° 3 (July - September 2016)
[article]
Titre : Robust high-quality interpolation of regions to moving regions Type de document : Article/Communication Auteurs : Florian Heinz, Auteur ; Ralf Hartmut Güting, Auteur Année de publication : 2016 Article en page(s) : pp 385 – 413 Note générale : bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Bases de données localisées
[Termes IGN] analyse spatio-temporelle
[Termes IGN] base de données orientée objet
[Termes IGN] données spatiotemporelles
[Termes IGN] implémentation (informatique)
[Termes IGN] interpolation linéaire
[Termes IGN] méthode robuste
[Termes IGN] objet mobile
[Termes IGN] représentation du changementRésumé : (auteur) With the rise of moving object databases it is possible to store and process spatial and temporal data, for example geometrical structures together with the information about how these behave over intervals of time. For simple objects like moving points the spatiotemporal development is derived from the start and end position in space and time, which is then linearly interpolated. For moving regions, especially with changing shapes, it is more challenging to obtain the necessary data to represent them. An elegant and intuitive solution is to create an algorithm, which automatically interpolates the moving region from the start and end shape over a specified time interval. Two papers on this topic have been published in the past, each focussing on different aspects of this so-called Region Interpolation Problem. This paper tries to combine the advantages and improve these approaches to provide high-quality interpolations while maintaining robustness even in border cases. This results in the implementation of a library, which can be easily integrated into existing moving objects database systems, as for example the DBMS Secondo developed at the FernUniversität in Hagen. Numéro de notice : A2016-376 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : Article DOI : 10.1007/s10707-015-0240-z Date de publication en ligne : 12/11/2015 En ligne : https://doi.org/https://doi.org/10.1007/s10707-015-0240-z Format de la ressource électronique : URL article Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=81143
in Geoinformatica > vol 20 n° 3 (July - September 2016) . - pp 385 – 413[article]