Difference between revisions of "Developer Documentation and HowTo"

From OpenJUMP Wiki
Jump to navigation Jump to search
(new doxygen generated docs)
Line 21: Line 21:
 
** [[How to Access and Display Attributes of Selected Features]]
 
** [[How to Access and Display Attributes of Selected Features]]
 
** [[Example Plugin For Accessing Sextante Algorithms]]
 
** [[Example Plugin For Accessing Sextante Algorithms]]
 +
** [[How to load a Sextante raster layer and read its cell values]]
 
* [[How to use i18n Internationalization]]
 
* [[How to use i18n Internationalization]]
 
* [[How to load data from a Shape File directly]]
 
* [[How to load data from a Shape File directly]]
Line 41: Line 42:
 
* [[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)
  
 
== Adding support for new data formats ==
 
== Adding support for new data formats ==

Revision as of 14:41, 15 December 2010

General Docs

Basics

Making Your Own Plugins

PlugInContext diagram

Notes:

Adding support for new data formats

Scripting and Customization

Other