Skip to content

The idea of this repository is to be a reference for architectural examples

Notifications You must be signed in to change notification settings

limeira94/architectural-layers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Felipe Limeira da Silva

Architectural Layers

The idea of this repository is to be a reference for architectural examples

MVC example

This project is a geospatial mapping application developed using the Model-View-Controller (MVC) design pattern. It allows users to visualize geographic data on a map and filter the data based on area size. The application is structured into three main components: the Model (GeoData), the View (MapGUI), and the Controller (MapController).

Features

Load geographic data from a specified file. Visualize geographic data on a map. Filter geographic features based on minimum and maximum area.

About

The idea of this repository is to be a reference for architectural examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages