Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.04 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.04 KB

JavaGIS

Study project to implement Point Polyline Polygon drawing in a Java framework using the build in java.awt.Graphics2D Module. Other functionalities are:

  • storing of geometries as WKT in a CSV file or DB (this project comes with a MySQL driver, could be extended for other DBMS).
  • reload stored geometries into the GIS.
  • zooming and panning.
  • selecting and deleting drawn geometries (contains query).

Alt Text

This project is a netbeans project and can directly be loaded into the NetBeans IDE. The JavaDoc documentation of the used classes are stored in the doc folder and the main page can be found under doc/index.html. An overview over the classes are provided in the following UML class diagram. It was generated using ArgoUML. The ArgoUML file can be found in uml_class_diagram/JavaGIS.uml. Please feel free to edit the UML diagram once there are changes.

Alt Text