Developing GIS Applications with Objects: A Design Patterns Approach

  • Authors:
  • Silvia Gordillo;Federico Balaguer;Catalina Mostaccio;Fernando Das Neves

  • Affiliations:
  • LIFIA- Departamento de Informa´tica, Facultad de Ciencias Exactas, Universidad Nacional de La Plata—Argentina gordillo@sol.info.unlp.edu.ar;LIFIA- Departamento de Informa´tica, Facultad de Ciencias Exactas, Universidad Nacional de La Plata—Argentina fede@sol.info.unlp.edu.ar;LIFIA- Departamento de Informa´tica, Facultad de Ciencias Exactas, Universidad Nacional de La Plata—Argentina catty@sol.info.unlp.edu.ar;LIFIA- Departamento de Informa´tica, Facultad de Ciencias Exactas, Universidad Nacional de La Plata—Argentina babel17@sol.info.unlp.edu.ar

  • Venue:
  • Geoinformatica
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we present an object-oriented approach for designing GIS applications; it combines well known software engineering practices with the use of design patterns as a conceptual tool to cope with recurrent problems appearing in the GIS domain. Our approach allows the designer to decouple the conceptual definition of application objects from their spatial representation. In this way, GIS applications can evolve smoothly, because maintenance is achieved by focusing on different concerns at different times. We show that our approach is also useful to support spatial features in conventional applications built with object-oriented technology. The structure of this paper is as follows: We first introduce design patterns, an efficient strategy to record design experience; then we discuss the most common design problems a developer of GIS applications must face. The core of our method is then presented by explaining how the use of decorators helps in extending objects to incorporate spatial attributes and behavior. Next, we analyze some recurrent design problems in the GIS domain and present some new patterns addressing those problems. Some further work is finally discussed.