lukasalexanderweber / JavaGIS

Study project to implement Point Polyline Polygon drawing in a Java framework using Graphics 2D and storing Geometries in a CSV file or DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Study project to implement Point Polyline Polygon drawing in a Java framework using Graphics 2D and storing Geometries in a CSV file or DB


Languages

Language:Java 100.0%