Tmp degree fr

From OSGeo
Jump to navigation Jump to search

% Template GRASS newsletter - Article % Language: Latex %

% Head

\title{deegree -- Construire des briques pour une Infrastructure de Données Spatiales}

\author{par Markus M\"uller, traduit par Yves Jacolin}

\maketitle

\section{Introduction}

deegree \footnote{Site Internet de degree : \url{http://www.deegree.org}} est un framework libre / Open Source basé sur Java pour le développement d'Infrastructure de Données Spatiales (SDI). Il contient aussi bien les services nécessaire pour un SDI (deegree Web Service) que pour un composant d'un portail (deegree iGeoPortal), ou bien un mécanisme pour prendre les problèmes de sécurité et de contrôle d'accès (deegree iGeoSecurity) et le stockage / visualisation de données 3D (deegree iGeo3D). deegree est conceptuellement et vis à vis de l'interface basé sur les standards de l'Open Geospatiale Consortium (OGC) et ISO / TC 211. Au moment de l'écriture de l'article il est le développement le plus complet de ces standards dans un frameowrk Open Source. Le framework est basé sur des composants d'un haut niveau permettant la création flexible de solutions pour une large variété de cas d'utilisation. deegree est le développement de référence officiel de l'OGC pour les standards de Web Map service et de Web Coverage Service. Il est publié sous licence GNU Lesser General Public (LGPL).

\section{Historique}

deegree est géré en coopération entre la société privé lat/lon et le groupe de travail SIG de l'Université de Bonn. Le moteur de deegree revient à un projet de l'Université de Bonn nommé EXSE (SErveur EXperimentale GIS) fonctionnant depuis 1997 à 2003. Le but du projet était une analyse basé sur l'expérimentation de fusion de fonctionnalité SIG et de technologie Internet. Plusieurs outils et modules de logiciels ont été développés incluant un premier développement du Simple Feature de l'OGC pour les spécifications CORBA comme une API Java Open Source (appelé sf4j - Simple Feature pour Java).

Au printemps 2001, le projet sf4j, les outils existants et les modules ont été réarrangé en un nouveau projet appelé JaGo (Java Framework for Geospatial Solutions) dont le but est de réaliser un développement Open Source des spécifications des Web Services de l'OGC. Le premier service développé a été le spécification WMS 1.0.0 de l'OGC à l'été 2001. Jusqu'à la fin de cette année-là WFS 1.0.0 et WCS 0.7 ont suivit. Comme les noms de domaines principaux (.de, .org, .net) n'était pas disponible il a été décidé fin 2001 de renommer le projet en deegree.

La prochaine étape improtante a été de publier deegree 1.0 à la fin de l'été 2002. Certains changements dans l'architecture offrait une meilleurs prise en charge de l'OWS disponible (Web Service de l'OGC). Un dévelopement d'un moteur et d'interfaces de service multi-threading pour l'activation d'OWS distant ...

%An implementation of a multi-threading service engine and interfaces to remote OWS enabling high scalability of applications were added. Les versions mineures suivantes proposent de nouvelles fonctions comme un WFS transactionnel, un Gazetter (WFS-G) et la gestion de sources de données aditionnelles. Depuis ce temps là, le WMS de deegree gère les Descriptions des Styles des Couches (Styled Layer Descriptor - SLD) et un Service de Catalogue. Des mécanismes de sécurité ont été ajoutés au framework. Une étape important pour augmenter la publicité du projet a été de se déplacer vers sourceforge. Plusieurs développeurs ont commencé à regarder le code de deegree et ont ajouté le leur au projet.

An additional working thread in the development of the framework has been started in 2003. It aims at offering components to enable developers to create web clients based on deegree. This new client framework is named iGeoPortal supports the OGC standard Web Map Context 1.0.0.

One of the most important steps in deegree development was participation in the OGC CITE1 project in summer 2003, that resulted in deegree becoming the official OGC reference implementation for the WMS 1.1.1 specification. The participation of lat/lon and deegree in CITE was so successful that lat/lon has been selected by the OGC later on to develop WCS 1.0.0 and WMS 1.3 reference implementations with deegree in context of OGC's OWS-2 and OWS-4 initiatives.

In 2005, deegree2 was launched, representing again a great step forward in the development of the framework. The keystones of deegree2 are a model-based mechanism for deegree WFS, allowing flexible implementation of different data models using GML application schemas. Additionally, the development of a portlet-based client framework called deegree iGeoPortal - portlet edition, support for 3D data structures and a Web Processing Service (WPS) implementation are included in deegree2.

\section{Composants}

deegree comprend cinq groupes de composants qui sont brièvement décrit dans la section suivante :

\subsection{deegree Web Services}

Ceux-ci sont les composants de base de n'importe quel SDI. Ils peuvent par exemple être utilisé pour afficher les cartes et les données 3D, accéder aux données vecteur et raster, gérer et récupérer les méta-données, et faire du traitement de données spatiales. La liste des Services Web de l'OGC développés inclut WMS, WFS, WCS, CS-W, Gazetteer, SOS, WPS and WTS/WPVS. De plus, deux services de sécurité (WAS/WSS), un service d'impression (WMPS) et un moniteur de service (owsWatch) sont disponible.

\subsection{deegree iGeoPortal}

This is the portal framework of the deegree project. iGeoPortal has a modular structure and is able to display maps, support searches using geographic identifiers, search for datasets using metadata, allow for controlled access to OGC Web Services and display 3D geodata.

Different kinds of SDI portals are created using deegree iGeoPortal standard and portlet edition and the corresponding geo web services. While deegree standard edition is using DHTML technology, the portlet edition is based on JSR-168, the portlet standard. Both editions use AJAX technology for some specific modules. These portals include standard WebGIS and specialized applications as used by municipalities, environmental, surveying and other agencies.

deegree iGeoPortal itself consists of different modules for separate, but combinable, functionalities. The list of modules includes: map, download, gazetteer, catalogue, security and 3D.

\setkeys{Gin}{width=1\textwidth} \begin{figure}[htbp]

\centering
 %name of your graphic, without the path AND in PNG (screnshots etc)/PDF (drawings) format:
 \includegraphics[scale=0.8]{project_spotlight/mueller/deegree-iGeoPortal}
 %caption of the figure
 \caption{deegree iGeoPortal standard edition.}
 %label of the figure, which has to correspond to \ref{}:
 \label{fig:iGeoPortal}

\end{figure}

\subsection{deegree iGeoSecurity}

Access control for geodata and services is an important issue for a wide variety of applications. deegree iGeoSecurity can be used to define access mechanisms using authentication and authorization mechanisms, secure connections and filtering of geodata. A database for managing users, user groups, roles and rights called deegree U3R is the core component of the security components.

\subsection{deegree iGeo3D}

deegree can be used to store 3D geodata such as digital terrain and building models in file-based systems and relational databases. Using different deegree web services, this data can be queried and displayed. These systems are often used by surveying agencies and municipalities to store their 3D data for commercial purposes or to fulfil EU regulations such as the European noise guidelines. deegree iGeo3D uses the OGC standards WFS, WCS, WTS and CityGML.

\setkeys{Gin}{width=1\textwidth} \begin{figure}[htbp]

\centering
 %name of your graphic, without the path AND in PNG (screnshots etc)/PDF (drawings) format:
 \includegraphics[scale=0.8]{project_spotlight/mueller/deegree-igeo3d}
 %caption of the figure
 \caption{deegree iGeo3D.}
 %label of the figure, which has to correspond to \ref{}:
 \label{fig:iGeo3D}

\end{figure}

\subsection{deeJUMP}

An additional application area of deegree is the classical desktop GIS. Using deegree components, the Open Source desktop GIS JUMP (Java Unified Mapping Platform) was enhanced to support WMS and WFS. A number of additional modifications and extensions were also developed.

\section{Overall architecture}

The different deegree components can be combined with each other or with other standard-compliant software. An exemplar architecture of a deegree-based system is displayed in figure \ref{fig:archi}.

iGeoPortal with its different modules acts as a web-based client to the different Web Services. Alternatively, deeJUMP can be used to access WMS or WFS services. If needed, security management can be implemented using iGeoSecurity. deegree can access different data sources, e.g. PostgreSQL/PostGIS or Oracle databases, shapefiles, all kinds of relational databases using a deegree-specific spatial extension and different kinds of image formats such as PNG, GIF, JPEG or (Geo)TIFF.

\setkeys{Gin}{width=1\textwidth} \begin{figure}[htbp]

\centering
 %name of your graphic, without the path AND in PNG (screnshots etc)/PDF (drawings) format:
 \includegraphics[scale=0.8]{project_spotlight/mueller/deegree-architecture}
 %caption of the figure
 \caption{Architecture de deegree.}
 %label of the figure, which has to correspond to \ref{}:
 \label{fig:archi}

\end{figure}

\section{Statut actuel}

In June 2007 deegree day will take place in Bonn Germany. Until then, the 2.1 releases of deegree will be published. The corresponding demo releases will be extremely easy to install as they come as WAR-archives and can be deployed within seconds if a Tomcat Servlet engine is available. The demo releases include a Web Map Service, a Web Feature Services (with gazetteer), a Web Coverage Service, a Catalogue Service-Web (for ISO metadata), a Web Terrain Service (Web Perspective View Service), iGeoPortal and deeJUMP. All demo releases come with preconfigured data sources and detailed documentation. The 2.1 releases are a major step forward in deegree's development. Feel free to visit \url{http://www.deegree.org} for news regarding deegree day 2007 and the upcoming releases.

\address{Dr. Markus M\"uller\\
lat/lon GmbH\\
Aennchenstr 19\\
53177 Bonn\\
Germany\\

\email{mueller AT lat-lon.de}\\ \url{http://www.lat-lon.de}}


%%% Local Variables: %%% mode: latex %%% TeX-master: main_document.tex %%% End: