Difference between revisions of "Developer Documentation and HowTo"

From OpenJUMP Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== General Docs ==
 
== General Docs ==
* [http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf Jump Developers Guide]
+
* [http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf original JUMP Developers Guide]
* [http://lsi.iiit.ac.in/openjump_manual/ new OpenJUMP Programmer's Manual]
 
 
* [[Devel FAQ]]
 
* [[Devel FAQ]]
 +
* [[Using OpenJump in Your Student Project]]
  
 
== Basics ==
 
== Basics ==
 
* [[How to run OpenJUMP in Eclipse]]
 
* [[How to run OpenJUMP in Eclipse]]
* [[How to make your own OpenJUMP built]]
+
* [[How to run OpenJUMP in NetBeans]]
* [http://jump-pilot.sourceforge.net/javadoc/openjump_javadoc/ OpenJUMP javadoc] (sstein 3rd May 2010: needs to be updated, I think)
+
* [[Creating an OJ release version]]
 +
* [http://jump-pilot.sourceforge.net/javadoc/openjump_javadoc/ OpenJUMP API javadoc] [version 1.5.2 04/2013]
 +
* [http://lsi.iiit.ac.in/openjump_manual/ OpenJUMP svn repository doxygen doc ] [rev 3458 05/2012]
 
* [http://tsusiatsoftware.net/jts/javadoc/index.html JTS javadoc] (the geometry library used by OJ)
 
* [http://tsusiatsoftware.net/jts/javadoc/index.html JTS javadoc] (the geometry library used by OJ)
 
* [[OpenJUMP programming Guideline]]
 
* [[OpenJUMP programming Guideline]]
Line 44: Line 46:
 
* [[Tips and Tricks around the Java Topology Suite]]
 
* [[Tips and Tricks around the Java Topology Suite]]
 
* [[Notes On OpenJUMP's Rendering System]]
 
* [[Notes On OpenJUMP's Rendering System]]
 +
* [[Notes on Speed Improvements on Rendering]]
 
* [[Notes on TaskFrames]]
 
* [[Notes on TaskFrames]]
 
* [[Notes on the Display of AttributeTables]]
 
* [[Notes on the Display of AttributeTables]]
 
* [[Using JUMP Libraries in an External Application]]
 
* [[Using JUMP Libraries in an External Application]]
 
* A method/class diagram for the PlugInContext (click on the image to the right)
 
* A method/class diagram for the PlugInContext (click on the image to the right)
 +
* Looking for Icons? then check out: http://projects.opengeo.org/geosilk
  
 
== Adding support for new data formats ==
 
== Adding support for new data formats ==

Latest revision as of 10:56, 15 April 2015

General Docs

Basics

Making Your Own Plugins

PlugInContext diagram
FeatureModel diagram

Notes:

Adding support for new data formats

Scripting and Customization

Other