Difference between revisions of "Developer Documentation and HowTo"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 5: Line 5:
  
 
== Basics ==
 
== Basics ==
* [[How to run OpenJUMP in Eclipse]]
+
* [[Eclipse: Set up OpenJUMP as a Maven project from git sources]]
* [[How to run OpenJUMP in NetBeans]]
 
 
* [[Creating an OJ release version]]
 
* [[Creating an OJ release version]]
* [http://jump-pilot.sourceforge.net/javadoc/openjump_javadoc/ OpenJUMP API javadoc] [version 1.5.2 04/2013]
+
* java API docs are available for
* [http://lsi.iiit.ac.in/openjump_manual/ OpenJUMP svn repository doxygen doc ] [rev 3458 05/2012]
+
** stable releasesalongside the [[Downloading OpenJUMP#Latest Stable|distribution downloads]]
* [http://tsusiatsoftware.net/jts/javadoc/index.html JTS javadoc] (the geometry library used by OJ)
+
** latest snapshot online https://oj.soldin.de/apidocs/
 
* [[OpenJUMP programming Guideline]]
 
* [[OpenJUMP programming Guideline]]
* [https://gist.github.com/1361280 All Plugins/Functions of OpenJUMP] - November 2011
 
  
 
== Making Your Own Plugins ==
 
== Making Your Own Plugins ==

Revision as of 22:46, 1 July 2024

General Docs

Basics

Making Your Own Plugins

PlugInContext diagram
FeatureModel diagram

Notes:

Adding support for new data formats

Scripting and Customization

Other