Difference between revisions of "Documentation"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 52: Line 52:
 
== B - Documentation for developers ==
 
== B - Documentation for developers ==
  
* "Jump Developers Guide":http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf
+
see [[Developer Documentation and HowTo]]
* [[Devel FAQ]]
 
* *Basics*
 
** [[How to run OpenJUMP in Eclipse]]
 
** [[How to make your own OpenJUMP built]]
 
** "OpenJUMP javadoc":http://jump-pilot.sourceforge.net/javadoc/openjump_javadoc/ , "JTS javadoc":http://tsusiatsoftware.net/jts/javadoc/index.html
 
** [[OpenJUMP programming Guideline]]
 
* *Making Your Own Plugins*
 
** [[The difference of PlugIn and Extension and Registry]]
 
** [[How to use and make own Plugins]]
 
** Example \PlugIns:
 
*** [[How to display customer xyz data from a file]]
 
*** [[Example Plugin For Buffering Features in a Layer]]
 
** [[How to use i18n Internationalization]]
 
** [[Implementing Undo]]
 
** [[Adding A Toolbar Button]]
 
** [[Implementing cursortools]]
 
** [[Converting a CursorTool to a PlugIn]]
 
** [[Extending a FeatureCollection by Adding new Attributes]]
 
* [[Tips and Tricks around the Java Topology Suite]]
 
* [[Notes On OpenJUMP's Rendering System]]
 
* [[Notes on TaskFrames]]
 
* [[Notes on the Display of AttributeTables]]
 
* [[Using JUMP Libraries in an External Application]].
 
* Adding support for new data formats:
 
** [[How to write a new driver]] (Spring 2007)
 
** [[HOWTO Create an Open Wizard]] (Since \OpenJUMP Version 1.2)
 
** Some additional notes on adding support for a new file format: [[File DataSource Notes]]
 
** [[Working with GML]]
 
* *Other*
 
**  "How to Translate OpenJUMP into another language":http://openjump.org/wiki/show/How+to+translate+in+a+new+language
 
 
 
  
 
== C - Projects where OpenJUMP can give its contribution ==
 
== C - Projects where OpenJUMP can give its contribution ==

Revision as of 05:23, 5 October 2009

This page gives access to documentation for *users* and *developers* (pls. scroll down).

A - Documentation for users

On-Line Documentation (English)


Download (PDF)


Other on-line documentation

B - Documentation for developers

see Developer Documentation and HowTo

C - Projects where OpenJUMP can give its contribution