ABSTRACT OF THIS TOOL
This application enables adding charts to Java-based GIS applications such as Map Objects, Java Edition. The library is built using Java and the charting tool allows the user to read data stored in .dbf files, e.g. as part of a shapefile, and perform linear and non-linear regression analysis, render bar and pie chartsi, and show scatterplots. A demo of the charting tool is located below and source code of the library is uploaded on GitHub.
Please view the Readme file below for instructions on installing the charting tool on your system. There is an executable jar file version, and a source version for CS537.
ReadMe Doc
Download the zipfile from the link below. Extract the zip file to a folder (unzip it), following the instructions in the ReadMe.doc above. The download can take a few minutes.
To download the zipfile for the jarfile click the following link.
Extended Charts zip fileTo download source code for cs537, click on the following link. This is the big block you need at the end of a MOJO application, as well as import lines to add to the import lines in your application. See the User Manual below for the rest of the instructions.
CS537 chart code, as .rar fileThe documentation of the software can be found here.
User Manual