0

I am trying to develop a a rich client that shows a map using Worldwind java - and I want to display a lot of information, icons, etc. on the map - so I decided to use Worldwind java in MVC pattern (Model-View-Controller)

Does anyone know a good library that would support MVC pattern for GIS application? What I am looking for in this library for example: -manage which information is currently displayed on the map -manage which information should be displayed on the map in case of a move on the map

Thank you

4

1 回答 1

1

我可以建议 Eclipse Modeling Framowork (EMF)。您定义模型(通过带注释的 java 接口或 XML Schema 或 UML 图...),EMF 能够生成一些开箱即用的视图和控制器(例如,用于树查看器)。以及您自己编写的 WorldWind 视图和控制器。

于 2014-12-08T22:05:20.853 回答