Difference between revisions of "Developer Documentation and HowTo"

From OpenJUMP Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== General Docs ==
 
* [http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf original JUMP Developers Guide]
 
* [[Devel FAQ]]
 
* [[Using OpenJump in Your Student Project]]
 
 
 
== Basics ==
 
== Basics ==
 
* [[Eclipse: Set up OpenJUMP as a Maven project from git sources]]
 
* [[Eclipse: Set up OpenJUMP as a Maven project from git sources]]
Line 11: Line 6:
 
** latest snapshot online https://oj.soldin.de/apidocs/
 
** latest snapshot online https://oj.soldin.de/apidocs/
 
* [[OpenJUMP programming Guideline]]
 
* [[OpenJUMP programming Guideline]]
 +
* [[Devel FAQ]]
  
 
== Making Your Own Plugins ==
 
== Making Your Own Plugins ==

Latest revision as of 22:47, 1 July 2024

Basics

Making Your Own Plugins

PlugInContext diagram
FeatureModel diagram

Notes:

Adding support for new data formats

Scripting and Customization

Other