<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>OpenJUMP</title>
		<link>http://openjump.org:8739/wiki/show/HomePage</link>
		<description>An Instiki wiki</description>
		<language>en-us</language>
		<ttl>40</ttl>
  
		<item>
      <title>View Edit Attributes</title>
    
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;Back to&lt;/strong&gt;&lt;/em&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJUMP+List+of+Functions&quot;&gt;OpenJUMP List of Functions&lt;/a&gt; page ||  New User Guide &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Index&quot;&gt;Index&lt;/a&gt; page&lt;/p&gt;


&lt;hr /&gt;

	&lt;p&gt;The &lt;strong&gt;Attribute Window&lt;/strong&gt; allows to explore the attribute values of a layer.&lt;br /&gt;To open the &lt;em&gt;&lt;strong&gt;Attribute Window&lt;/strong&gt;&lt;/em&gt; click on the following icon &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages/new%20user%20guide/OpenJUMP%201.3%20Beta/other%20icons/view%20edit%20attribute.jpg&quot; alt=&quot;&quot; /&gt; on on the &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Layer+List&quot;&gt;Layer List&lt;/a&gt; menu or on &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Toolbar&quot;&gt;Toolbar&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages/new%20user%20guide/OpenJUMP%201.3%20Beta/Schema%20-%20attributes/attributes.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;The toolbar on the left allows to navigate through the features (zoom to the next raw, zoom to whole, etc).&lt;br /&gt;By clicking on the last icon &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages/new%20user%20guide/OpenJUMP%201.3%20Beta/toolbar/figs/feature%20info%20tool.jpg&quot; alt=&quot;&quot; /&gt; the &lt;strong&gt;Info Window&lt;/strong&gt; is opened&lt;br /&gt;The &lt;strong&gt;Info Window&lt;/strong&gt; allows to explore features in two forms:&lt;/p&gt;


	&lt;p&gt;1) Exploring the attribute values of the features&lt;br /&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages/new%20user%20guide/OpenJUMP%201.3%20Beta/Schema%20-%20attributes/feature%20info.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;2) Exploring the geometries of the features&lt;br /&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages/new%20user%20guide/OpenJUMP%201.3%20Beta/Schema%20-%20attributes/feature%20info2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;If the layer is set on &lt;em&gt;editable&lt;/em&gt; &lt;span class=&quot;newWikiWord&quot;&gt;Layer menu&lt;a href=&quot;../show/Layer+menu&quot;&gt;?&lt;/a&gt;&lt;/span&gt; it is possible to modify/add/delate features eithrt on the &lt;strong&gt;Attribute Window&lt;/strong&gt; or on the &lt;strong&gt;Info Window&lt;/strong&gt;&lt;/p&gt;


&lt;hr /&gt;

	&lt;p&gt;&lt;em&gt;&lt;strong&gt;Back to&lt;/strong&gt;&lt;/em&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJUMP+List+of+Functions&quot;&gt;OpenJUMP List of Functions&lt;/a&gt; page ||  New User Guide &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Index&quot;&gt;Index&lt;/a&gt; page&lt;/p&gt;</description>
    
      <pubDate>Mon, 29 Sep 2008 07:06:15 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/View+Edit+Attributes</guid>
      <link>http://openjump.org:8739/wiki/show/View+Edit+Attributes</link>
      <dc:creator>Peppe</dc:creator>
    </item>
  
		<item>
      <title>How to write a new driver</title>
    
      <description>&lt;p&gt;Here are some explanations for developers who need to write a driver to &lt;b style=&quot;color:black;background-color:#ffff66&quot;&gt;read&lt;/b&gt;/write a new &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; format.&lt;/p&gt;


&lt;h2&gt;1 &amp;#8211; Old api vs new api&lt;/h2&gt;&lt;br /&gt;There is an old api in com.vividsolutions.jump.io, with the &lt;span class=&quot;caps&quot;&gt;JUMP&lt;/span&gt;Reader and &lt;span class=&quot;caps&quot;&gt;JUMP&lt;/span&gt;Writer classes, but developpers are encouraged to use new new api, with two main classes :

	&lt;ul&gt;
	&lt;li&gt;com.vividsolutions.jump.io.datasource.DataSource&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;com.vividsolutions.jump.io.datasource.Connection&lt;/li&gt;
	&lt;/ul&gt;


&lt;h2&gt;2 &amp;#8211; DataSource or DataStore ?&lt;/h2&gt;
&lt;strong&gt;com.vividsolutions.jump.io.datasource&lt;/strong&gt; package is for &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; data sources, while &lt;strong&gt;com.vividsolutions.jump.datastore&lt;/strong&gt; is for database access.

&lt;h2&gt;3 &amp;#8211; Datasource related classes are spread across several packages&lt;/h2&gt;&lt;br /&gt;&lt;h3&gt;3.1 &amp;#8211; The driver classes&lt;/h3&gt;&lt;br /&gt;In com.vividsolutions.jump.io.datasource package, you will find the main classes to write a driver :

	&lt;ul&gt;
	&lt;li&gt;DataSource will store the datasource properties (ex. &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; name) and return a Connection to this DataSource&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Connection interface which has to be implemented by a class which will have the responsability to return FeatureCollections or to execute updates&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;ReaderWriterFileDataSource is a special DataSource created from a &lt;span class=&quot;caps&quot;&gt;JUMP&lt;/span&gt;Reader (and a &lt;span class=&quot;caps&quot;&gt;JUMP&lt;/span&gt;Writer). It is used as a bridge between the old and the new api.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;DataSourceQuery : a small wrapper including a string representing a query and the source to apply it against.&lt;/li&gt;
	&lt;/ul&gt;


&lt;h3&gt;3.2 &amp;#8211; The UI stuff&lt;/h3&gt;&lt;br /&gt;com.vividsolutions.jump.workbench.datasource contains all the UI elements :

	&lt;ul&gt;
	&lt;li&gt;The DataSourceQueryChooserDialog with its getCurrentChooser method returning an implementation of DataSourceQueryChooser.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;DataSourceQueryChooser is the UI for picking datasets for a given format. It produces DataSourceQueries  each of which encapsulates a query string and the DataSource to run it against. A partial implementation is FileDataSourceQueryChooser which has two subclasses, one for &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; loading (LoadFileDataSourceQueryChooser) and the other one for &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; saving (SaveFileDataSourceQueryChooser)&lt;/li&gt;
	&lt;/ul&gt;


&lt;h3&gt;3.3 &amp;#8211; PlugIns&lt;/h3&gt;&lt;br /&gt;The plugins related to driver installation are also in com.vividsolutions.jump.workbench.datasource package.

	&lt;ul&gt;
	&lt;li&gt;There is a plugin for the installation of all the standard drivers called InstallStandardDataSourceQueryChooserPlugIn.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;There is a hierarchy of plugins which parent is AbstractLoadSaveDatasetPlugIn and which concrete implementations are LoadDatasetFromFilePlugIn and SaveDatasetAsFilePlugIn&lt;/li&gt;
	&lt;/ul&gt;


&lt;h2&gt;4 &amp;#8211; And now let&amp;#8217;s write our first driver&lt;/h2&gt;&lt;br /&gt;In this paragraph, we&amp;#8217;ll write a very simple driver to load &lt;b style=&quot;color:black;background-color:#a0ffff&quot;&gt;xyz&lt;/b&gt; data files. Main characteristics of the &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; format and the parser characteristics are as follows :

	&lt;ul&gt;
	&lt;li&gt;each line represents a point,&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;each line contains fields separated by a whitespace, a tabulation, a comma, a semi-column,&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;the x field is in one of the 6 first columns (always the same clumn),&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;the y field follows the x field&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;the line contains an optional z field&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;every field preceding the x field is kept as a string attribute,&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;every field following the y or the z field is ignored&lt;/li&gt;
	&lt;/ul&gt;


&lt;h3&gt;4.1 &amp;#8211; The driver installer PlugIn&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;
import java.io.&amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;File&amp;lt;/b&amp;gt;;
import java.util.Map;
import java.util.HashMap;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JComboBox;
import com.vividsolutions.jump.workbench.datasource.*;
import com.vividsolutions.jump.util.Blackboard;
import com.vividsolutions.jump.workbench.plugin.PlugInContext;

/**
 * PlugIn installing a driver to &amp;lt;b style=&quot;color:black;background-color:#ffff66&quot;&amp;gt;read&amp;lt;/b&amp;gt; &amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;XYZ&amp;lt;/b&amp;gt; data files.
 * @author Michaël Michaud
 * @version 0.1 (2007-04-29)
 */
public class InstallXYZDataSourceQueryChooserPlugIn extends
             InstallStandardDataSourceQueryChoosersPlugIn {

   public static final String INDEX = &quot;INDEX&quot;;

   /**
    * PlugIn initialization.
    */
    public void initialize(final PlugInContext context) throws Exception {
        Blackboard blackboard = context.getWorkbenchContext().getWorkbench().getBlackboard();
        final String description = &quot;&amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;XYZ&amp;lt;/b&amp;gt; (plain text)&quot;;
        final JComboBox jcb = new JComboBox(new Object[]{&quot;1&quot;,&quot;2&quot;,&quot;3&quot;,&quot;4&quot;,&quot;5&quot;,&quot;6&quot;});

        DataSourceQueryChooserManager.get(blackboard).addLoadDataSourceQueryChooser(
            new LoadFileDataSourceQueryChooser(XYZDataSource.class,
                                               description,
                                               new String[] { &quot;&quot;, &quot;&amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;xyz&amp;lt;/b&amp;gt;&quot;, &quot;txt&quot;, &quot;asc&quot; },
                                               context.getWorkbenchContext()) {

                // Put the x column index in the properties map
                protected Map toProperties(&amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;File&amp;lt;/b&amp;gt; &amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;file&amp;lt;/b&amp;gt;) {
                    Map properties = new HashMap(super.toProperties(&amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;file&amp;lt;/b&amp;gt;));
                    JPanel panel = getSouthComponent1();
                    properties.put(INDEX, ((JComboBox)panel.getComponent(1)).getSelectedItem().toString());
                    return properties;
                }

                // Create a component to select the comlumn index of &amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;xyz&amp;lt;/b&amp;gt; data
                protected JPanel getSouthComponent1() {
                    JPanel southComponent = new JPanel();
                    southComponent.add(new JLabel(&quot;Index of X column&quot;));
                    southComponent.add(jcb);
                    return southComponent;
                }
            }
        );
    }

}
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;This class extends InstallStandardDataSourceQueryChoosersPlugIn, which is used to install shapefile driver, gml driver&amp;#8230;&lt;/p&gt;


	&lt;p&gt;InstallXYZDataSourceQueryChooserPlugIn adds a special widget to the interface to select the index of the X column (the Y and Z columns are supposed to be just after the X column).&lt;/p&gt;


	&lt;p&gt;The widget is a final JComboBox initialized during the installer initialization, and is made visible in the southComponent of the &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; chooser dialog.&lt;/p&gt;


	&lt;p&gt;The toProperties method of the LoadFileDataSourceQueryChooser put this column index in the properties Map used by the special &lt;span class=&quot;caps&quot;&gt;XYZ&lt;/span&gt;DataSource.&lt;/p&gt;


&lt;h3&gt;4.2 &amp;#8211; The &lt;b style=&quot;color:black;background-color:#a0ffff&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XYZ&lt;/span&gt;&lt;/b&gt; DataSource&lt;/h3&gt;&lt;br /&gt;Now, let&amp;#8217;s write the class doing the job. &lt;span class=&quot;caps&quot;&gt;XYZ&lt;/span&gt;DataSource extends DataSource and has to return an implementation of the Connection interface.

	&lt;p&gt;For a &lt;b style=&quot;color:black;background-color:#ffff66&quot;&gt;read&lt;/b&gt;-only driver as our &lt;b style=&quot;color:black;background-color:#a0ffff&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XYZ&lt;/span&gt;&lt;/b&gt; driver, the Connection method to averload is :
&lt;strong&gt;public FeatureCollection executeQuery(String query, Collection exceptions, TaskMonitor monitor)&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;Here is the piece of code which will return a Connection able to parse the &lt;b style=&quot;color:black;background-color:#a0ffff&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XYZ&lt;/span&gt;&lt;/b&gt; &lt;b style=&quot;color:black;background-color:#99ff99&quot;&gt;file&lt;/b&gt; :&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
import java.io.&amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;File&amp;lt;/b&amp;gt;;
import java.util.ArrayList;
import java.util.Collection;
import java.io.BufferedReader;
import java.io.FileReader;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.GeometryFactory;
import com.vividsolutions.jump.feature.*;
import com.vividsolutions.jump.io.datasource.*;
import com.vividsolutions.jump.task.TaskMonitor;

import org.apache.log4j.Logger;

/**
 * &amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;XYZ&amp;lt;/b&amp;gt; Data Source
 * @author Michael MICHAUD
 * @version 0.1 (2007-04-29)
 */
public class XYZDataSource extends DataSource {

    private static final Logger LOG = Logger.getLogger(XYZDataSource.class);

    /**
     * Creates a new Connection to this DataSource.
     */
    public Connection getConnection() {

        try {

            return new Connection() {

                public FeatureCollection executeQuery(String query, Collection exceptions, TaskMonitor monitor) {
                    BufferedReader br = null;
                    try {
                        &amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;File&amp;lt;/b&amp;gt; &amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;file&amp;lt;/b&amp;gt; = new &amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;File&amp;lt;/b&amp;gt;(getProperties().get(FILE_KEY).toString());
                        int index = new Integer(getProperties().get(InstallXYZDataSourceQueryChooserPlugIn.INDEX).toString()).intValue();
                        br = new BufferedReader(new FileReader(&amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;file&amp;lt;/b&amp;gt;));
                        String line;
                        FeatureSchema fs = new FeatureSchema();
                        fs.addAttribute(&quot;GEOMETRY&quot;, AttributeType.GEOMETRY);
                        for (int i = 0 ; i &amp;lt; index ; i++) {
                            fs.addAttribute(&quot;Attribute_&quot;+i, AttributeType.STRING);
                        }
                        GeometryFactory gf = new GeometryFactory();
                        FeatureCollection coll = new FeatureDataset(fs);
                        while(null != (line = br.readLine())) {
                            if (line.trim().length()==0) continue;
                            String[] ss = line.split(&quot;(\\s|,|;|\\|)&quot;);
                            try {
                                double x = Double.parseDouble(ss[index-1]);
                                double y = Double.parseDouble(ss[index]);
                                double z = ss.length &amp;gt; (index+1) ? Double.parseDouble(ss[index+1]) : Double.NaN;
                                BasicFeature bf = new BasicFeature(fs);
                                bf.setGeometry(gf.createPoint(new Coordinate(x,y,z)));
                                for (int i = 0 ; i &amp;lt; index ; i++) {
                                    bf.setAttribute(&quot;Attribute_&quot;+i, ss[i]);
                                }
                                coll.add(bf);
                            }
                            catch(Exception e) {
                                LOG.debug(&quot;Error reading &amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;XYZ&amp;lt;/b&amp;gt; &amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;file&amp;lt;/b&amp;gt; : &quot; + line, e);
                            }
                        }
                        br.close();
                        return coll;
                    } catch (Exception e) {
                        LOG.warn(&quot;Error executing query \&quot;&quot; + query + &quot;\&quot;&quot;, e);
                        exceptions.add(e);
                        return null;
                    }
                }

                public void executeUpdate(String update,
                                          FeatureCollection featureCollection,
                                          TaskMonitor monitor) throws Exception {
                    throw new Exception(&quot;Update is not authorized for this DataSource&quot;);
                }

                public void close() {}

                public FeatureCollection executeQuery(String query, TaskMonitor monitor) throws Exception {
                    ArrayList exceptions = new ArrayList();
                    FeatureCollection featureCollection = executeQuery(query, exceptions, monitor);
                    if (!exceptions.isEmpty()) {
                        throw (Exception) exceptions.iterator().next();
                    }
                    return featureCollection;
                }
            };
        }
        catch(Exception e) {
            LOG.warn(&quot;Error trying to connect to a GeoConcept Data Source&quot;, e);
            return null;
        }
    }

    public boolean isWritable() {
        return false;
    }

}
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;If you want to add a &amp;#8216;save as&amp;#8217; driver, you&amp;#8217;ll have to implement the &lt;em&gt;executeUpdate&lt;/em&gt; method of the Connection&lt;/p&gt;


	&lt;p&gt;For more complex drivers, it may be useful to create special classes as &lt;span class=&quot;caps&quot;&gt;JUMP&lt;/span&gt;Readers and/or &lt;span class=&quot;caps&quot;&gt;JUMP&lt;/span&gt;Writers.&lt;/p&gt;


&lt;h3&gt;4.3 &amp;#8211; The Driver Extension&lt;/h3&gt;&lt;br /&gt;The following class, derived from Extension, will transform the PlugIn into an extension, which is like an external PlugIn :&lt;br /&gt;&lt;pre&gt;&lt;code&gt;
import com.vividsolutions.jump.workbench.plugin.Extension;
import com.vividsolutions.jump.workbench.plugin.PlugInContext;

/**
 * Configuration &amp;lt;b style=&quot;color:black;background-color:#99ff99&quot;&amp;gt;file&amp;lt;/b&amp;gt; for &amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;xyz&amp;lt;/b&amp;gt; driver extension.
 * @version 0.1 (2007-04-29)
 */
public class XYZDriverConfiguration extends Extension {
    public void configure(PlugInContext context) throws Exception {
        new InstallXYZDataSourceQueryChooserPlugIn().initialize(context);
    }
    public String getName() {return &quot;&amp;lt;b style=&quot;color:black;background-color:#a0ffff&quot;&amp;gt;XYZ&amp;lt;/b&amp;gt; driver (&amp;lt;b style=&quot;color:black;background-color:#ffff66&quot;&amp;gt;read&amp;lt;/b&amp;gt;-only)&quot;;}
    public String getVersion() {return &quot;0.1 (2007-04-29)&quot;;}
}
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;Hope that &lt;b style=&quot;color:black;background-color:#ff9999&quot;&gt;example&lt;/b&gt; will help you to write your own driver. I wrote this small tutorial because it gave me headache to understand the api and write a driver for the GeoConcept format.&lt;br /&gt;If you find errors or want to improve this tutorial, please, feel free to do it.&lt;/p&gt;</description>
    
      <pubDate>Wed, 24 Sep 2008 12:43:57 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/How+to+write+a+new+driver</guid>
      <link>http://openjump.org:8739/wiki/show/How+to+write+a+new+driver</link>
      <dc:creator>Donnut</dc:creator>
    </item>
  
		<item>
      <title>How to make your own OpenJUMP built</title>
    
      <description>&lt;p&gt;Dear Developer,&lt;/p&gt;


	&lt;p&gt;This is a quick an dirty note on what&amp;#8217;s necessary to make your own built of OpenJUMP.&lt;/p&gt;


What you need to built OpenJUMP:
	&lt;ul&gt;
	&lt;li&gt;the &lt;span class=&quot;caps&quot;&gt;ANT&lt;/span&gt; builder: &lt;a href=&quot;http://ant.apache.org/&quot;&gt;http://ant.apache.org/&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;either a download of the nightly built src-package from &lt;a href=&quot;http://www.openjump.org&quot;&gt;www.openjump.org&lt;/a&gt; 
  or a checkout of the sources from the cvs&lt;/li&gt;
		&lt;li&gt;A installation of a &lt;span class=&quot;caps&quot;&gt;JAVA SDK&lt;/span&gt;.&lt;/li&gt;
	&lt;/ul&gt;


If you have done the downloads and and installed &lt;span class=&quot;caps&quot;&gt;ANT &lt;/span&gt;(it should be contained already in Eclipse), then you have to create an arbitrary folder. In Eclipse this might be done by creating a &amp;#8220;simple&amp;#8221; project.&lt;br /&gt;This folder must contains the following subfolders:
	&lt;ul&gt;
	&lt;li&gt;\build =&gt; here the class files from the ant built will be stored (note: you may create the folder by yourself if not contained in the download)&lt;/li&gt;
		&lt;li&gt;\dist =&gt; after building you will find here you distribution files (note: you may create the folder by yourself if not contained in the download)&lt;/li&gt;
		&lt;li&gt;\docs =&gt; is currently empty but will later contain some pdf files (note: you may create the folder by yourself if not contained in the download)&lt;/li&gt;
		&lt;li&gt;\etc =&gt; this must contains several files including the built.xml file for &lt;span class=&quot;caps&quot;&gt;ANT &lt;/span&gt;(take the folder from the download)&lt;/li&gt;
		&lt;li&gt;\lib =&gt; contains all the necessary libraries (including 2 subfolders: \Batik and \ext) (take the folder from the download)&lt;/li&gt;
		&lt;li&gt;\scripts =&gt; should contain the openJUMP start-up scripts for different &lt;span class=&quot;caps&quot;&gt;OS &lt;/span&gt;(take the folder from the download)&lt;/li&gt;
		&lt;li&gt;\src =&gt; includes the Jump\OpenJUMP source files needed to built OpenJUMP. It should contain at least 4 subfolders: 
	&lt;ul&gt;
	&lt;li&gt;\src\com &lt;/li&gt;
		&lt;li&gt;\src\org &lt;/li&gt;
		&lt;li&gt;\src\de &lt;/li&gt;
		&lt;li&gt;\src\language, &lt;br /&gt;whereby the latter contains the language files to start-up OpenJUMP in different languages. &lt;br /&gt;(take the folders from the download)&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;If you have now all these folders in one, then go to the \etc\ folder and look for the file built.xml. Start this file with &lt;span class=&quot;caps&quot;&gt;ANT&lt;/span&gt;. In Eclipse it might work to simply click on built.xml file and then choose from the mouse-menu the option to &amp;#8220;run&amp;#8221; with &lt;span class=&quot;caps&quot;&gt;ANT&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;note A: OpenJUMP can be built with Java 1.5 and higher&lt;br /&gt;note B: look here if &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/ANT+built+errors+in+Eclipse&quot;&gt;ANT built errors in Eclipse&lt;/a&gt; appear&lt;/p&gt;


	&lt;p&gt;I think that&amp;#8217;s it???&lt;/p&gt;


	&lt;p&gt;stefan&lt;/p&gt;</description>
    
      <pubDate>Wed, 24 Sep 2008 09:53:50 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/How+to+make+your+own+OpenJUMP+built</guid>
      <link>http://openjump.org:8739/wiki/show/How+to+make+your+own+OpenJUMP+built</link>
      <dc:creator>Donnut</dc:creator>
    </item>
  
		<item>
      <title>DINMO</title>
    
      <description></description>
    
      <pubDate>Mon, 22 Sep 2008 08:36:11 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/DINMO</guid>
      <link>http://openjump.org:8739/wiki/show/DINMO</link>
      <dc:creator>Anonymous Coward</dc:creator>
    </item>
  
		<item>
      <title>Working with Databases</title>
    
      <description>&lt;p&gt;&lt;strong&gt;note:&lt;/strong&gt;&lt;br /&gt;on loading data from PostGIS pls. look &lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/72-OpenJump-for-PostGIS-Spatial-Ad-Hoc-Queries.html&quot;&gt;here&lt;/a&gt;&lt;/p&gt;</description>
    
      <pubDate>Tue, 16 Sep 2008 18:44:02 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/Working+with+Databases</guid>
      <link>http://openjump.org:8739/wiki/show/Working+with+Databases</link>
      <dc:creator>sstein</dc:creator>
    </item>
  
		<item>
      <title>HomePage.</title>
    
      <description></description>
    
      <pubDate>Sun, 07 Sep 2008 19:51:21 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/HomePage.</guid>
      <link>http://openjump.org:8739/wiki/show/HomePage.</link>
      <dc:creator>Anonymous Coward</dc:creator>
    </item>
  
		<item>
      <title>Eric Jarvies</title>
    
      <description>&lt;p&gt;Eric Jarvies&lt;br /&gt;Cabo San Lucas, Baja California Sur, Mexico&lt;br /&gt;Hi Eric, I am trying to get ahold of you re Cabo &lt;span class=&quot;caps&quot;&gt;GPS&lt;/span&gt;, please send me a contact number &lt;br /&gt;Les Twatog 604-6717000 or &lt;a href=&quot;mailto:les@6717000.com&quot;&gt;les@6717000.com&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Thanks Les&amp;#8230; I&amp;#8217;ve emailed you accordingly.  For anyone else looking for me, please go to &lt;a href=&quot;http://CSL.com.mx&quot;&gt;http://CSL.com.mx&lt;/a&gt; or email me at &lt;a href=&quot;mailto:7@ericJarvies.com&quot;&gt;7@ericJarvies.com&lt;/a&gt; .  You may also visit my personal website at &lt;a href=&quot;http://EricJarvies.com&quot;&gt;http://EricJarvies.com&lt;/a&gt; . I trust most people are interested in obtaining &lt;span class=&quot;caps&quot;&gt;GPS&lt;/span&gt; maps of Mexico, namely my highly detailed maps of Baja, specifically the Los Cabos Municipality.&lt;/p&gt;


	&lt;p&gt;These &lt;span class=&quot;caps&quot;&gt;GPS&lt;/span&gt; maps contain all the usual topo, roads, etc., but also contain an extensive white pages and yellow pages &lt;span class=&quot;caps&quot;&gt;POI&lt;/span&gt; database, in addition to a titled property database.  In other words, if you need to find a realtor in Los Cabos, my &lt;span class=&quot;caps&quot;&gt;GPS&lt;/span&gt; maps have 445 Realtors, their contact information, and of course their place in space.  If they are renting the location, it says so.  Otherwise it also shows the actual owner of the unit, building, or property where the business resides.&lt;/p&gt;


	&lt;p&gt;And of course, I use OpenJump for a great deal of my &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt; work&amp;#8230; for certain tasks, it&amp;#8217;s the best tool available for &lt;span class=&quot;caps&quot;&gt;OS X&lt;/span&gt; imho!&lt;/p&gt;


	&lt;p&gt;Regards,&lt;/p&gt;


	&lt;p&gt;Eric Jarvies&lt;/p&gt;</description>
    
      <pubDate>Sun, 07 Sep 2008 08:21:13 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/Eric+Jarvies</guid>
      <link>http://openjump.org:8739/wiki/show/Eric+Jarvies</link>
      <dc:creator>Eric Jarvies</dc:creator>
    </item>
  
		<item>
      <title>Spanish Word List</title>
    
      <description>&lt;p&gt;where are we going next&lt;/p&gt;</description>
    
      <pubDate>Fri, 05 Sep 2008 21:31:33 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/Spanish+Word+List</guid>
      <link>http://openjump.org:8739/wiki/show/Spanish+Word+List</link>
      <dc:creator>Anonymous Coward</dc:creator>
    </item>
  
		<item>
      <title>tutorial</title>
    
      <description></description>
    
      <pubDate>Fri, 05 Sep 2008 09:07:18 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/tutorial</guid>
      <link>http://openjump.org:8739/wiki/show/tutorial</link>
      <dc:creator>Anonymous Coward</dc:creator>
    </item>
  
		<item>
      <title>Documentation</title>
    
      <description>&lt;p&gt;This page gives access to documentation for users and  developers (scroll down).&lt;/p&gt;


&lt;hr /&gt;

	&lt;h2 style=&quot;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;A &amp;#8211; Documentation for users &lt;img src=&quot;http://static.flickr.com/39/110072620_882b70fee7.jpg?v=0&quot; alt=&quot;&quot; /&gt;&lt;/h2&gt;


&lt;hr /&gt;

	&lt;h3 style=&quot;color:black;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;On-Line Documentation (English)&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/31/99200779_79abbaccb5_o.png&quot; alt=&quot;&quot; /&gt;  &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/FAQ&quot;&gt;FAQ&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/book_open.png&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://openjump.org/wiki/show/Index&quot;&gt;OpenJUMP 1.2F New User Guide&lt;/a&gt; (ongoing documentation) &lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/book_open.png&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://openjump.org/wiki/revision/ComparingOpenJump?rev=19&quot;&gt;OpenJUMP on MacOSX&lt;/a&gt;  with a comparition between OpenJump,uDig and &lt;span class=&quot;caps&quot;&gt;QGIS&lt;/span&gt; by Eric Jarvies&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/31/99200779_79abbaccb5_o.png&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://openjump.org/wiki/show/Known+Issues+on+MacOSX&quot;&gt;OpenJUMP Known Issues on Mac&lt;/a&gt; by Eric Jarvies&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3 style=&quot;color:black;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;Download (PDF)&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://sourceforge.net/project/downloading.php?group_id=118054&amp;#38;use_mirror=garr&amp;#38;filename=OpenJUMP12_German_Tutorial_sz.pdf&amp;#38;72973093&quot;&gt;OpenJUMP 1.2F Tutorial&lt;/a&gt; by Uwe Dalluege  with sample &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/de.gif&quot; alt=&quot;&quot; /&gt; &lt;/li&gt;
		&lt;li&gt; &lt;a href=&quot;http://openjump.org/PostGIS_Tutorial.pdf&quot;&gt;PostGIS Tutorial&lt;/a&gt; by Uwe Delluege &lt;img src=&quot;http://static.flickr.com/24/99192265_912fc9665e_o.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Original&lt;/strong&gt; &lt;span class=&quot;caps&quot;&gt;VIVID &lt;/span&gt;Solutions &lt;span class=&quot;caps&quot;&gt;JUMP 1&lt;/span&gt;.1 User Guide &amp;#8211;  &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/gb.gif&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://www.vividsolutions.com/jump/bin/JUMP%20User%20Guide.pdf&quot;&gt;English&lt;/a&gt;, &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/es.gif&quot; alt=&quot;&quot; /&gt;  &lt;a href=&quot;http://jump-pilot.svn.sourceforge.net/viewvc/*checkout*/jump-pilot/core/trunk/docs/manuals-es/JUMP-Doc-es-GuiaUsuario.pdf&quot;&gt;Spanish&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class=&quot;caps&quot;&gt;JUMP 1&lt;/span&gt;.1 / OpenJUMP Tutorials in other languages: 
	&lt;ul&gt;
	&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/32/99192264_28e14852b0_o.gif&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://www.archive.org/download/OpenJUMP_Users_Guid_pt_br/ManualOpenJUMP.pdf&quot;&gt;Portuguese User Guide&lt;/a&gt; by Flavia Coelho Couto João Batista Brito and Ezequias Rodrigues da Rocha&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/32/99192264_28e14852b0_o.gif&quot; alt=&quot;&quot; /&gt;  &lt;a href=&quot;http://www.archive.org/download/OpenJUMP_presentation_ppt_pt_br/PalestraLACFee2005OpenJUMP.ppt&quot;&gt;Presentation&lt;/a&gt;, by Ezequias R. da Rocha&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/47/116386051_725a6b5470.jpg?v=0&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://geomatica.como.polimi.it/corsi/sw_gis/OpenJUMP-CAN-CC.pdf&quot;&gt;Italian User Guide&lt;/a&gt;  by Diego Magni&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/jp.gif&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://www.google.com/url?sa=t&amp;#38;ct=res&amp;#38;cd=1&amp;#38;url=http%3A%2F%2Fgiswin.geo.tsukuba.ac.jp%2Fteacher%2Fmurayama%2Ffieldgis_station%2Fmanual%2Fmanual.pdf&amp;#38;ei=yVnhR57wGpb4nQOM4OmjCA&amp;#38;usg=AFQjCNEhFckYIYd9Vowo7mpsk4_8TaywcQ&amp;#38;sig2=-lP0jfD3iRp_k1Z4-u3I9Q&quot;&gt;User Guide for Field Work &lt;span class=&quot;caps&quot;&gt;GIS &lt;/span&gt;Station powered by OpenJUMP in Japanese&lt;/a&gt;  by Yuji Murayama, Hisaji Ono&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/gb.gif&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://www.projet-sigle.org/IMG/pdf/OpenJUMP_workshop.pdf&quot;&gt; OpenJump Workshop for Foss4G 2006&lt;/a&gt;&amp;#8221; by Erwan Brocher &amp;#8211; OpenJUMP Sigle (&lt;a href=&quot;http://www.projet-sigle.org/spip.php?article7&quot;&gt;here&lt;/a&gt; you can find other documentations of the same author in French)&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.vividsolutions.com/jump/doc.htm&quot;&gt;Other original &lt;span class=&quot;caps&quot;&gt;JUMP&lt;/span&gt; documentation&lt;/a&gt;  (a wee bit old) &lt;img src=&quot;http://static.flickr.com/30/99196199_5d9b12aca7_o.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3 style=&quot;color:black;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;Other on-line documentation&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Plugins&quot;&gt;Plugins&lt;/a&gt; &amp;#8211; PlugIn&amp;#8217;s by others &amp;#8211; will probably not integrated into OpenJump&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Experiences+developing+OpenJUMP&quot;&gt;Experiences developing OpenJUMP&lt;/a&gt; &amp;#8211; A paper prepared for the &lt;span class=&quot;caps&quot;&gt;MILES&lt;/span&gt; project (Managing Information for Local Environment in Sri Lanka)&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Scripting+with+BeanShell&quot;&gt;Scripting with BeanShell&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Tips&quot;&gt;Tips&lt;/a&gt; &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJump+Configuration&quot;&gt;OpenJump Configuration&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Printing+in+high-resolution&quot;&gt;Printing in high-resolution&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.ourmedia.org/node/51191&quot;&gt;Video&lt;/a&gt; by Ezequias Rodrigues da Rocha, showing the menus. (We need more videos!)&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Videos+of+OpenJUMP+as+used+in+Brazil&quot;&gt;Videos of OpenJUMP as used in Brazil&lt;/a&gt; &lt;img src=&quot;http://static.flickr.com/44/140266054_7cf56bdb82_o.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/TFW+%28World+File%29+Format&quot;&gt;TFW (World File) Format&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Drawing+an+on-screen+ornament&quot;&gt;Drawing an on-screen ornament&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Loading+GPS+data&quot;&gt;Loading GPS data&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Shortcut+Keys+1-pager&quot;&gt;Shortcut Keys 1-pager&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Sample+data&quot;&gt;Sample data&lt;/a&gt; &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJump+with+Wallpaper+%3A-O&quot;&gt;OpenJump with Wallpaper :-O&lt;/a&gt; &lt;/li&gt;
		&lt;li&gt;What is &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt;? &amp;#8211; &lt;span class=&quot;caps&quot;&gt;GIS &lt;/span&gt;Basics by the OpenContent &lt;a href=&quot;http://www.gitta.info/website/en/html/index.html&quot;&gt;GITTA elearning project&lt;/a&gt;&lt;br /&gt;&lt;hr/&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h2 style=&quot;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;B &amp;#8211; Documentation for developers &lt;img src=&quot;http://static.flickr.com/39/110072620_882b70fee7.jpg?v=0&quot; alt=&quot;&quot; /&gt;&lt;/h2&gt;


&lt;hr /&gt;

	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf&quot;&gt;Jump Developers Guide&lt;/a&gt; &lt;img src=&quot;http://static.flickr.com/24/99217499_2d71c8c43a_o.png&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Devel+FAQ&quot;&gt;Devel FAQ&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Basics&lt;/strong&gt;
	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+run+OpenJUMP+in+Eclipse&quot;&gt;How to run OpenJUMP in Eclipse&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+make+your+own+OpenJUMP+built&quot;&gt;How to make your own OpenJUMP built&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://jump-pilot.sourceforge.net/javadoc/openjump_javadoc/&quot;&gt;OpenJUMP javadoc&lt;/a&gt; , &lt;a href=&quot;http://tsusiatsoftware.net/jts/javadoc/index.html&quot;&gt;JTS javadoc&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Making Your Own Plugins&lt;/strong&gt;
	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/What+are+PlugIn%2C+Extension+and+Registry+%3F&quot;&gt;What are PlugIn, Extension and Registry ?&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+use+and+make+own+Plugins&quot;&gt;How to use and make own Plugins&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Example PlugIns:
	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+display+customer+xyz+data+from+a+file&quot;&gt;How to display customer xyz data from a file&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Example+Plugin+For+Buffering+Features+in+a+Layer&quot;&gt;Example Plugin For Buffering Features in a Layer&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+use+i18n+Internationalization&quot;&gt;How to use i18n Internationalization&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Implementing+Undo&quot;&gt;Implementing Undo&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Adding+A+Toolbar+Button&quot;&gt;Adding A Toolbar Button&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Implementing+cursortools&quot;&gt;Implementing cursortools&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Converting+a+CursorTool+to+a+PlugIn&quot;&gt;Converting a CursorTool to a PlugIn&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Extending+a+FeatureCollection+by+Adding+new+Attributes&quot;&gt;Extending a FeatureCollection by Adding new Attributes&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Tips+and+Tricks+around+the+Java+Topology+Suite&quot;&gt;Tips and Tricks around the Java Topology Suite&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Notes+On+OpenJUMP%27s+Rendering+System&quot;&gt;Notes On OpenJUMP's Rendering System&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Notes+on+TaskFrames&quot;&gt;Notes on TaskFrames&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Adding support for new data formats:
	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+write+a+new+driver&quot;&gt;How to write a new driver&lt;/a&gt; (Spring 2007)&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/HOWTO+Create+an+Open+Wizard&quot;&gt;HOWTO Create an Open Wizard&lt;/a&gt; (Since OpenJUMP Version 1.2)&lt;/li&gt;
		&lt;li&gt;Some additional notes on adding support for a new file format: &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/File+DataSource+Notes&quot;&gt;File DataSource Notes&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Working+with+GML&quot;&gt;Working with GML&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;/ul&gt;


&lt;hr/&gt;

	&lt;h2 style=&quot;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;C &amp;#8211; Projects where OpenJUMP can give its contribution&lt;/h2&gt;


&lt;hr /&gt;

	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://wiki.osgeo.org/wiki/OSGeo_Cartographic_Library#Interested_people&quot;&gt;OSGeo Cartographic Library&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


&lt;hr /&gt;

	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/GIS+Terminology&quot;&gt;GIS Terminology&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</description>
    
      <pubDate>Wed, 03 Sep 2008 10:55:43 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/Documentation</guid>
      <link>http://openjump.org:8739/wiki/show/Documentation</link>
      <dc:creator>Peppe</dc:creator>
    </item>
  
		<item>
      <title>GIS Terminology</title>
    
      <description>&lt;p&gt;Text by Landon Blake. Graphic by Ezequias Rodrigues da Rocha&lt;/p&gt;


&lt;hr /&gt;

	&lt;p&gt;&lt;img src=&quot;http://static.flickr.com/32/58116949_d1108b5730_o.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;em&gt;&lt;hr /&gt;&lt;strong&gt;&lt;br /&gt;back to&lt;/strong&gt;&lt;/em&gt;  &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Index&quot;&gt;Index&lt;/a&gt; page&lt;/p&gt;</description>
    
      <pubDate>Wed, 03 Sep 2008 07:00:48 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/GIS+Terminology</guid>
      <link>http://openjump.org:8739/wiki/show/GIS+Terminology</link>
      <dc:creator>Peppe</dc:creator>
    </item>
  
		<item>
      <title>Bibliography</title>
    
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;back to&lt;/strong&gt;&lt;/em&gt;  &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Index&quot;&gt;Index&lt;/a&gt; page&lt;br /&gt;&lt;hr /&gt;&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Wiki pages  and our beloved Users and Developers with their efforts to keep OpenJUMP project alive on User and Developer Lists&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Aime, A &amp;#8211; &lt;a href=&quot;http://geoserver.org/download/attachments/819393/%231+-+Introduzione.pdf?version=1&quot;&gt;Introduzione to Geoserver&lt;/a&gt; (Italian)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Aquino J. and Davis M. (2004) &amp;#8220;Jump User&amp;#8217;s Guide&amp;#8221; Vivid Solutions
 &lt;a href=&quot;http://www.vividsolutions.com/jump/bin/JUMP%20User%20Guide.pdf&quot;&gt;English&lt;/a&gt;, &lt;a href=&quot;http://jump-pilot.svn.sourceforge.net/viewvc/*checkout*/jump-pilot/core/trunk/docs/manuals-es/JUMP-Doc-es-GuiaUsuario.pdf&quot;&gt;Spanish&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class=&quot;caps&quot;&gt;AA VV &lt;/span&gt;- REPERTORIO &lt;span class=&quot;caps&quot;&gt;NAZIONALE DEI DATI TERRITORIALI &lt;/span&gt;Linee guida per l’applicazione dello Standard  &lt;a href=&quot;http://www.cnipa.gov.it/site/_files/Repertorio_LineeGuida_ISO19115_v03.pdf&quot;&gt;(ISO 19115 Geographic Information &amp;#8211; Metadata)&lt;/a&gt; (Italian)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Bocher, E. (2006) &lt;a href=&quot;http://www.projet-sigle.org/IMG/pdf/OpenJUMP_workshop.pdf&quot;&gt;OpenJUMP Workshop &amp;#8211; Gis client and Spartial Data Infrastructure&lt;/a&gt;, Lausanne Foss4g2006 (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Dalluege U. (2006) &amp;#8220;OpenJUMP 1.0.1 Basics Tutorial&amp;#8221;, HafenCity Universitat Hamburg, Department Geomatic &lt;a href=&quot;https://sourceforge.net/project/showfiles.php?group_id=118054&quot;&gt;English&lt;/a&gt;, &lt;a href=&quot;https://sourceforge.net/project/showfiles.php?group_id=118054&quot;&gt;German&lt;/a&gt;, &lt;a href=&quot;https://sourceforge.net/project/showfiles.php?group_id=118054&quot;&gt;French&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Dalluege U. (2006) &lt;a href=&quot;http://openjump.org/PostGIS_Tutorial.pdf&quot;&gt;PostGIS Tutorial&lt;/a&gt;, , HafenCity Universitat Hamburg, Department Geomatic (German)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Fmepedia &amp;#8211; &lt;a href=&quot;http://docs.safe.com/fme/html/CoordSys/geodetictransform/bursa_wolf_transformation.htm&quot;&gt;Bursa Wolf parameters definition&lt;/a&gt; . &lt;a href=&quot;http://www.safe.com/&quot;&gt;Safe Software Inc&lt;/a&gt; (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Magni, D.  (2007) &lt;a href=&quot;http://www.projet-sigle.org/IMG/pdf/OpenJUMP_workshop.pdf&quot;&gt;Introduzione ad OpenJUMP&lt;/a&gt;, Corso di Cartografia Numerica – Anno Accademico 2006/2007. Laboratorio di Geomatica, Politecnico di Milano (Italian)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Magni, D. (2007) &lt;a href=&quot;http://geomatica.como.polimi.it/corsi/sw_gis/OpenJUMP-esCAN-CC.pdf&quot;&gt;Esercizi con OpenJUMP&lt;/a&gt; Corso di Cartografia Numerica – Anno Accademico 2006/2007. Laboratorio di Geomatica, Politecnico di Milano (Italian)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Moovida &amp;#8211; &lt;a href=&quot;http://jgrasstechtips.blogspot.com/2008/03/how-to-find-and-use-bursa-wolf.html&quot;&gt;How to find and use Bursa Wolf parameters for accurate coordinate transformation&lt;/a&gt;  posted on JGrass Blogpost (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Roy, G. G. (2008) &lt;a href=&quot;http://www.cadplan.com.au/OpenJUMP_Printer_Guide.pdf&quot;&gt;OpenJUMP Printer Extension &lt;br /&gt;User Guide&lt;/a&gt; Version 1.54 © 2008 &lt;a href=&quot;http://www.cadplan.com.au&quot;&gt;www.cadplan.com.au&lt;/a&gt; (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Roy, G. G. (2007) &lt;a href=&quot;http://www.cadplan.com.au/VertexSymbolUserGuide.pdf&quot;&gt;VertexSymbol Plugin For OpenJUMP&lt;/a&gt; Version 0.15 &lt;br /&gt;© 2007 &lt;a href=&quot;http://www.cadplan.com.au&quot;&gt;www.cadplan.com.au&lt;/a&gt;  (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Soldin, E. &amp;#8211; &lt;span class=&quot;caps&quot;&gt;CRS &lt;/span&gt;Plugin, &lt;a href=&quot;http://osdir.com/ml/gis.jump.devel/2007-09/msg00256.html&quot;&gt;Mini Manual&lt;/a&gt; from Jump Developer List (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;uDig  &amp;#8211; &lt;a href=&quot;http://udig.refractions.net/files/docs/api-geotools/org/geotools/referencing/datum/BursaWolfParameters.html&quot;&gt;Bursa Wolf parameters&lt;/a&gt; (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Wikipedia &amp;#8211; &lt;a href=&quot;http://en.wikipedia.org/wiki/Helmert_transformation&quot;&gt;Helmert transformation&lt;/a&gt; (English)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;_&lt;hr /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;back to&lt;/strong&gt;_  &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Index&quot;&gt;Index&lt;/a&gt; page&lt;/p&gt;</description>
    
      <pubDate>Wed, 03 Sep 2008 06:59:35 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/Bibliography</guid>
      <link>http://openjump.org:8739/wiki/show/Bibliography</link>
      <dc:creator>Peppe</dc:creator>
    </item>
  
		<item>
      <title>Configure Start Up Options</title>
    
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;back to&lt;/strong&gt;&lt;/em&gt;  &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Index&quot;&gt;Index&lt;/a&gt; page&lt;br /&gt;&lt;hr /&gt;&lt;/p&gt;


	&lt;h2 style=&quot;color:black;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;Configure Start up options &lt;br /&gt;&lt;span style=&quot;color:red;&quot;&gt;(Optional &amp;#8211; Only for expert Users!!)&lt;/span&gt;&lt;/h2&gt;


	&lt;p&gt;Before doing any modification save a copy of the startup script file&lt;br /&gt;In OpenJUMP Starup scrip it is possible to modify some option. Expert users can do this.&lt;br /&gt;OpenJUMP standard setup works fine with no modifications of the options.&lt;/p&gt;


	&lt;p&gt;Several startup options are available, either for the Java Virtual Machine, or for the&lt;br /&gt;OpenJUMP core. To change them, edit the startup script&lt;br /&gt;accordingly, editing the line beginning by &amp;#8220;start javaw&amp;#8221;.&lt;/p&gt;


	&lt;p style=&quot;color:black;margin:30px;&quot;&gt;&lt;strong&gt;Java VM options&lt;/strong&gt; (a complete list can be found in the Java VM documentation)
	&lt;ul&gt;
	&lt;li&gt;Xms defines the allocated memory for the virtual machine at startup. Example: -Xms256M
 will allocate 256M of memory for OpenJUMP&lt;/li&gt;
		&lt;li&gt;Xmx defines the maximum allocated memory for the virtual machine. Example: -Xmx256M&lt;/li&gt;
		&lt;li&gt;Dproperty=value set a system property. For the moment, these properties are used:
	&lt;ul&gt;
	&lt;li&gt;Dswing.defaultlaf  for defining the OpenJUMP Look and Feel. Several possibilities:
     -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel for the Metal L&amp;#38;F
     -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel for the Windows L&amp;#38;F&lt;/li&gt;
		&lt;li&gt;Dlog4j.configuration for defining the configuration file for Log4j. Normally:
     Dlog4j.configuration=file:./log4j.xml&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;


	&lt;p style=&quot;color:black;margin:30px;&quot;&gt;&lt;strong&gt;OpenJUMP command line options&lt;/strong&gt;+
	&lt;ul&gt;
	&lt;li&gt;properties filename : specifies the name of the file where OpenJUMP properties are stored.
 Default is -properties workbench-properties.xml&lt;/li&gt;
		&lt;li&gt;plug-in-directory path : defines the location of the plugin directory. 
 Default is &lt;span&gt;LIB&lt;/span&gt;/ext where &lt;span&gt;LIB&lt;/span&gt; is defined earlier in the startup script.&lt;/li&gt;
		&lt;li&gt;i18n locale : defines the locale (language, etc.) used by OpenJUMP. For example:
	&lt;ul&gt;
	&lt;li&gt;For starting OpenJUMP in French: use -i18n fr&lt;/li&gt;
		&lt;li&gt;Other languages available: de (german), es (spanish), pt_BR (brazilian portuguese), Fi (Finnic)&lt;/li&gt;
		&lt;li&gt;Default is english if the specified language is not implemented. See page &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Languages&quot;&gt;Languages&lt;/a&gt; for Language setup.&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;


	&lt;p&gt;See also &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJump+Configuration&quot;&gt;OpenJump Configuration&lt;/a&gt;&lt;/p&gt;


&lt;hr /&gt;

	&lt;p&gt;&lt;em&gt;&lt;strong&gt;back to&lt;/strong&gt;&lt;/em&gt;  &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Index&quot;&gt;Index&lt;/a&gt; page&lt;/p&gt;</description>
    
      <pubDate>Wed, 03 Sep 2008 06:51:15 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/Configure+Start+Up+Options</guid>
      <link>http://openjump.org:8739/wiki/show/Configure+Start+Up+Options</link>
      <dc:creator>Peppe</dc:creator>
    </item>
  
		<item>
      <title>HomePage</title>
    
      <description>&lt;hr/&gt; 

	&lt;table style=&quot;border:0px solid black;&quot;&gt;
		&lt;tr&gt;
			&lt;td style=&quot;background:#ddd;&quot;&gt;&lt;center&gt; &lt;h2&gt; &lt;span style=&quot;color:black;&quot;&gt;OpenJUMP &amp;#8211; The free, Java based and open source Geographic Information System for the World.&lt;/span&gt; &lt;/center&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/table&gt;




&lt;hr/&gt; 

	&lt;p style=&quot;text-align:center;&quot;&gt; &lt;a href=&quot;http://openjump.org/wiki/show/Screenshots&quot;&gt;&lt;img src=&quot;http://static.flickr.com/50/114231354_7b5aa910b2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;hr/&gt; 

&lt;strong&gt;WIKI &lt;span class=&quot;caps&quot;&gt;CONTENT&lt;/span&gt;&lt;/strong&gt; 
	&lt;ul&gt;
	&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/31/99200779_79abbaccb5_o.png&quot; alt=&quot;&quot; /&gt;   What is &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJUMP&quot;&gt;OpenJUMP&lt;/a&gt;? and &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJUMPs+Family&quot;&gt;OpenJUMPs Family&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/27/99203844_b51e01a9fa_o.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Screenshots&quot;&gt;Screenshots&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/25/99200780_de2d889a6b_o.png&quot; alt=&quot;&quot; /&gt; Download a &lt;a href=&quot;http://sourceforge.net/projects/jump-pilot/&quot;&gt;stable version&lt;/a&gt;  (win32 installer or platform independent)&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/25/99200780_de2d889a6b_o.png&quot; alt=&quot;&quot; /&gt; Download &lt;a href=&quot;http://jump-pilot.sourceforge.net/download/nightlybuild/&quot;&gt;nightly snapshot&lt;/a&gt; (for &lt;span class=&quot;caps&quot;&gt;JRE 1&lt;/span&gt;.5 &amp;#8211; list of &lt;a href=&quot;http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/ChangeLog?view=markup&quot;&gt;changes&lt;/a&gt;) &lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/31/99200779_79abbaccb5_o.png&quot; alt=&quot;&quot; /&gt;  &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Installation+Instructions&quot;&gt;Installation Instructions&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/book.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Documentation&quot;&gt;Documentation&lt;/a&gt; (please contribute!)&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/45/119809805_568b3f4d22.jpg?&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Plugins&quot;&gt;Plugins&lt;/a&gt; and &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Installing+PlugIns&quot;&gt;Installing PlugIns&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/31/99200779_79abbaccb5_o.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/FAQ&quot;&gt;FAQ&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/help.png&quot; alt=&quot;&quot; /&gt; Reporting problems and asking questions on &lt;a href=&quot;https://sourceforge.net/forum/forum.php?forum_id=729478&quot;&gt;OpenJUMP Installation&lt;/a&gt;, on &lt;a href=&quot;https://sourceforge.net/forum/forum.php?forum_id=729479&quot;&gt;OpenJUMP Functions&lt;/a&gt; or &lt;a href=&quot;https://sourceforge.net/forum/forum.php?forum_id=729480&quot;&gt;PlugIns&lt;/a&gt;  &lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/41/99200778_9eadc77bc2_o.png&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://groups.google.com/group/openjump-users&quot;&gt;User Mailing List&lt;/a&gt; (our beloved users &amp;#8211; a friendly bunch)&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/emoticon_smile.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Testimonials&quot;&gt;Testimonials&lt;/a&gt;, &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/page_copy.png&quot; alt=&quot;&quot; /&gt; Research-&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Papers&quot;&gt;Papers&lt;/a&gt; and &lt;img src=&quot;http://static.flickr.com/42/99198365_87222a650e_o.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/User+World-Map&quot;&gt;User World-Map&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/wrench.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Future+Developments&quot;&gt;Future Developments&lt;/a&gt; of OpenJUMP and &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/group.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Contributors&quot;&gt;Contributors&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/email.png&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;mailto:The.JPP.Mailbox@gmail.com&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/find.png&quot; alt=&quot;&quot; /&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Professional+Support&quot;&gt;Professional Support&lt;/a&gt; and &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/paste_plain.png&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://findanopenjumpdeveloper.ning.com/&quot;&gt;Job Board&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


&lt;hr/&gt;

	&lt;p&gt;&lt;strong&gt;NEWS&lt;/strong&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/note.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;[13th August 2008] Michael Michaud creates a new plugin for attribute aggregation (&lt;a href=&quot;http://geo.michaelm.free.fr/OpenJUMP/resources/aggregation-0.1.jar&quot;&gt;http://geo.michaelm.free.fr/OpenJUMP/resources/aggregation-0.1.jar&lt;/a&gt; alpha version). You can use it to aggregate a feature attribute of a source layer  onto features of a target layer based on a geometry predicate. Thanks Michael!&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;[7th August 2008] Team member of the Month: This month  we like to acknowledge &lt;strong&gt;Andreas Schmitz&lt;/strong&gt; work on OpenJUMP. Andreas is working for Lat/Lon on the functionality of deeJUMP. He regularly contributes his developments, such as &lt;span class=&quot;caps&quot;&gt;SLD&lt;/span&gt; and &lt;span class=&quot;caps&quot;&gt;WFS&lt;/span&gt; support back to OpenJUMP. We thank You!&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;[5th Jule 2008] Larry Becker Added &amp;#8220;Multi-Ring-Buffer Function&amp;#8221; tool for selected objects on OpenJUMP &lt;a href=&quot;http://jump-pilot.sourceforge.net/download/nightlybuild/&quot;&gt;nightly snapshot&lt;/a&gt;.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;[15th June 2008]  Larry Becker Added &amp;#8220;Get buffer distance from attribute&amp;#8221; option to Buffer Tool on OpenJUMP &lt;a href=&quot;http://jump-pilot.sourceforge.net/download/nightlybuild/&quot;&gt;nightly snapshot&lt;/a&gt;.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;[20th May 2008] Andreas Schmidt improved capability of OpenJUMP &lt;a href=&quot;http://jump-pilot.sourceforge.net/download/nightlybuild&quot;&gt;nightly snapshot&lt;/a&gt; to import/export &lt;span class=&quot;caps&quot;&gt;SLD&lt;/span&gt;. OpenJUMP can export (and import) layer styles to other &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt; softwares (uDig, Kosmo,..) and to &lt;span class=&quot;caps&quot;&gt;WMS&lt;/span&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;[3rd Feb 2008] OpenJUMP user list moved from &lt;a href=&quot;mailto:jump-users@jump-project.org&quot;&gt;jump-users@jump-project.org&lt;/a&gt; to  &lt;a href=&quot;mailto:openjump-users@googlegroups.com&quot;&gt;openjump-users@googlegroups.com&lt;/a&gt;. Users can  subscribe here:&lt;br /&gt;&lt;a href=&quot;http://groups.google.com/group/openjump-users&quot;&gt;http://groups.google.com/group/openjump-users&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;[24th Apr 2007] we just discovered the project &lt;a href=&quot;http://www.flaechennutzung.nrw.de/fnvnrw3/main.php?STYLE=MUNLV_style.css&amp;#38;FRAMESET=LERNMATERIALIEN&amp;#38;WINWIDTH=796&amp;#38;LERNMATERIAL=6&quot;&gt;Jump4Schools&lt;/a&gt;
 &amp;#8211; unfortunately the webpage is in german, but the person may also speak English if you have questions. ...and of course; we wish good luck with the project!&lt;/li&gt;
	&lt;/ul&gt;


&lt;hr/&gt; 

	&lt;p&gt;&lt;strong&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Developer+Section&quot;&gt;Developer Section&lt;/a&gt;&lt;/strong&gt;&lt;img src=&quot;http://static.flickr.com/39/99207431_4d7b2a4dc0_o.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Project+Administration+Section&quot;&gt;Project Administration Section&lt;/a&gt;&lt;/strong&gt;&lt;img src=&quot;http://static.flickr.com/30/99206719_76f8ce2db6_o.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;hr/&gt;

&lt;strong&gt;We are looking for volunteers&lt;/strong&gt; &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/zoom.png&quot; alt=&quot;&quot; /&gt;
	&lt;ul&gt;
	&lt;li&gt;We need You as developer helping to improve OpenJUMP &lt;/li&gt;
		&lt;li&gt;We need You to help in webpage support and writing and updating user manuals.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;&lt;strong&gt;If you are interested subscribe to &lt;a href=&quot;http://sourceforge.net/mail/?group_id=118054&quot;&gt;JPP-Devel&lt;/a&gt; email list first and post to that list.&lt;/strong&gt;&lt;/p&gt;


&lt;hr /&gt;

	&lt;p&gt;&lt;strong&gt;Related Sites &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/world_link.png&quot; alt=&quot;&quot; /&gt; and &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Blogs&quot;&gt;Blogs&lt;/a&gt;&lt;/strong&gt; &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/icons/user_comment.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://jump-project.org/&quot;&gt;http://jump-project.org/&lt;/a&gt; &amp;#8211; Website for the original version of &lt;span class=&quot;caps&quot;&gt;JUMP GIS&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.vividsolutions.com/jump/&quot;&gt;http://www.vividsolutions.com/jump/&lt;/a&gt;
 &amp;#8211; Vivid Solutions, the company that created the original version of &lt;span class=&quot;caps&quot;&gt;JUMP &lt;/span&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/ca.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://sourceforge.net/projects/jump-pilot&quot;&gt;http://sourceforge.net/projects/jump-pilot&lt;/a&gt; &amp;#8211; Sourceforge website for infos about OpenJUMP development (bugs, feature requests and team)&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://jump-pilot.sourceforge.net/&quot;&gt;http://jump-pilot.sourceforge.net/&lt;/a&gt; &amp;#8211; website of the Jump Pilot Project&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.projet-sigle.org/&quot;&gt;http://www.projet-sigle.org/&lt;/a&gt; &amp;#8211; OpenJUMP in French &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/fr.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://geo.michaelm.free.fr/&quot;&gt;http://geo.michaelm.free.fr/&lt;/a&gt; &amp;#8211; Another site with OpenJUMP resources in french &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/fr.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://lat-lon.de/latlon/portal/media-type/html/language/en/user/anon/page/default.psml/js_pane/produkte%2Csub_produkte_deeJUMP&quot;&gt;deeJUMP&lt;/a&gt; &amp;#8211; Version with better support for &lt;span class=&quot;caps&quot;&gt;OGC&lt;/span&gt; standards (and projection support); for download also &lt;a href=&quot;https://wiki.deegree.org/deegreeWiki/deeJUMP&quot;&gt;here&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.skyjumpgis.org&quot;&gt;SkyJUMP&lt;/a&gt; by Larry and Bob has some other nice features, focusing on &lt;span class=&quot;caps&quot;&gt;CAD&lt;/span&gt; like editing ;) &lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.saig.es&quot;&gt;Kosmo&lt;/a&gt; Corporate Open &lt;span class=&quot;caps&quot;&gt;GIS &lt;/span&gt;Platform (Spanish) &lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages//wikisymbolsandflags/flags/gif/es.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;
		&lt;li&gt;What is &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt;? &amp;#8211; &lt;span class=&quot;caps&quot;&gt;GIS &lt;/span&gt;Basics by the OpenContent &lt;a href=&quot;http://www.gitta.info/website/en/html/index.html&quot;&gt;GITTA e-learning project&lt;/a&gt; &lt;/li&gt;
		&lt;li&gt;&lt;span class=&quot;caps&quot;&gt;BTW&lt;/span&gt;: Our lovely icons are from: &lt;a href=&quot;http://www.famfamfam.com/&quot;&gt;http://www.famfamfam.com/&lt;/a&gt; ..thank you James :-)&lt;/li&gt;
	&lt;/ul&gt;


&lt;hr /&gt;

	&lt;ul&gt;
	&lt;li&gt;&lt;img src=&quot;http://static.flickr.com/31/99200779_79abbaccb5_o.png&quot; alt=&quot;&quot; /&gt;  &lt;a href=&quot;OSX&quot;&gt;OpenJump on &lt;span class=&quot;caps&quot;&gt;OSX&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</description>
    
      <pubDate>Tue, 02 Sep 2008 16:51:56 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/HomePage</guid>
      <link>http://openjump.org:8739/wiki/show/HomePage</link>
      <dc:creator>Peppe</dc:creator>
    </item>
  
		<item>
      <title>Index</title>
    
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;back to&lt;/strong&gt;&lt;/em&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Documentation&quot;&gt;Documentation&lt;/a&gt; page&lt;/p&gt;


&lt;hr /&gt;

	&lt;h1 style=&quot;color:orange;padding-left:1em;padding-right:1em;text-align:center;&quot; lang=&quot;no&quot;&gt;NEW &lt;span class=&quot;caps&quot;&gt;USER GUIDE&lt;/span&gt;&lt;/h1&gt;


	&lt;p&gt;&lt;img src=&quot;http://jump-pilot.sourceforge.net/wikiimages/new%20user%20guide/OpenJUMP%201.3%20Beta/screenshot.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;hr /&gt;

	&lt;h3&gt; Getting Started&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Introduction&quot;&gt;Introduction&lt;/a&gt;  &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Java+Setup&quot;&gt;Java Setup&lt;/a&gt;  &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Installation&quot;&gt;Installation&lt;/a&gt;  &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Configure+Start+Up+Options&quot;&gt;Configure Start Up Options&lt;/a&gt;  &lt;/li&gt;
		&lt;li&gt;Configure &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Languages&quot;&gt;Languages&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Starting+OpenJUMP&quot;&gt;Starting OpenJUMP&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJUMP+GUI&quot;&gt;OpenJUMP GUI&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt; &lt;a href=&quot;http://openjump.org/wiki/show/OpenJUMP+List+of+Functions&quot;&gt;List of Functions&lt;/a&gt;&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;Menu bar
	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/File&quot;&gt;File&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Edit&quot;&gt;Edit&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/View&quot;&gt;View&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Layer&quot;&gt;Layer&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Tools&quot;&gt;Tools&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Customize&quot;&gt;Customize&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Window&quot;&gt;Window&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Help&quot;&gt;Help&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Toolbar&quot;&gt;Toolbar&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Layer List
	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Layer+Menu&quot;&gt;Layer Menu&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Category+Menu&quot;&gt;Category Menu&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Layer+View&quot;&gt;Layer View&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Bottom+Bar&quot;&gt;Bottom Bar&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt;Working with Projects&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Project&quot;&gt;Project&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Navigate+throught+a+Project&quot;&gt;Navigate throught a Project&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt;Working with Vector files&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Data+Input-Output&quot;&gt;Data Input-Output&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/View+Edit+Schema&quot;&gt;View Edit Schema&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/View+Edit+Attributes&quot;&gt;View Edit Attributes&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Warp&quot;&gt;Warp&lt;/a&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Change+Style&quot;&gt;Change Style&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Advanced+Symbology&quot;&gt;Advanced Symbology&lt;/a&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Import-Export+Layer+Style&quot;&gt;Import-Export Layer Style&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt;Working With Features&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Selecting+Features&quot;&gt;Selecting Features&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Drawing+features&quot;&gt;Drawing features&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Editing+Toolbox&quot;&gt;Editing Toolbox&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Other+Tools&quot;&gt;Other Tools&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Working+with+Raster&quot;&gt;Working with Raster&lt;/a&gt; files&lt;/h3&gt;


	&lt;h3&gt; &lt;span class=&quot;newWikiWord&quot;&gt;Working with WMS/WFS&lt;a href=&quot;../show/Working+with+WMS%2FWFS&quot;&gt;?&lt;/a&gt;&lt;/span&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/h3&gt;


	&lt;h3&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Working+with+Databases&quot;&gt;Working with Databases&lt;/a&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/h3&gt;


	&lt;h3&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Working+with+Projections&quot;&gt;Working with Projections&lt;/a&gt;&lt;/h3&gt;


	&lt;h3&gt; &lt;span class=&quot;newWikiWord&quot;&gt;Analysis Tools&lt;a href=&quot;../show/Analysis+Tools&quot;&gt;?&lt;/a&gt;&lt;/span&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/h3&gt;


	&lt;h3&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Printing&quot;&gt;Printing&lt;/a&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/h3&gt;


	&lt;h3&gt;Appendix&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Larry+Becker%27s+JUMP+Performance+Tips&quot;&gt;Larry Becker's JUMP Performance Tips&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+translate+in+a+new+language&quot;&gt;How to translate in a new language&lt;/a&gt; &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Import+Export+File&quot;&gt;Import Export File&lt;/a&gt; &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Loading+Data+from+GPS&quot;&gt;Loading Data from GPS&lt;/a&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://openjump.org/wiki/show/Plugins&quot;&gt;Popular Plug-Ins&lt;/a&gt; &lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Drawing+point+symbols&quot;&gt;Drawing point symbols&lt;/a&gt; &lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Using+Your+Own+%28Geologic%29+Symbology&quot;&gt;Using Your Own (Geologic) Symbology&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Hyperlinks&quot;&gt;Hyperlinks&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/How+to+georeference+rasters&quot;&gt;How to georeference rasters&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/CAD+Tutorial&quot;&gt;CAD Tutorial&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/GIS+Terminology&quot;&gt;GIS Terminology&lt;/a&gt;&lt;/h3&gt;


	&lt;h3&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/FAQ&quot;&gt;FAQ&lt;/a&gt;&lt;/h3&gt;


	&lt;h3&gt;&lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Bibliography&quot;&gt;Bibliography&lt;/a&gt;&lt;/h3&gt;


	&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;°&lt;/span&gt; Pages that need to be write or to be detail&lt;/p&gt;


&lt;hr /&gt;

	&lt;p&gt;This &lt;strong&gt;New Help&lt;/strong&gt; wiki page provides an ongoing documentation of OpenJUMP Nightly Build.&lt;br /&gt;A complete description of all functionalities and tools is on &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/OpenJUMP+List+of+Functions&quot;&gt;OpenJUMP List of Functions&lt;/a&gt; wiki page&lt;/p&gt;


	&lt;p&gt;Giuseppe Aruta&lt;br /&gt;&lt;hr /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;em&gt;&lt;strong&gt;back to&lt;/strong&gt;&lt;/em&gt; &lt;a class=&quot;existingWikiWord&quot; href=&quot;../show/Documentation&quot;&gt;Documentation&lt;/a&gt; page&lt;/p&gt;</description>
    
      <pubDate>Mon, 01 Sep 2008 09:46:57 Z</pubDate>
      <guid>http://openjump.org:8739/wiki/show/Index</guid>
      <link>http://openjump.org:8739/wiki/show/Index</link>
      <dc:creator>Peppe</dc:creator>
    </item>
  
  </channel>
</rss>
