<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ojwiki.soldin.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mentaer</id>
	<title>OpenJUMP Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ojwiki.soldin.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mentaer"/>
	<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Special:Contributions/Mentaer"/>
	<updated>2026-08-01T21:26:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1679</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1679"/>
		<updated>2013-08-19T22:11:15Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen, http://latuviitta.org - 14. Aug. 2013&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is utilizing JOSM code and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  &amp;#039;&amp;#039;2-3 times&amp;#039;&amp;#039; as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from www.geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
Note that OSM data are in geographic coordinates (WGS84, EPSG code: 4326), so the display of rectangular roads and buildings seems to be skewed. OpenJUMPs [[CTS Extension]] can help you to bring the data into you preferred cartographic projection.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the &amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layers by Geometry Type&amp;#039;&amp;#039;&amp;#039; tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute (&amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layer by Attribute&amp;#039;&amp;#039;&amp;#039;). In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list:&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1678</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1678"/>
		<updated>2013-08-19T22:08:48Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Using OpenStreetMap XML data with OpenJUMP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is utilizing JOSM code and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  &amp;#039;&amp;#039;2-3 times&amp;#039;&amp;#039; as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from www.geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
Note that OSM data are in geographic coordinates (WGS84, EPSG code: 4326), so the display of rectangular roads and buildings seems to be skewed. OpenJUMPs [[CTS Extension]] can help you to bring the data into you preferred cartographic projection.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the &amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layers by Geometry Type&amp;#039;&amp;#039;&amp;#039; tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute (&amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layer by Attribute&amp;#039;&amp;#039;&amp;#039;). In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list:&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1677</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1677"/>
		<updated>2013-08-19T22:08:19Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Using OpenStreetMap XML data with OpenJUMP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is utilizing JOSM code and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  &amp;#039;&amp;#039;2-3 times&amp;#039;&amp;#039; as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from www.geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
Note that OSM data are in geographic coordinates (WGS84, EPSG code: 4326), so the display of rectangular roads and buildings seems to be skewed. OpenJUMPs [CTS Extension] can help you to bring the data into you preferred cartographic projection.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the &amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layers by Geometry Type&amp;#039;&amp;#039;&amp;#039; tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute (&amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layer by Attribute&amp;#039;&amp;#039;&amp;#039;). In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list:&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1676</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1676"/>
		<updated>2013-08-19T22:00:13Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Working with the OSM data layer - Example 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the &amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layers by Geometry Type&amp;#039;&amp;#039;&amp;#039; tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute (&amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layer by Attribute&amp;#039;&amp;#039;&amp;#039;). In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list:&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1675</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1675"/>
		<updated>2013-08-19T21:59:18Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Working with the OSM data layer - Example 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the &amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract layers&amp;#039;&amp;#039;&amp;#039; tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute (&amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract&amp;gt;Extract Layer by Attribute&amp;#039;&amp;#039;&amp;#039;). In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list:&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1674</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1674"/>
		<updated>2013-08-19T21:57:13Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Working with the OSM data layer - Example 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the &amp;#039;&amp;#039;&amp;#039;Edit&amp;gt;Extract layers&amp;#039;&amp;#039;&amp;#039; tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute. In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list:&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1673</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1673"/>
		<updated>2013-08-19T21:46:33Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the Extract layers tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute. In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list:&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1672</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1672"/>
		<updated>2013-08-19T21:45:59Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Getting some OpenStreetMap XML data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API: http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this web application: http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data inside a small bounding box&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
*: &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the Extract layers tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute. In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1671</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1671"/>
		<updated>2013-08-19T21:41:20Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Practical example about reading OSM-XML with OpenJUMP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical examples on reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Getting a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Getting some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this net application http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
Request for getting all OSM data inside a small bounding box&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the Extract layers tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can extract layers also by distinct values of any attribute. In this example a new layer will be created for each OSM username that appears in the data.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmextractbyattribute.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layers in the catagory can be sorted by the number of features they contain. We want to check the most active OSM bus stop mappers now.&lt;br /&gt;
&lt;br /&gt;
[[File:Sortcategorybynumfeatures.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
As can be seen from the following screenshot: OSM contributor ”Pikari” edited 4701 bus stops.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmmostfeatureschamp.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
OpenJUMP OSM driver offers a direct way for using OSM data in a desktop GIS program. However, OSM data are converted rather brute-force into the [http://en.wikipedia.org/wiki/Simple_Features OGC simple features] (geometry types) with a fixed attribute schema.  While all the tags included in the OSM data are preserved as a concatenated text string, it is not easy to utilize them in a productive way. It is best to regard the initial release of the driver in August 2013 as something that can lead to more practical applications in the future. Because the OpenJUMP OSM driver is using the well-known [http://en.wikipedia.org/wiki/JTS_Topology_Suite JTS library] and also parts of the well known [http://josm.openstreetmap.de/ JOSM] code base it should give a solid base for other Java programmers to go on with development.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Plugin: &lt;br /&gt;
** http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/OSM%20Driver/&lt;br /&gt;
&lt;br /&gt;
* Driver Announcement on the OpenJUMP users mailing list&lt;br /&gt;
** http://groups.google.com/forum/#!topic/openjump-users/Y-VkVnEABlM&lt;br /&gt;
&lt;br /&gt;
* Source Code:&lt;br /&gt;
** http://sourceforge.net/p/jump-pilot/code/3677/tree/plug-ins/OsmFileReaderPlugin/trunk/&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Osmmostfeatureschamp.png&amp;diff=1670</id>
		<title>File:Osmmostfeatureschamp.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Osmmostfeatureschamp.png&amp;diff=1670"/>
		<updated>2013-08-19T21:30:43Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Sortcategorybynumfeatures.png&amp;diff=1669</id>
		<title>File:Sortcategorybynumfeatures.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Sortcategorybynumfeatures.png&amp;diff=1669"/>
		<updated>2013-08-19T21:27:55Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Osmextractbyattribute.png&amp;diff=1668</id>
		<title>File:Osmextractbyattribute.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Osmextractbyattribute.png&amp;diff=1668"/>
		<updated>2013-08-19T21:25:59Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1667</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1667"/>
		<updated>2013-08-19T21:23:38Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Practical example about reading OSM-XML with OpenJUMP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical example about reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Acquire a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Acquire some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this net application http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
Request for getting all OSM data inside a small bounding box&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;br /&gt;
&lt;br /&gt;
=== Reading OSM data with OpenJUMP Plus ===&lt;br /&gt;
OSM data files are opened with OpenJUMP as any other supported file formats through File – Open menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Loadingosm.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
OpenJUMP imports all the OSM features on one map layer. The schema of the layer is fixed and hardcoded in the OSM driver code.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmschema.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Attribute window is listing the attribute values and small geometry type icons show that layer contains geometries of types Point, LineString, Polygon, and GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmattributeview.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;osm_tags&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; column contains all the OSM tags concatenated into one text string. Column &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;lu_type&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; contains the result of classification. The classification rules are hardcoded. Special tag &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;part_of_OSM_relation&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; holds two pieces of information. First one tells if the feature is acting as a member in some relation. The other part is filled only for features which are relations themselves and it shows if all the members of the relation have been found or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Ojosmtagsuse.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
Reading all types of geometries suits well for internal data model of OpenJUMP but otherwise it may not be very practical. For example it may be impossible to define rendering rules which make sense for such mixed layer.  However, OpenJUMP has some tools which can be used for filtering and categorizing OSM data once they have been imported.&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 1 === &lt;br /&gt;
&lt;br /&gt;
OSM layer can be divided into separate layers for each geometry type with the Extract layers tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayers.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
By default this tools is also exploding all the geometry collections into geometry primitives (points, lines, and polygons). If user wants to study OSM relations this option can be unchecked and relations will be written as geometry collections into a separate layer.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractlayerbygeom_dialog.png|thumb|center|450px]]&lt;br /&gt;
&lt;br /&gt;
Layer category &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; has now OSM features on &amp;#039;&amp;#039;&amp;#039;four&amp;#039;&amp;#039;&amp;#039; distinct layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Extractbygeomresultlayers.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
This example shows the OSM bus stops which were fetched from XAPI on top of a WMS base map.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmfibusstops.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
=== Working with the OSM data layer - Example 2 ===&lt;br /&gt;
&lt;br /&gt;
to be written...&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Ojosmtagsuse.png&amp;diff=1666</id>
		<title>File:Ojosmtagsuse.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Ojosmtagsuse.png&amp;diff=1666"/>
		<updated>2013-08-19T21:23:03Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Osmfibusstops.png&amp;diff=1665</id>
		<title>File:Osmfibusstops.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Osmfibusstops.png&amp;diff=1665"/>
		<updated>2013-08-19T21:19:33Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Extractbygeomresultlayers.png&amp;diff=1664</id>
		<title>File:Extractbygeomresultlayers.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Extractbygeomresultlayers.png&amp;diff=1664"/>
		<updated>2013-08-19T21:17:26Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Extractlayerbygeom_dialog.png&amp;diff=1663</id>
		<title>File:Extractlayerbygeom dialog.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Extractlayerbygeom_dialog.png&amp;diff=1663"/>
		<updated>2013-08-19T21:14:47Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Extractlayers.png&amp;diff=1662</id>
		<title>File:Extractlayers.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Extractlayers.png&amp;diff=1662"/>
		<updated>2013-08-19T21:11:58Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Ojosmattributeview.png&amp;diff=1661</id>
		<title>File:Ojosmattributeview.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Ojosmattributeview.png&amp;diff=1661"/>
		<updated>2013-08-19T21:06:20Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Ojosmschema.png&amp;diff=1660</id>
		<title>File:Ojosmschema.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Ojosmschema.png&amp;diff=1660"/>
		<updated>2013-08-19T21:04:27Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Loadingosm.png&amp;diff=1659</id>
		<title>File:Loadingosm.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Loadingosm.png&amp;diff=1659"/>
		<updated>2013-08-19T21:01:59Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1658</id>
		<title>Working with OpenStreetMap data</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Working_with_OpenStreetMap_data&amp;diff=1658"/>
		<updated>2013-08-19T20:58:22Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: Created page with &amp;#039;&amp;gt;&amp;gt; return to Documentation ---- by Jukka Rahkonen  == Using OpenStreetMap XML data with OpenJUMP ==  Since August 2013 OpenJUMP Plus version has a native support for opening …&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;gt;&amp;gt; return to [[Documentation]]&lt;br /&gt;
----&lt;br /&gt;
by Jukka Rahkonen&lt;br /&gt;
&lt;br /&gt;
== Using OpenStreetMap XML data with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
Since August 2013 OpenJUMP Plus version has a native support for opening OpenStreetMap XML data. OpenJUMP can open .osm files either as uncompressed or from zip or bzip archive files. &lt;br /&gt;
&lt;br /&gt;
The OpenJUMP OSM driver is using JOSM libraries and therefore the input data must contain the same metadata tags which are needed by JOSM.&lt;br /&gt;
&lt;br /&gt;
OpenJUMP is a Java program which is running totally in memory. Therefore the amount of available memory is limiting how big OSM-XML files can be opened. OpenJUMP needs roughly  2-3 as much memory than the size of the OSM-XML file to be opened.  Conversion is quite fast if the OSM dataset is not too big. For example berlin-latest.osm from geofabrik.de (455 MB, 529234 map features) opens in 50 seconds with laptop running 64-bit JRE 1.7.0 (Oracle) on Windows 7 with 8 GB of memory and Intel Core i7 2760QM processor.  Sachsen-latest.osm (1.7 GB, 1.52 million map features) takes 3 minutes and 30 seconds with the same computer.&lt;br /&gt;
&lt;br /&gt;
== Practical example about reading OSM-XML with OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== Acquire a suitable OpenJUMP version ===&lt;br /&gt;
At the moment a development version of OpenJUMP Plus is needed and the revision should be r3662 or higher. Snapshot versions of OpenJUMP can be downloaded from&lt;br /&gt;
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/&lt;br /&gt;
&lt;br /&gt;
=== Acquire some OpenStreetMap XML data ===&lt;br /&gt;
Small extracts of OpenStreetMap XML data can be downloaded through the map window of the main OpenStreetMap site http://www.openstreetmap.org&lt;br /&gt;
&lt;br /&gt;
[[File:Gettingosmdata.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
It is also possible to use JOSM editor for downloading data and saving osm files on disk.  However, for bigger data extracts and for reading filtered data it is recommended to use an API service like OverPASS API http://wiki.openstreetmap.org/wiki/Overpass_API&lt;br /&gt;
&lt;br /&gt;
Advanced features of Overpass API are described in the above mentioned wiki page and in  the main site  http://www.overpass-api.de/.  However, simple queries can be created by using this net application http://harrywood.co.uk/maps/uixapi/xapi.html&lt;br /&gt;
&lt;br /&gt;
Example: Draw a bounding box which covers Finland and create an Overpass API request template.&lt;br /&gt;
&lt;br /&gt;
[[File:Osmoverpassexample.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
This request must be edited before it can be used for capturing data for OpenJUMP because OSM driver needs some additional metadata which can be obtained by adding parameter [@meta].&lt;br /&gt;
&lt;br /&gt;
Request for getting all OSM data inside a small bounding box&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[bbox=27,61,27.1,61.1][@meta]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request for getting all OSM data with tag ”highway_bus_stop” from a box covering whole Finland&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://www.overpass-api.de/api/xapi?*[highway=bus_stop][bbox=19.39087,59.72041,32.39868,70.14596][@meta]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Advanced users can use OSM extracts from Geofabrik and filter data for example with Osmosis or Osmfilter for preparing OSM datasets for OpenJUMP.&lt;br /&gt;
* http://download.geofabrik.de/europe.html&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmosis&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/Osmfilter&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Osmoverpassexample.png&amp;diff=1657</id>
		<title>File:Osmoverpassexample.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Osmoverpassexample.png&amp;diff=1657"/>
		<updated>2013-08-19T20:53:23Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=File:Gettingosmdata.png&amp;diff=1656</id>
		<title>File:Gettingosmdata.png</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=File:Gettingosmdata.png&amp;diff=1656"/>
		<updated>2013-08-19T20:49:05Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Main_Page&amp;diff=1655</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Main_Page&amp;diff=1655"/>
		<updated>2013-08-19T20:39:57Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note, the OpenJUMP wiki is from users for users and needs updates and improvements. Help for adding information but also to accomplish other things from documentation to programming is welcome (see [[Contact us]]).&lt;br /&gt;
&lt;br /&gt;
== OpenJUMP GIS - The free, cross-platform and open source GIS for the World ==&lt;br /&gt;
[[image:114231354_7b5aa910b2.jpg|thumb|right|300px|OpenJUMP Screenshot]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;;&lt;br /&gt;
|align=&amp;quot;left&amp;quot; |&amp;#039;&amp;#039;&amp;#039;About OpenJUMP&amp;#039;&amp;#039;&amp;#039; ||  style=&amp;quot;width:50px&amp;quot; | || &amp;#039;&amp;#039;&amp;#039;Get OpenJUMP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[What is OpenJUMP]]? (+)  || || &amp;amp;bull; [[Downloading OpenJUMP]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Who uses OpenJUMP]]?     || || &amp;amp;bull; [[Installation]]&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;height:7px&amp;quot;&lt;br /&gt;
|          || ||&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Use OpenJUMP&amp;#039;&amp;#039;&amp;#039; || || &amp;#039;&amp;#039;&amp;#039;Develop OpenJUMP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Starting OpenJUMP]] for the first timers      || || &amp;amp;bull; [[How to translate OpenJUMP into another language|Translate OpenJUMP]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Using OpenJUMP]] (+)    || || &amp;amp;bull; [[Developing with OpenJUMP]] (o)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Index|Online User Manual]]      || || &amp;amp;bull; [[Contributors to OpenJUMP]] &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Plugins for OpenJUMP]] || ||&lt;br /&gt;
|- style=&amp;quot;height:7px&amp;quot; &lt;br /&gt;
|           || ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;  |&amp;#039;&amp;#039;&amp;#039;Other&amp;#039;&amp;#039;&amp;#039; || ||&lt;br /&gt;
|- &lt;br /&gt;
| &amp;amp;bull; [[Contact us]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| &amp;amp;bull; [[Related Websites and Blogs]] || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
ToDo&amp;#039;s: (o) cleanup, (+) write new/improve pages&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
* [3rd Aug 2013] - New driver to load OpenStreetMap *.osm files ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ download]) (part of OpenJUMP PLUS from version 1.6.4 on) =&amp;gt; see also [[Working with OpenStreetMap data]]&lt;br /&gt;
* [29th May 2013] - New release 1.6.3 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [23 April 2013] - New release 1.6.2 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [12 April 2013] - New bugfix release 1.6.1 fixing a startup issue on Mac and Linux is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [11 April 2013] - New release 1.6.0 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [13 mar 2013] - Development snapshots now contain general shortcut support, shortcut overview is available under Help/Shortcuts&lt;br /&gt;
* [14 oct 2012] - New Beanshell Attribute Calculator (See a [http://geo.michaelm.free.fr/OpenJUMP/resources/video/ screencast])&lt;br /&gt;
* [18 Jun 2012] - New Concave Hull extension ([http://www.rotefabrik.free.fr/concave_hull/ more details])&lt;br /&gt;
* [18 May 2012] - New Release 1.5.2 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [16 Apr 2012] - Release of a new CSV driver (0.6) which replaces the txt driver currently included in PLUS edition&lt;br /&gt;
* [02 Feb 2012] - New Release 1.5.1 is available ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.5.1/ download])&lt;br /&gt;
* [27 Nov 2011] - We are trying to get a [[Doc_Sprint]] organized for the first part of 2012.&lt;br /&gt;
* [26 Nov 2011] - New version of DB Query plugin 0.8 ([http://jumpdbqplugin.sourceforge.net/ more details])&lt;br /&gt;
* [11 Sep 2011] - New Release 1.4.2 is available ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.4.2/ download])!&lt;br /&gt;
* [29 Jun 2011] - new Geometry Converter Extension version 0.3rc4 [http://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/geomconv_0.3rc4.zip available]&lt;br /&gt;
* [28 June 2011] - internationalized [[CTS Plugin|CTS extension (Coordinate transformation services)]] version 0.2 stable released&lt;br /&gt;
* [21 Aug 2010] - updated [[CTS Plugin|Coordinate transformation plugin (CTS extension)]] and revamped [[GPS Plugin|Live GPS support for serial devices (GPS extension)]] for OpenJUMP by [http://soldin.de Edgar Soldin] available at The Jump Pilot Project [http://sourceforge.net/projects/jump-pilot/files/ download page].&lt;br /&gt;
* [07 Feb. 2010] - new [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download SpatialLite plugin] for OpenJUMP that allows to read SpatialLite layers. Note the new Version of the &amp;#039;&amp;#039;DB Query Plugin&amp;#039;&amp;#039; can read SpatialLite too. Jukka made a tutorial for this - see [[OpenJUMP with SpatialLite]].&lt;br /&gt;
* [[Older News]]&lt;br /&gt;
&lt;br /&gt;
== Editing this Wiki ==&lt;br /&gt;
* you can edit this wiki: simply &amp;#039;&amp;#039;jumpin&amp;#039;&amp;#039; (pw) as &amp;#039;&amp;#039;ojuser2&amp;#039;&amp;#039; (user)&lt;br /&gt;
* you can also create a new account - and then write an email to Stefan sstein[=at=] geo.uzh.ch so that he can assign you editing rights&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software. See also [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* here is a list of [[Special:RecentChanges|recent changes]].&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Documentation&amp;diff=1654</id>
		<title>Documentation</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Documentation&amp;diff=1654"/>
		<updated>2013-08-19T20:38:48Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Other on-line documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page gives access to documentation for *users* and *developers* (pls. scroll down). &lt;br /&gt;
&lt;br /&gt;
== Documentation for users ==&lt;br /&gt;
&lt;br /&gt;
=== On-Line Documentation (English) ===&lt;br /&gt;
&lt;br /&gt;
* [[Index|OpenJUMP Online User Manual]]&lt;br /&gt;
&lt;br /&gt;
* [[FAQ]] and [[Known Issues on MacOSX]]&lt;br /&gt;
&lt;br /&gt;
=== Downloadable (PDF) ===&lt;br /&gt;
&lt;br /&gt;
please see [[Downloadable Tutorials and Guides]]&lt;br /&gt;
&lt;br /&gt;
== Other on-line documentation ==&lt;br /&gt;
&lt;br /&gt;
* [[Plugins for OpenJUMP]] - PlugIn&amp;#039;s by others&lt;br /&gt;
* [[Experiences developing OpenJUMP]] - A paper prepared for the MILES project (Managing Information for Local Environment in Sri Lanka)&lt;br /&gt;
* [[Tips]] &lt;br /&gt;
* [[OpenJUMP Configuration]]&lt;br /&gt;
* Scripting and customization&lt;br /&gt;
*# [[Scripting with BeanShell]]&lt;br /&gt;
*# [[Using Jython]]&lt;br /&gt;
* [[Printing in high-resolution]]&lt;br /&gt;
* [[Shortcut Keys]]&lt;br /&gt;
* working with data&lt;br /&gt;
*# [[TFW (World File) Format]]&lt;br /&gt;
*# [[Loading GPS data]]&lt;br /&gt;
*# [[Sample data]]&lt;br /&gt;
*# Databases &lt;br /&gt;
*#* Using [http://www.pgcon.org/2009/schedule/events/174.en.html OpenJUMP with PostGIS], presented at PGCON 2009&lt;br /&gt;
*#* Using [[OpenJUMP with SpatialLite]]&lt;br /&gt;
*# [[Working with OpenStreetMap data]]&lt;br /&gt;
* [[Portable OpenJUMP]] &lt;br /&gt;
* What is GIS? - GIS Basics by the OpenContent [http://www.gitta.info/website/en/html/index.html GITTA e-Learning Project]&lt;br /&gt;
* [[GIS Terminology]]&lt;br /&gt;
&lt;br /&gt;
== Documentation for developers ==&lt;br /&gt;
&lt;br /&gt;
see [[Developer Documentation and HowTo]]&lt;br /&gt;
&lt;br /&gt;
== Projects where OpenJUMP can give its contribution ==&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;OSGeo Cartographic Library&amp;quot;:http://wiki.osgeo.org/wiki/OSGeo_Cartographic_Library#Interested_people&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Downloadable_Tutorials_and_Guides&amp;diff=1653</id>
		<title>Downloadable Tutorials and Guides</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Downloadable_Tutorials_and_Guides&amp;diff=1653"/>
		<updated>2013-08-19T20:37:02Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Tutorials and User Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note, most of the documentation is accessible on our [http://sourceforge.net/project/showfiles.php?group_id=118054 general download page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tutorials and User Guides ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; &amp;#039;&amp;#039;&amp;#039;A - English Docs&amp;#039;&amp;#039;&amp;#039; &amp;lt;/big&amp;gt;&lt;br /&gt;
* An English [http://sourceforge.net/projects/jump-pilot/files/Documentation/OpenJUMP%201.6%20Docs/ OpenJUMP Tutorial] by Stefan Steiniger and Michael Michaud for users with a basic GIS knowledge (note: only some of the data are provided)&lt;br /&gt;
&lt;br /&gt;
* An English [http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/j/ju/jump-pilot/OpenJUMP1.0.1_Tutorial_englishBeta.pdf  OpenJUMP 1.1 Tutorial] by Uwe Dalluege&lt;br /&gt;
* An English [http://jump-pilot.sourceforge.net/download/mock-ex4jump.zip pseudo-exercise] by Ravi with the topic: Where to locate a nuclear power plant? It introduces OpenJUMPs basic analysis functions.&lt;br /&gt;
* Another English [http://jump-pilot.sourceforge.net/download/mockex_mineral_targeting_v2.zip pseudo-exercise] for OpenJUMP 1.3 by Ravi on mineral targeting. It introduces into OpenJUMP editing, query and analyis function as well as into working with PostGIS.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;older material&amp;#039;&amp;#039;: &lt;br /&gt;
* [http://www.vividsolutions.com/jump/doc.htm Other original JUMP documentation ](a wee bit old)&lt;br /&gt;
* Original VividSolutions JUMP 1.1 [http://www.vividsolutions.com/jump/bin/JUMP%20User%20Guide.pdf English User Guide]&lt;br /&gt;
* OpenJUMP Workshop for FOSS4G 2006 by Erwan Brocher - this tutorial has been updated for OpenJUMP 1.3 and presented at OGRS 2009 (see above) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; &amp;#039;&amp;#039;&amp;#039;B - Other Language Docs&amp;#039;&amp;#039;&amp;#039; &amp;lt;/big&amp;gt;&lt;br /&gt;
* A German introductory [http://sourceforge.net/projects/jump-pilot/files/Documentation/OpenJUMP%201.6%20Docs/OpenJUMP16_TutorialDeEn.pdf OpenJUMP 1.6 Tutorial (Grundlagen)] by Uwe Dalluege &lt;br /&gt;
* A German [http://sourceforge.net/projects/jump-pilot/files/Documentation/OpenJUMP%201.6%20Docs/PostGIS_Tutorial_20.pdf OpenJUMP PostGIS 2.0 Tutorial (Grundlagen)] by Uwe Dalluege &lt;br /&gt;
* A German introductory [http://sourceforge.net/projects/jump-pilot/files/Documentation/OpenJUMP%201.5%20Docs/OpenJUMP151_TutorialDeEnXP.pdf OpenJUMP 1.5 Tutorial (Grundlagen)] by Uwe Dalluege &lt;br /&gt;
* A German [http://sourceforge.net/projects/jump-pilot/files/Documentation/PostGIS%20Tutorial%20%28for%20external%20Plugin%29/PostGIS_Tutorial_15_german.pdf OpenJUMP PostGIS 1.5 Tutorial (Grundlagen)] by Uwe Dalluege &lt;br /&gt;
* A User Guide for Field Work GIS Station powered by OpenJUMP in Japanese  [http://www.google.com/url?sa=t&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fgiswin.geo.tsukuba.ac.jp%2Fteacher%2Fmurayama%2Ffieldgis_station%2Fmanual%2Fmanual.pdf&amp;amp;ei=yVnhR57wGpb4nQOM4OmjCA&amp;amp;usg=AFQjCNEhFckYIYd9Vowo7mpsk4_8TaywcQ&amp;amp;sig2=-lP0jfD3iRp_k1Z4-u3I9Q   download] by Yuji Murayama, Hisaji Ono&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;older material&amp;#039;&amp;#039;: &lt;br /&gt;
* Spanish Original VividSolutions JUMP 1.1 [http://jump-pilot.svn.sourceforge.net/viewvc/*checkout*/jump-pilot/core/trunk/docs/manuals-es/JUMP-Doc-es-GuiaUsuario.pdf User Guide]&lt;br /&gt;
* [http://www.archive.org/download/OpenJUMP_Users_Guid_pt_br/ManualOpenJUMP.pdf Portuguese JUMP 1.1 User Guide] by Flavia Coelho Couto JoÃo Batista Brito and Ezequias Rodrigues da Rocha&lt;br /&gt;
* [http://geomatica.como.polimi.it/corsi/sw_gis/OpenJUMP-CAN-CC.pdf  Italian JUMP 1.1 User Guide] by Diego Magni&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* The book [http://www.manning.com/obe/ PostGIS in Action] by Regina O. Obe and Leo S. Hsu contains a section on how to use OpenJUMP GIS with [http://postgis.refractions.net PostGIS].&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.archive.org/download/OpenJUMP_presentation_ppt_pt_br/PalestraLACFee2005OpenJUMP.ppt Portugese presentation] by Ezequias R. da Rocha&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1652</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1652"/>
		<updated>2013-08-14T16:21:29Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Other Dataformats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox  &lt;br /&gt;
** Auto Assign Attribute (1), Clip To Fence (1) , Orthogonalize  on Tools menu.&lt;br /&gt;
&lt;br /&gt;
(0) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(1) &amp;#039;&amp;#039;&amp;#039;(Included into OpenJUMP)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/. A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/ . A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). Since version 1.4 an improved  image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here]  has been integrated into OpenJUMP, this plugin supports GeoTIFF, TIFF, JPG, PNG and ASCII grid.&lt;br /&gt;
&lt;br /&gt;
There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin (included into OpenJUMP 1.6.3)&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work (*)&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Read/Write dxf files into/from OpenJUMP. &lt;br /&gt;
# (*) from &amp;#039;&amp;#039;Michael Michaud&amp;#039;&amp;#039; - [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Read/Write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Read Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CSV Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write files in the csv format, or other character delimited values format (part of OpenJUMP PLUS, [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ separate plugin download]).&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;OpenStreetMap osm file Driver&amp;#039;&amp;#039;&amp;#039;(*) - Reads [http://wiki.openstreetmap.org/wiki/OSM_XML OpenStreetMap] xml files saved as *.osm: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ plugin download]. Note, completeness of conversion from OSM primitive to OpenJUMP features is not guaranteed. Please check the log (Window&amp;gt;Log). Also, *.osm files contain data in geographic coordinates (in WGS84: EPSG:4326), so you may need to utilize the [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=CTS_Extension_-_Working_with_Projections CTS extension] to convert that data into your local cartographic projection. For loading a file, OpenJUMP should have assigned twice the memory of the file size, e.g. for 700MB *.osm file 1.6GB RAM assigned to OJ are recommended.&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante (included in PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram), now part of OJ Core&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1651</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1651"/>
		<updated>2013-08-14T16:03:45Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Other Dataformats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox  &lt;br /&gt;
** Auto Assign Attribute (1), Clip To Fence (1) , Orthogonalize  on Tools menu.&lt;br /&gt;
&lt;br /&gt;
(0) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(1) &amp;#039;&amp;#039;&amp;#039;(Included into OpenJUMP)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/. A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/ . A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). Since version 1.4 an improved  image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here]  has been integrated into OpenJUMP, this plugin supports GeoTIFF, TIFF, JPG, PNG and ASCII grid.&lt;br /&gt;
&lt;br /&gt;
There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin (included into OpenJUMP 1.6.3)&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work (*)&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Read/Write dxf files into/from OpenJUMP. &lt;br /&gt;
# (*) from &amp;#039;&amp;#039;Michael Michaud&amp;#039;&amp;#039; - [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Read/Write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Read Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CSV Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write files in the csv format, or other character delimited values format (part of OpenJUMP PLUS, [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ separate plugin download]).&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;OpenStreetMap osm file Driver&amp;#039;&amp;#039;&amp;#039;(*) - Reads [http://wiki.openstreetmap.org/wiki/OSM_XML OpenStreetMap] xml files saved as *.osm: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ plugin download]. Note, completeness of conversion from OSM primitive to OpenJUMP features is not guaranteed. Please check the log (Window&amp;gt;Log). Also, *.osm files contain data in geographic coordinates (in WGS84: EPSG:4326), so you may need to utilize the [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=CTS_Extension_-_Working_with_Projections CTS extension] to convert that data into your local cartographic projection. For loading a file, OpenJUMP should have assigned twice the memory of the file size, e.g. for 700MB *.osm file 1.6GB RAM assigned to OJ are recommended.&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante (included in PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram), now part of OJ Core&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1650</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1650"/>
		<updated>2013-08-08T18:05:54Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Other Dataformats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox  &lt;br /&gt;
** Auto Assign Attribute (1), Clip To Fence (1) , Orthogonalize  on Tools menu.&lt;br /&gt;
&lt;br /&gt;
(0) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(1) &amp;#039;&amp;#039;&amp;#039;(Included into OpenJUMP)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/. A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/ . A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). Since version 1.4 an improved  image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here]  has been integrated into OpenJUMP, this plugin supports GeoTIFF, TIFF, JPG, PNG and ASCII grid.&lt;br /&gt;
&lt;br /&gt;
There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin (included into OpenJUMP 1.6.3)&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work (*)&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Read/Write dxf files into/from OpenJUMP. &lt;br /&gt;
# (*) from &amp;#039;&amp;#039;Michael Michaud&amp;#039;&amp;#039; - [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Read/Write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Read Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CSV Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write files in the csv format, or other character delimited values format (part of OpenJUMP PLUS, [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ separate plugin download]).&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;OpenStreetMap osm file Driver&amp;#039;&amp;#039;&amp;#039;(*) - Reads [http://wiki.openstreetmap.org/wiki/OSM_XML OpenStreetMap] xml files saved as *.osm: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ plugin download]. Note, completeness of conversion from OSM primitive to OpenJUMP features is not guaranteed. Please check the log (Window&amp;gt;Log). Also, *.osm files contain data in geographic coordinates (in WGS84), so you may need to utilize the [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=CTS_Extension_-_Working_with_Projections CTS extension] to convert that data into your local cartographic projection. For loading a file, OpenJUMP should have assigned twice the memory of the file size, e.g. for 700MB *.osm file 1.6GB RAM assigned to OJ are recommended.&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante (included in PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram), now part of OJ Core&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Main_Page&amp;diff=1649</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Main_Page&amp;diff=1649"/>
		<updated>2013-08-08T18:03:16Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note, the OpenJUMP wiki is from users for users and needs updates and improvements. Help for adding information but also to accomplish other things from documentation to programming is welcome (see [[Contact us]]).&lt;br /&gt;
&lt;br /&gt;
== OpenJUMP GIS - The free, cross-platform and open source GIS for the World ==&lt;br /&gt;
[[image:114231354_7b5aa910b2.jpg|thumb|right|300px|OpenJUMP Screenshot]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;;&lt;br /&gt;
|align=&amp;quot;left&amp;quot; |&amp;#039;&amp;#039;&amp;#039;About OpenJUMP&amp;#039;&amp;#039;&amp;#039; ||  style=&amp;quot;width:50px&amp;quot; | || &amp;#039;&amp;#039;&amp;#039;Get OpenJUMP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[What is OpenJUMP]]? (+)  || || &amp;amp;bull; [[Downloading OpenJUMP]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Who uses OpenJUMP]]?     || || &amp;amp;bull; [[Installation]]&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;height:7px&amp;quot;&lt;br /&gt;
|          || ||&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Use OpenJUMP&amp;#039;&amp;#039;&amp;#039; || || &amp;#039;&amp;#039;&amp;#039;Develop OpenJUMP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Starting OpenJUMP]] for the first timers      || || &amp;amp;bull; [[How to translate OpenJUMP into another language|Translate OpenJUMP]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Using OpenJUMP]] (+)    || || &amp;amp;bull; [[Developing with OpenJUMP]] (o)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Index|Online User Manual]]      || || &amp;amp;bull; [[Contributors to OpenJUMP]] &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Plugins for OpenJUMP]] || ||&lt;br /&gt;
|- style=&amp;quot;height:7px&amp;quot; &lt;br /&gt;
|           || ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;  |&amp;#039;&amp;#039;&amp;#039;Other&amp;#039;&amp;#039;&amp;#039; || ||&lt;br /&gt;
|- &lt;br /&gt;
| &amp;amp;bull; [[Contact us]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| &amp;amp;bull; [[Related Websites and Blogs]] || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
ToDo&amp;#039;s: (o) cleanup, (+) write new/improve pages&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
* [3rd Aug 2013] - New driver to load OpenStreetMap *.osm files ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ download]) (part of OpenJUMP PLUS from version 1.6.4 on)&lt;br /&gt;
* [29th May 2013] - New release 1.6.3 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [23 April 2013] - New release 1.6.2 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [12 April 2013] - New bugfix release 1.6.1 fixing a startup issue on Mac and Linux is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [11 April 2013] - New release 1.6.0 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [13 mar 2013] - Development snapshots now contain general shortcut support, shortcut overview is available under Help/Shortcuts&lt;br /&gt;
* [14 oct 2012] - New Beanshell Attribute Calculator (See a [http://geo.michaelm.free.fr/OpenJUMP/resources/video/ screencast])&lt;br /&gt;
* [18 Jun 2012] - New Concave Hull extension ([http://www.rotefabrik.free.fr/concave_hull/ more details])&lt;br /&gt;
* [18 May 2012] - New Release 1.5.2 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [16 Apr 2012] - Release of a new CSV driver (0.6) which replaces the txt driver currently included in PLUS edition&lt;br /&gt;
* [02 Feb 2012] - New Release 1.5.1 is available ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.5.1/ download])&lt;br /&gt;
* [27 Nov 2011] - We are trying to get a [[Doc_Sprint]] organized for the first part of 2012.&lt;br /&gt;
* [26 Nov 2011] - New version of DB Query plugin 0.8 ([http://jumpdbqplugin.sourceforge.net/ more details])&lt;br /&gt;
* [11 Sep 2011] - New Release 1.4.2 is available ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.4.2/ download])!&lt;br /&gt;
* [29 Jun 2011] - new Geometry Converter Extension version 0.3rc4 [http://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/geomconv_0.3rc4.zip available]&lt;br /&gt;
* [28 June 2011] - internationalized [[CTS Plugin|CTS extension (Coordinate transformation services)]] version 0.2 stable released&lt;br /&gt;
* [21 Aug 2010] - updated [[CTS Plugin|Coordinate transformation plugin (CTS extension)]] and revamped [[GPS Plugin|Live GPS support for serial devices (GPS extension)]] for OpenJUMP by [http://soldin.de Edgar Soldin] available at The Jump Pilot Project [http://sourceforge.net/projects/jump-pilot/files/ download page].&lt;br /&gt;
* [07 Feb. 2010] - new [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download SpatialLite plugin] for OpenJUMP that allows to read SpatialLite layers. Note the new Version of the &amp;#039;&amp;#039;DB Query Plugin&amp;#039;&amp;#039; can read SpatialLite too. Jukka made a tutorial for this - see [[OpenJUMP with SpatialLite]].&lt;br /&gt;
* [[Older News]]&lt;br /&gt;
&lt;br /&gt;
== Editing this Wiki ==&lt;br /&gt;
* you can edit this wiki: simply &amp;#039;&amp;#039;jumpin&amp;#039;&amp;#039; (pw) as &amp;#039;&amp;#039;ojuser2&amp;#039;&amp;#039; (user)&lt;br /&gt;
* you can also create a new account - and then write an email to Stefan sstein[=at=] geo.uzh.ch so that he can assign you editing rights&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software. See also [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* here is a list of [[Special:RecentChanges|recent changes]].&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1648</id>
		<title>Import Export File</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1648"/>
		<updated>2013-08-08T17:59:46Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Vector Files (Georeferenced) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IMPORT EXPORT FILE ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can import and export other vector, raster and database files using to plugins.&lt;br /&gt;
&lt;br /&gt;
Other types of files (i.e not directly supported by OpenJUMP) can be easily converted to the desired file formats using external Open Source software. &lt;br /&gt;
The tables below can help users to find OpenJUMP plugins or external software to import or export files in desired formats. &lt;br /&gt;
&lt;br /&gt;
If you need an _universal_ converter see  [http://fwtools.maptools.org/ FWTools]: a set of tools for Linux and Windows to which can view/edit/save  several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface (see also [http://gdal.org/formats_list.html GDAL Raster Formats] and [http://gdal.org/ogr/ogr_formats.html OGR Vector Format])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ &lt;br /&gt;
! WRITE &lt;br /&gt;
! in OJ CORE&lt;br /&gt;
! in OJ PLUS&lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE (convert to SHP)&lt;br /&gt;
|-&lt;br /&gt;
| CSV&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DGN (Microstation(R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;]  &lt;br /&gt;
|-&lt;br /&gt;
| DLG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DWG (Autocad(R) Map) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| DXF (Autocad(R) Map) &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ dxf-driver&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;]&lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| E00 (ESRI (R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| GeoConcept &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ GeoConcept driver] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GML &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KML (Google Earth)&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MAPINFO(R) MIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ mif-mid-driver&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;] &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools] &lt;br /&gt;
|-&lt;br /&gt;
| OpenStreetMap (*.osm) &lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| &lt;br /&gt;
| &amp;gt;1.6.4&lt;br /&gt;
| [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ *.osm driver]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shapefile (ESRI (R)) &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| TIGER2000/LINE &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Not Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE &lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| WMF &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SVG &lt;br /&gt;
| &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raster Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ASCII grid (ESRI)&lt;br /&gt;
| yes &lt;br /&gt;
| (under dev.)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PNG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPEG &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| TIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes (&amp;amp; *.tfw)&lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| TIFF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| BMP &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| ECW ErMapper(R) &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SID Lizardtech(R) MrSID&lt;br /&gt;
| yes&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.lizardtech.com/download/dl_options.php?page=tools MrSIS Decode&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| BIL &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ADF ESRI(R) Dem Grid&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|- &lt;br /&gt;
| IMG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| JPG2000 &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;] &lt;br /&gt;
|-&lt;br /&gt;
| ILWIS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| HFA &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS Imagine &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.tec.army.mil/Hypercube/ Hypercube&amp;lt;sup&amp;gt;17&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Spatial Database Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ARCSDE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| [https://sourceforge.net/project/showfiles.php?group_id=118054 ArcSDE Plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ORACLE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| POSTGIS &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes &lt;br /&gt;
| 1) Official [https://sourceforge.net/project/showfiles.php?group_id=118054 PostGIS Plugin] 2), [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 3) In-Official [http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar PostGIS plugin] modified by Erwan Brocher, 4) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|[http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;] or [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MySQL &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;], for reading try also the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SpatialLite/SQLite&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download OJ Spatialite Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://www.qgis.org Quantum GIS]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| CSV &lt;br /&gt;
|yes&amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;&lt;br /&gt;
|yes&lt;br /&gt;
|OJ PLUS &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TXT &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| OJ PLUS &lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DBF &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| Excel&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| see [[Plugins for OpenJUMP]]&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MBR Microsot Access(R) &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NOTES ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1 - GML: To read/write GML file Users need to write an input/output template file (.XML extension), see VIVID SOLUTION - Jump Workbench User&amp;#039;s Guide - parr. 12.1 and 12.2. See also [[Working with GML]]&lt;br /&gt;
&lt;br /&gt;
* 2 - DXF: [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ DXF plugin] write dxf file from AutoCAD ver 8 to 14/2002. If your dxf file is 2004 or more, please use external software (e. g. Lx-Viewer) to convert the version of the file.&lt;br /&gt;
*: DXF plugin have difficulties to open big DXF file. In this case DXF can be converted in SHP which is smaller and easier to open.&lt;br /&gt;
*: [http://www.spatialorder.com/tools/dxf2shp.exe DXF2SHP.EXE] from &amp;#039;&amp;#039;Spatial Order&amp;#039;&amp;#039; is  is a Command line for Windows or DOS to convert DXF to SHP&lt;br /&gt;
*: &amp;#039;&amp;#039;How to use&amp;#039;&amp;#039;&lt;br /&gt;
*:1-copy the file DXF2SHP.EXE and your DXF file  at the same directory &lt;br /&gt;
*:2-select the DXF file  &lt;br /&gt;
*:3-drag the DXF file and drop it over the tool DXF2SHP.EXE. Automatically the SHP file is generated.&lt;br /&gt;
*: Remember that only one type of geometry between Polygon/Line/Point is converted. So if you have a DXF with different geometries use [http://orbiscad.sourceforge.net Orbiscad^4]&lt;br /&gt;
See on [[Plugins for OpenJUMP]] page for other solution: Dante Fuster has written a new DXF plugin which is quite fast and accurate&lt;br /&gt;
*: See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 3 - DWG: OpenJUMP actually doesn&amp;#039;t support DWG. DWG file can be converted to DXF using [http://lx-viewer.sourceforge.net/ Lx-Viewer], an opensource dxf/dwg viewer (Linux/Windows) which  saves file to up to 2002 dwg/dxf version. &lt;br /&gt;
*: How to use Lx-Viewer for OpenJUMP. Open your DWG file with Lx-Viewer, click on &amp;quot;Save file&amp;quot;, on &amp;quot;Save file&amp;quot; window click on &amp;quot;advanced&amp;quot; tab and choose DXF 2000 version file. Than save it to DXF.&lt;br /&gt;
See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 4 - DGN: [http://orbiscad.sourceforge.net/ OrbisCad] is an opensource  data editor written in Java. It can open DWG, DXF, DGN, SHAPE and PostGIS files and save them as SHAPE or PostGIS. When saving to SHP Orbiscad creates three different datasets for each category of features (points, lines and polygons)&lt;br /&gt;
[http://orbiscad.sourceforge.net/ OrbisCad] can also be used to convert DXF to POSTGIS tables or to SHAPE files&lt;br /&gt;
&lt;br /&gt;
* 5 - MIF: The new [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ MIF plugin] ver. 0.4.1 seems to work fine with OpenJUMP 1.2. If you encout problems, ypu can transform MIF files  to SHAPE or DXF using external software like [http://openev.sf.net/ OpenEV], a viewer based on the opensource The [http://www.gdal.org/ogr/ OGR] simple features library  which can open (and save) a many vector or raster files or [http://www.forestpal.com/fgis.html FGIS]&lt;br /&gt;
&lt;br /&gt;
* 6 - E00: Forestry GIS [http://www.forestpal.com/fgis.html FGIS] is a Gis Editor in Windows that can read many vector file formats and save them to SHP or DXF. When you save to SHP FGIS ask you if you want to save points lines or polygons objects. FGIS can also read and save (georeferenced) many raster files.&lt;br /&gt;
&lt;br /&gt;
* 7 - SVG: &amp;#039;&amp;#039;Scalable Vector File&amp;#039;&amp;#039; is not a georeferenced file. OpenJUMP cannot open SVG file, anyhow Users could need to insert SVG files in a OpenJUMP project. SVG files has  be converted to DXF  using [http://live.gnome.org/Dia DIA], a program to draw structured diagrams, then the file can be warped to other georeferenced layer using &amp;quot;Warping&amp;quot; and &amp;quot;New Affine Transformation&amp;quot; tools in the OpenJUMP Menu ([http://dia-installer.de/index_en.html Dia for Windows])&lt;br /&gt;
&lt;br /&gt;
* 8 - WMF: WMF(R) and EMF(R) from Microsoft are alternatives file to tranfer any vector (and raster) file from one application to another. &lt;br /&gt;
** To convert an OpenJUMP view to WMF, save the view as SVG, than open the SVG file in [http://www.inkscape.org/ Inkscape] and save it to WMF or EMF.&lt;br /&gt;
** To open an WMF in OpenJUMP. Convert the WMF (or EMF) to SVS using [http://www.inkscape.org/ Inkscape]. Than follow the note 7 (SVG to DXF).&lt;br /&gt;
&lt;br /&gt;
* 9 - Since ver. 1.2 OpenJUMP can save georeferenced files.&lt;br /&gt;
&lt;br /&gt;
* 10 - ECW &amp;amp; JP2000: see [[ECW|ECW Support Page]] how to setup ECW SDK libraries in OpenJUMP and also [[Working with Raster]] page&lt;br /&gt;
&lt;br /&gt;
* 11 - SID: see [[Layer]] how to setup MrSID reader in OpenJUMP. [http://www.lizardtech.com/download/dl_options.php?page=tools MrSID Decode] of Litartech(R) allows to convert MrSID files to TIFF and GeoTIF&lt;br /&gt;
&lt;br /&gt;
* 12 - [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS: database Plugin] can read PostGIS databases but not write&lt;br /&gt;
&lt;br /&gt;
* 13 - CSV: It can be read-in in OpenJUMP to be directly joined with an existing table. It is not displayed as separate table.&lt;br /&gt;
&lt;br /&gt;
* 14 - CSV: To load &amp;#039;&amp;#039;Comma separated values&amp;#039;&amp;#039; users have to install two files: &amp;#039;&amp;#039;PirolCsv.jar&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Baseclass.jar&amp;#039;&amp;#039; from [http://www.al.fh-osnabrueck.de/jump-download.html PIROL]. PIROL CSV file specification is [http://lbst-pf-3.lbst.ecs.fh-osnabrueck.de:8080/downloadable_content/PIROL-CSV_specification.txt here]&lt;br /&gt;
&lt;br /&gt;
* 15 - TXT, DBF and MBR files can be easly converted to CSV using [http://openoffice.org/ OpenOffice].&lt;br /&gt;
&lt;br /&gt;
* 16 - FWTOOLS: The [http://fwtools.maptools.org/ FWTools] binary releases for Linux and Windows is a set of tools to view/edit/save between several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface.&lt;br /&gt;
&lt;br /&gt;
* 17 - HYPERCUBE: [http://www.tec.army.mil/Hypercube/ HyperCube] is a Macintosh and Windows application program specifically directed to the analysis and display of multi and hyperspectral imagery. It is a  freeware produced by the US Army Corps of Engineers Topographic Engineering Center. ERDAS Image can be opened using Hypercube and converted in TIFF or JPG. The georeferenced information maybe would be lost, read carefully the Hypercube [http://www.tec.army.mil/Hypercube/pub/HyperCube.pdf manual], chap. &amp;quot;Saving Overviews&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 18 - [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin], by Edgar Soldin, probably gives a partial support in  read/save MySQL, and also GML2, Shapefile, Oracle, PostGIS and MIF. GT2 plugin works only with Jump 1.2. Otherwise you may try the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1646</id>
		<title>Import Export File</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1646"/>
		<updated>2013-08-03T20:41:50Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Other Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IMPORT EXPORT FILE ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can import and export other vector, raster and database files using to plugins.&lt;br /&gt;
&lt;br /&gt;
Other types of files (i.e not directly supported by OpenJUMP) can be easily converted to the desired file formats using external Open Source software. &lt;br /&gt;
The tables below can help users to find OpenJUMP plugins or external software to import or export files in desired formats. &lt;br /&gt;
&lt;br /&gt;
If you need an _universal_ converter see  [http://fwtools.maptools.org/ FWTools]: a set of tools for Linux and Windows to which can view/edit/save  several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface (see also [http://gdal.org/formats_list.html GDAL Raster Formats] and [http://gdal.org/ogr/ogr_formats.html OGR Vector Format])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ &lt;br /&gt;
! WRITE &lt;br /&gt;
! in OJ CORE&lt;br /&gt;
! in OJ PLUS&lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE (convert to SHP)&lt;br /&gt;
|-&lt;br /&gt;
| CSV&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DGN (Microstation(R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;]  &lt;br /&gt;
|-&lt;br /&gt;
| DLG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DWG (Autocad(R) Map) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| DXF (Autocad(R) Map) &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ dxf-driver&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;]&lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| E00 (ESRI (R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| GeoConcept &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ GeoConcept driver] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GML &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KML (Google Earth)&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MAPINFO(R) MIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ mif-mid-driver&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;] &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools] &lt;br /&gt;
|-&lt;br /&gt;
| OpenStreetMap (*.osm) &lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ *.osm driver]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shapefile (ESRI (R)) &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| TIGER2000/LINE &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Not Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE &lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| WMF &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SVG &lt;br /&gt;
| &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raster Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ASCII grid (ESRI)&lt;br /&gt;
| yes &lt;br /&gt;
| (under dev.)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PNG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPEG &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| TIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes (&amp;amp; *.tfw)&lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| TIFF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| BMP &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| ECW ErMapper(R) &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SID Lizardtech(R) MrSID&lt;br /&gt;
| yes&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.lizardtech.com/download/dl_options.php?page=tools MrSIS Decode&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| BIL &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ADF ESRI(R) Dem Grid&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|- &lt;br /&gt;
| IMG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| JPG2000 &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;] &lt;br /&gt;
|-&lt;br /&gt;
| ILWIS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| HFA &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS Imagine &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.tec.army.mil/Hypercube/ Hypercube&amp;lt;sup&amp;gt;17&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Spatial Database Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ARCSDE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| [https://sourceforge.net/project/showfiles.php?group_id=118054 ArcSDE Plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ORACLE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| POSTGIS &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes &lt;br /&gt;
| 1) Official [https://sourceforge.net/project/showfiles.php?group_id=118054 PostGIS Plugin] 2), [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 3) In-Official [http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar PostGIS plugin] modified by Erwan Brocher, 4) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|[http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;] or [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MySQL &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;], for reading try also the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SpatialLite/SQLite&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download OJ Spatialite Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://www.qgis.org Quantum GIS]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| CSV &lt;br /&gt;
|yes&amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;&lt;br /&gt;
|yes&lt;br /&gt;
|OJ PLUS &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TXT &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| OJ PLUS &lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DBF &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| Excel&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| see [[Plugins for OpenJUMP]]&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MBR Microsot Access(R) &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NOTES ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1 - GML: To read/write GML file Users need to write an input/output template file (.XML extension), see VIVID SOLUTION - Jump Workbench User&amp;#039;s Guide - parr. 12.1 and 12.2. See also [[Working with GML]]&lt;br /&gt;
&lt;br /&gt;
* 2 - DXF: [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ DXF plugin] write dxf file from AutoCAD ver 8 to 14/2002. If your dxf file is 2004 or more, please use external software (e. g. Lx-Viewer) to convert the version of the file.&lt;br /&gt;
*: DXF plugin have difficulties to open big DXF file. In this case DXF can be converted in SHP which is smaller and easier to open.&lt;br /&gt;
*: [http://www.spatialorder.com/tools/dxf2shp.exe DXF2SHP.EXE] from &amp;#039;&amp;#039;Spatial Order&amp;#039;&amp;#039; is  is a Command line for Windows or DOS to convert DXF to SHP&lt;br /&gt;
*: &amp;#039;&amp;#039;How to use&amp;#039;&amp;#039;&lt;br /&gt;
*:1-copy the file DXF2SHP.EXE and your DXF file  at the same directory &lt;br /&gt;
*:2-select the DXF file  &lt;br /&gt;
*:3-drag the DXF file and drop it over the tool DXF2SHP.EXE. Automatically the SHP file is generated.&lt;br /&gt;
*: Remember that only one type of geometry between Polygon/Line/Point is converted. So if you have a DXF with different geometries use [http://orbiscad.sourceforge.net Orbiscad^4]&lt;br /&gt;
See on [[Plugins for OpenJUMP]] page for other solution: Dante Fuster has written a new DXF plugin which is quite fast and accurate&lt;br /&gt;
*: See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 3 - DWG: OpenJUMP actually doesn&amp;#039;t support DWG. DWG file can be converted to DXF using [http://lx-viewer.sourceforge.net/ Lx-Viewer], an opensource dxf/dwg viewer (Linux/Windows) which  saves file to up to 2002 dwg/dxf version. &lt;br /&gt;
*: How to use Lx-Viewer for OpenJUMP. Open your DWG file with Lx-Viewer, click on &amp;quot;Save file&amp;quot;, on &amp;quot;Save file&amp;quot; window click on &amp;quot;advanced&amp;quot; tab and choose DXF 2000 version file. Than save it to DXF.&lt;br /&gt;
See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 4 - DGN: [http://orbiscad.sourceforge.net/ OrbisCad] is an opensource  data editor written in Java. It can open DWG, DXF, DGN, SHAPE and PostGIS files and save them as SHAPE or PostGIS. When saving to SHP Orbiscad creates three different datasets for each category of features (points, lines and polygons)&lt;br /&gt;
[http://orbiscad.sourceforge.net/ OrbisCad] can also be used to convert DXF to POSTGIS tables or to SHAPE files&lt;br /&gt;
&lt;br /&gt;
* 5 - MIF: The new [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ MIF plugin] ver. 0.4.1 seems to work fine with OpenJUMP 1.2. If you encout problems, ypu can transform MIF files  to SHAPE or DXF using external software like [http://openev.sf.net/ OpenEV], a viewer based on the opensource The [http://www.gdal.org/ogr/ OGR] simple features library  which can open (and save) a many vector or raster files or [http://www.forestpal.com/fgis.html FGIS]&lt;br /&gt;
&lt;br /&gt;
* 6 - E00: Forestry GIS [http://www.forestpal.com/fgis.html FGIS] is a Gis Editor in Windows that can read many vector file formats and save them to SHP or DXF. When you save to SHP FGIS ask you if you want to save points lines or polygons objects. FGIS can also read and save (georeferenced) many raster files.&lt;br /&gt;
&lt;br /&gt;
* 7 - SVG: &amp;#039;&amp;#039;Scalable Vector File&amp;#039;&amp;#039; is not a georeferenced file. OpenJUMP cannot open SVG file, anyhow Users could need to insert SVG files in a OpenJUMP project. SVG files has  be converted to DXF  using [http://live.gnome.org/Dia DIA], a program to draw structured diagrams, then the file can be warped to other georeferenced layer using &amp;quot;Warping&amp;quot; and &amp;quot;New Affine Transformation&amp;quot; tools in the OpenJUMP Menu ([http://dia-installer.de/index_en.html Dia for Windows])&lt;br /&gt;
&lt;br /&gt;
* 8 - WMF: WMF(R) and EMF(R) from Microsoft are alternatives file to tranfer any vector (and raster) file from one application to another. &lt;br /&gt;
** To convert an OpenJUMP view to WMF, save the view as SVG, than open the SVG file in [http://www.inkscape.org/ Inkscape] and save it to WMF or EMF.&lt;br /&gt;
** To open an WMF in OpenJUMP. Convert the WMF (or EMF) to SVS using [http://www.inkscape.org/ Inkscape]. Than follow the note 7 (SVG to DXF).&lt;br /&gt;
&lt;br /&gt;
* 9 - Since ver. 1.2 OpenJUMP can save georeferenced files.&lt;br /&gt;
&lt;br /&gt;
* 10 - ECW &amp;amp; JP2000: see [[ECW|ECW Support Page]] how to setup ECW SDK libraries in OpenJUMP and also [[Working with Raster]] page&lt;br /&gt;
&lt;br /&gt;
* 11 - SID: see [[Layer]] how to setup MrSID reader in OpenJUMP. [http://www.lizardtech.com/download/dl_options.php?page=tools MrSID Decode] of Litartech(R) allows to convert MrSID files to TIFF and GeoTIF&lt;br /&gt;
&lt;br /&gt;
* 12 - [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS: database Plugin] can read PostGIS databases but not write&lt;br /&gt;
&lt;br /&gt;
* 13 - CSV: It can be read-in in OpenJUMP to be directly joined with an existing table. It is not displayed as separate table.&lt;br /&gt;
&lt;br /&gt;
* 14 - CSV: To load &amp;#039;&amp;#039;Comma separated values&amp;#039;&amp;#039; users have to install two files: &amp;#039;&amp;#039;PirolCsv.jar&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Baseclass.jar&amp;#039;&amp;#039; from [http://www.al.fh-osnabrueck.de/jump-download.html PIROL]. PIROL CSV file specification is [http://lbst-pf-3.lbst.ecs.fh-osnabrueck.de:8080/downloadable_content/PIROL-CSV_specification.txt here]&lt;br /&gt;
&lt;br /&gt;
* 15 - TXT, DBF and MBR files can be easly converted to CSV using [http://openoffice.org/ OpenOffice].&lt;br /&gt;
&lt;br /&gt;
* 16 - FWTOOLS: The [http://fwtools.maptools.org/ FWTools] binary releases for Linux and Windows is a set of tools to view/edit/save between several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface.&lt;br /&gt;
&lt;br /&gt;
* 17 - HYPERCUBE: [http://www.tec.army.mil/Hypercube/ HyperCube] is a Macintosh and Windows application program specifically directed to the analysis and display of multi and hyperspectral imagery. It is a  freeware produced by the US Army Corps of Engineers Topographic Engineering Center. ERDAS Image can be opened using Hypercube and converted in TIFF or JPG. The georeferenced information maybe would be lost, read carefully the Hypercube [http://www.tec.army.mil/Hypercube/pub/HyperCube.pdf manual], chap. &amp;quot;Saving Overviews&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 18 - [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin], by Edgar Soldin, probably gives a partial support in  read/save MySQL, and also GML2, Shapefile, Oracle, PostGIS and MIF. GT2 plugin works only with Jump 1.2. Otherwise you may try the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1645</id>
		<title>Import Export File</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1645"/>
		<updated>2013-08-03T20:41:01Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Other Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IMPORT EXPORT FILE ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can import and export other vector, raster and database files using to plugins.&lt;br /&gt;
&lt;br /&gt;
Other types of files (i.e not directly supported by OpenJUMP) can be easily converted to the desired file formats using external Open Source software. &lt;br /&gt;
The tables below can help users to find OpenJUMP plugins or external software to import or export files in desired formats. &lt;br /&gt;
&lt;br /&gt;
If you need an _universal_ converter see  [http://fwtools.maptools.org/ FWTools]: a set of tools for Linux and Windows to which can view/edit/save  several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface (see also [http://gdal.org/formats_list.html GDAL Raster Formats] and [http://gdal.org/ogr/ogr_formats.html OGR Vector Format])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ &lt;br /&gt;
! WRITE &lt;br /&gt;
! in OJ CORE&lt;br /&gt;
! in OJ PLUS&lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE (convert to SHP)&lt;br /&gt;
|-&lt;br /&gt;
| CSV&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DGN (Microstation(R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;]  &lt;br /&gt;
|-&lt;br /&gt;
| DLG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DWG (Autocad(R) Map) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| DXF (Autocad(R) Map) &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ dxf-driver&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;]&lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| E00 (ESRI (R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| GeoConcept &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ GeoConcept driver] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GML &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KML (Google Earth)&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MAPINFO(R) MIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ mif-mid-driver&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;] &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools] &lt;br /&gt;
|-&lt;br /&gt;
| OpenStreetMap (*.osm) &lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ *.osm driver]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shapefile (ESRI (R)) &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| TIGER2000/LINE &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Not Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE &lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| WMF &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SVG &lt;br /&gt;
| &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raster Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ASCII grid (ESRI)&lt;br /&gt;
| yes &lt;br /&gt;
| (under dev.)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PNG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPEG &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| TIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes (&amp;amp; *.tfw)&lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| TIFF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| BMP &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| ECW ErMapper(R) &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SID Lizardtech(R) MrSID&lt;br /&gt;
| yes&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.lizardtech.com/download/dl_options.php?page=tools MrSIS Decode&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| BIL &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ADF ESRI(R) Dem Grid&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|- &lt;br /&gt;
| IMG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| JPG2000 &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;] &lt;br /&gt;
|-&lt;br /&gt;
| ILWIS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| HFA &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS Imagine &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.tec.army.mil/Hypercube/ Hypercube&amp;lt;sup&amp;gt;17&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Spatial Database Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ARCSDE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| [https://sourceforge.net/project/showfiles.php?group_id=118054 ArcSDE Plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ORACLE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| POSTGIS &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes &lt;br /&gt;
| 1) Official [https://sourceforge.net/project/showfiles.php?group_id=118054 PostGIS Plugin] 2), [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 3) In-Official [http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar PostGIS plugin] modified by Erwan Brocher, 4) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|[http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;] or [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MySQL &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;], for reading try also the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SpatialLite/SQLite&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download OJ Spatialite Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://www.qgis.org Quantum GIS]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| CSV &lt;br /&gt;
|yes&amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;&lt;br /&gt;
|yes&lt;br /&gt;
|PIROL&amp;#039;s CSV Plugin&amp;lt;sup&amp;gt;14&amp;lt;/sup&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TXT &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DBF &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| Excel&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| see [[Plugins for OpenJUMP]]&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MBR Microsot Access(R) &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NOTES ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1 - GML: To read/write GML file Users need to write an input/output template file (.XML extension), see VIVID SOLUTION - Jump Workbench User&amp;#039;s Guide - parr. 12.1 and 12.2. See also [[Working with GML]]&lt;br /&gt;
&lt;br /&gt;
* 2 - DXF: [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ DXF plugin] write dxf file from AutoCAD ver 8 to 14/2002. If your dxf file is 2004 or more, please use external software (e. g. Lx-Viewer) to convert the version of the file.&lt;br /&gt;
*: DXF plugin have difficulties to open big DXF file. In this case DXF can be converted in SHP which is smaller and easier to open.&lt;br /&gt;
*: [http://www.spatialorder.com/tools/dxf2shp.exe DXF2SHP.EXE] from &amp;#039;&amp;#039;Spatial Order&amp;#039;&amp;#039; is  is a Command line for Windows or DOS to convert DXF to SHP&lt;br /&gt;
*: &amp;#039;&amp;#039;How to use&amp;#039;&amp;#039;&lt;br /&gt;
*:1-copy the file DXF2SHP.EXE and your DXF file  at the same directory &lt;br /&gt;
*:2-select the DXF file  &lt;br /&gt;
*:3-drag the DXF file and drop it over the tool DXF2SHP.EXE. Automatically the SHP file is generated.&lt;br /&gt;
*: Remember that only one type of geometry between Polygon/Line/Point is converted. So if you have a DXF with different geometries use [http://orbiscad.sourceforge.net Orbiscad^4]&lt;br /&gt;
See on [[Plugins for OpenJUMP]] page for other solution: Dante Fuster has written a new DXF plugin which is quite fast and accurate&lt;br /&gt;
*: See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 3 - DWG: OpenJUMP actually doesn&amp;#039;t support DWG. DWG file can be converted to DXF using [http://lx-viewer.sourceforge.net/ Lx-Viewer], an opensource dxf/dwg viewer (Linux/Windows) which  saves file to up to 2002 dwg/dxf version. &lt;br /&gt;
*: How to use Lx-Viewer for OpenJUMP. Open your DWG file with Lx-Viewer, click on &amp;quot;Save file&amp;quot;, on &amp;quot;Save file&amp;quot; window click on &amp;quot;advanced&amp;quot; tab and choose DXF 2000 version file. Than save it to DXF.&lt;br /&gt;
See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 4 - DGN: [http://orbiscad.sourceforge.net/ OrbisCad] is an opensource  data editor written in Java. It can open DWG, DXF, DGN, SHAPE and PostGIS files and save them as SHAPE or PostGIS. When saving to SHP Orbiscad creates three different datasets for each category of features (points, lines and polygons)&lt;br /&gt;
[http://orbiscad.sourceforge.net/ OrbisCad] can also be used to convert DXF to POSTGIS tables or to SHAPE files&lt;br /&gt;
&lt;br /&gt;
* 5 - MIF: The new [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ MIF plugin] ver. 0.4.1 seems to work fine with OpenJUMP 1.2. If you encout problems, ypu can transform MIF files  to SHAPE or DXF using external software like [http://openev.sf.net/ OpenEV], a viewer based on the opensource The [http://www.gdal.org/ogr/ OGR] simple features library  which can open (and save) a many vector or raster files or [http://www.forestpal.com/fgis.html FGIS]&lt;br /&gt;
&lt;br /&gt;
* 6 - E00: Forestry GIS [http://www.forestpal.com/fgis.html FGIS] is a Gis Editor in Windows that can read many vector file formats and save them to SHP or DXF. When you save to SHP FGIS ask you if you want to save points lines or polygons objects. FGIS can also read and save (georeferenced) many raster files.&lt;br /&gt;
&lt;br /&gt;
* 7 - SVG: &amp;#039;&amp;#039;Scalable Vector File&amp;#039;&amp;#039; is not a georeferenced file. OpenJUMP cannot open SVG file, anyhow Users could need to insert SVG files in a OpenJUMP project. SVG files has  be converted to DXF  using [http://live.gnome.org/Dia DIA], a program to draw structured diagrams, then the file can be warped to other georeferenced layer using &amp;quot;Warping&amp;quot; and &amp;quot;New Affine Transformation&amp;quot; tools in the OpenJUMP Menu ([http://dia-installer.de/index_en.html Dia for Windows])&lt;br /&gt;
&lt;br /&gt;
* 8 - WMF: WMF(R) and EMF(R) from Microsoft are alternatives file to tranfer any vector (and raster) file from one application to another. &lt;br /&gt;
** To convert an OpenJUMP view to WMF, save the view as SVG, than open the SVG file in [http://www.inkscape.org/ Inkscape] and save it to WMF or EMF.&lt;br /&gt;
** To open an WMF in OpenJUMP. Convert the WMF (or EMF) to SVS using [http://www.inkscape.org/ Inkscape]. Than follow the note 7 (SVG to DXF).&lt;br /&gt;
&lt;br /&gt;
* 9 - Since ver. 1.2 OpenJUMP can save georeferenced files.&lt;br /&gt;
&lt;br /&gt;
* 10 - ECW &amp;amp; JP2000: see [[ECW|ECW Support Page]] how to setup ECW SDK libraries in OpenJUMP and also [[Working with Raster]] page&lt;br /&gt;
&lt;br /&gt;
* 11 - SID: see [[Layer]] how to setup MrSID reader in OpenJUMP. [http://www.lizardtech.com/download/dl_options.php?page=tools MrSID Decode] of Litartech(R) allows to convert MrSID files to TIFF and GeoTIF&lt;br /&gt;
&lt;br /&gt;
* 12 - [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS: database Plugin] can read PostGIS databases but not write&lt;br /&gt;
&lt;br /&gt;
* 13 - CSV: It can be read-in in OpenJUMP to be directly joined with an existing table. It is not displayed as separate table.&lt;br /&gt;
&lt;br /&gt;
* 14 - CSV: To load &amp;#039;&amp;#039;Comma separated values&amp;#039;&amp;#039; users have to install two files: &amp;#039;&amp;#039;PirolCsv.jar&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Baseclass.jar&amp;#039;&amp;#039; from [http://www.al.fh-osnabrueck.de/jump-download.html PIROL]. PIROL CSV file specification is [http://lbst-pf-3.lbst.ecs.fh-osnabrueck.de:8080/downloadable_content/PIROL-CSV_specification.txt here]&lt;br /&gt;
&lt;br /&gt;
* 15 - TXT, DBF and MBR files can be easly converted to CSV using [http://openoffice.org/ OpenOffice].&lt;br /&gt;
&lt;br /&gt;
* 16 - FWTOOLS: The [http://fwtools.maptools.org/ FWTools] binary releases for Linux and Windows is a set of tools to view/edit/save between several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface.&lt;br /&gt;
&lt;br /&gt;
* 17 - HYPERCUBE: [http://www.tec.army.mil/Hypercube/ HyperCube] is a Macintosh and Windows application program specifically directed to the analysis and display of multi and hyperspectral imagery. It is a  freeware produced by the US Army Corps of Engineers Topographic Engineering Center. ERDAS Image can be opened using Hypercube and converted in TIFF or JPG. The georeferenced information maybe would be lost, read carefully the Hypercube [http://www.tec.army.mil/Hypercube/pub/HyperCube.pdf manual], chap. &amp;quot;Saving Overviews&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 18 - [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin], by Edgar Soldin, probably gives a partial support in  read/save MySQL, and also GML2, Shapefile, Oracle, PostGIS and MIF. GT2 plugin works only with Jump 1.2. Otherwise you may try the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1644</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1644"/>
		<updated>2013-08-03T20:40:05Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Charts / Plots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox  &lt;br /&gt;
** Auto Assign Attribute (1), Clip To Fence (1) , Orthogonalize  on Tools menu.&lt;br /&gt;
&lt;br /&gt;
(0) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(1) &amp;#039;&amp;#039;&amp;#039;(Included into OpenJUMP)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/. A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/ . A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). Since version 1.4 an improved  image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here]  has been integrated into OpenJUMP, this plugin supports GeoTIFF, TIFF, JPG, PNG and ASCII grid.&lt;br /&gt;
&lt;br /&gt;
There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin (included into OpenJUMP 1.6.3)&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work (*)&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Read/Write dxf files into/from OpenJUMP. &lt;br /&gt;
# (*) from &amp;#039;&amp;#039;Michael Michaud&amp;#039;&amp;#039; - [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Read/Write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Read Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CSV Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write files in the csv format, or other character delimited values format (part of OpenJUMP PLUS, [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ separate plugin download]).&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;OpenStreetMap osm file Driver&amp;#039;&amp;#039;&amp;#039; - Reads [http://wiki.openstreetmap.org/wiki/OSM_XML OpenStreetMap] xml files saved as *.osm: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ plugin download]. Note, completeness of conversion from OSM primitive to OpenJUMP features is not guaranteed. Please check the log. Also, *.osm files contain data in geographic coordinates (in WGS84), so you may need to utilize the [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=CTS_Extension_-_Working_with_Projections CTS extension] to convert that data into your local cartographic projection.  &lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante (included in PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram), now part of OJ Core&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1643</id>
		<title>Import Export File</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1643"/>
		<updated>2013-08-03T20:38:38Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Raster Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IMPORT EXPORT FILE ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can import and export other vector, raster and database files using to plugins.&lt;br /&gt;
&lt;br /&gt;
Other types of files (i.e not directly supported by OpenJUMP) can be easily converted to the desired file formats using external Open Source software. &lt;br /&gt;
The tables below can help users to find OpenJUMP plugins or external software to import or export files in desired formats. &lt;br /&gt;
&lt;br /&gt;
If you need an _universal_ converter see  [http://fwtools.maptools.org/ FWTools]: a set of tools for Linux and Windows to which can view/edit/save  several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface (see also [http://gdal.org/formats_list.html GDAL Raster Formats] and [http://gdal.org/ogr/ogr_formats.html OGR Vector Format])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ &lt;br /&gt;
! WRITE &lt;br /&gt;
! in OJ CORE&lt;br /&gt;
! in OJ PLUS&lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE (convert to SHP)&lt;br /&gt;
|-&lt;br /&gt;
| CSV&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DGN (Microstation(R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;]  &lt;br /&gt;
|-&lt;br /&gt;
| DLG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DWG (Autocad(R) Map) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| DXF (Autocad(R) Map) &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ dxf-driver&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;]&lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| E00 (ESRI (R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| GeoConcept &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ GeoConcept driver] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GML &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KML (Google Earth)&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MAPINFO(R) MIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ mif-mid-driver&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;] &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools] &lt;br /&gt;
|-&lt;br /&gt;
| OpenStreetMap (*.osm) &lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ *.osm driver]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shapefile (ESRI (R)) &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| TIGER2000/LINE &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Not Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE &lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| WMF &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SVG &lt;br /&gt;
| &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raster Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ASCII grid (ESRI)&lt;br /&gt;
| yes &lt;br /&gt;
| (under dev.)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PNG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPEG &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| TIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes (&amp;amp; *.tfw)&lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| TIFF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| BMP &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| ECW ErMapper(R) &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SID Lizardtech(R) MrSID&lt;br /&gt;
| yes&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.lizardtech.com/download/dl_options.php?page=tools MrSIS Decode&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| BIL &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ADF ESRI(R) Dem Grid&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|- &lt;br /&gt;
| IMG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| JPG2000 &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;] &lt;br /&gt;
|-&lt;br /&gt;
| ILWIS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| HFA &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS Imagine &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.tec.army.mil/Hypercube/ Hypercube&amp;lt;sup&amp;gt;17&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Spatial Database Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ARCSDE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| [https://sourceforge.net/project/showfiles.php?group_id=118054 ArcSDE Plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ORACLE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| POSTGIS &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes &lt;br /&gt;
| 1) Official [https://sourceforge.net/project/showfiles.php?group_id=118054 PostGIS Plugin] 2), [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 3) In-Official [http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar PostGIS plugin] modified by Erwan Brocher, 4) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|[http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;] or [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MySQL &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;], for reading try also the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SpatialLite/SQLite&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download OJ Spatialite Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://www.qgis.org Quantum GIS]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| CSV &lt;br /&gt;
|yes&amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;&lt;br /&gt;
|yes&lt;br /&gt;
|PIROL&amp;#039;s CSV Plugin&amp;lt;sup&amp;gt;14&amp;lt;/sup&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DBF &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| Excel&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| see [[Plugins for OpenJUMP]]&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MBR Microsot Access(R) &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NOTES ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1 - GML: To read/write GML file Users need to write an input/output template file (.XML extension), see VIVID SOLUTION - Jump Workbench User&amp;#039;s Guide - parr. 12.1 and 12.2. See also [[Working with GML]]&lt;br /&gt;
&lt;br /&gt;
* 2 - DXF: [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ DXF plugin] write dxf file from AutoCAD ver 8 to 14/2002. If your dxf file is 2004 or more, please use external software (e. g. Lx-Viewer) to convert the version of the file.&lt;br /&gt;
*: DXF plugin have difficulties to open big DXF file. In this case DXF can be converted in SHP which is smaller and easier to open.&lt;br /&gt;
*: [http://www.spatialorder.com/tools/dxf2shp.exe DXF2SHP.EXE] from &amp;#039;&amp;#039;Spatial Order&amp;#039;&amp;#039; is  is a Command line for Windows or DOS to convert DXF to SHP&lt;br /&gt;
*: &amp;#039;&amp;#039;How to use&amp;#039;&amp;#039;&lt;br /&gt;
*:1-copy the file DXF2SHP.EXE and your DXF file  at the same directory &lt;br /&gt;
*:2-select the DXF file  &lt;br /&gt;
*:3-drag the DXF file and drop it over the tool DXF2SHP.EXE. Automatically the SHP file is generated.&lt;br /&gt;
*: Remember that only one type of geometry between Polygon/Line/Point is converted. So if you have a DXF with different geometries use [http://orbiscad.sourceforge.net Orbiscad^4]&lt;br /&gt;
See on [[Plugins for OpenJUMP]] page for other solution: Dante Fuster has written a new DXF plugin which is quite fast and accurate&lt;br /&gt;
*: See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 3 - DWG: OpenJUMP actually doesn&amp;#039;t support DWG. DWG file can be converted to DXF using [http://lx-viewer.sourceforge.net/ Lx-Viewer], an opensource dxf/dwg viewer (Linux/Windows) which  saves file to up to 2002 dwg/dxf version. &lt;br /&gt;
*: How to use Lx-Viewer for OpenJUMP. Open your DWG file with Lx-Viewer, click on &amp;quot;Save file&amp;quot;, on &amp;quot;Save file&amp;quot; window click on &amp;quot;advanced&amp;quot; tab and choose DXF 2000 version file. Than save it to DXF.&lt;br /&gt;
See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 4 - DGN: [http://orbiscad.sourceforge.net/ OrbisCad] is an opensource  data editor written in Java. It can open DWG, DXF, DGN, SHAPE and PostGIS files and save them as SHAPE or PostGIS. When saving to SHP Orbiscad creates three different datasets for each category of features (points, lines and polygons)&lt;br /&gt;
[http://orbiscad.sourceforge.net/ OrbisCad] can also be used to convert DXF to POSTGIS tables or to SHAPE files&lt;br /&gt;
&lt;br /&gt;
* 5 - MIF: The new [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ MIF plugin] ver. 0.4.1 seems to work fine with OpenJUMP 1.2. If you encout problems, ypu can transform MIF files  to SHAPE or DXF using external software like [http://openev.sf.net/ OpenEV], a viewer based on the opensource The [http://www.gdal.org/ogr/ OGR] simple features library  which can open (and save) a many vector or raster files or [http://www.forestpal.com/fgis.html FGIS]&lt;br /&gt;
&lt;br /&gt;
* 6 - E00: Forestry GIS [http://www.forestpal.com/fgis.html FGIS] is a Gis Editor in Windows that can read many vector file formats and save them to SHP or DXF. When you save to SHP FGIS ask you if you want to save points lines or polygons objects. FGIS can also read and save (georeferenced) many raster files.&lt;br /&gt;
&lt;br /&gt;
* 7 - SVG: &amp;#039;&amp;#039;Scalable Vector File&amp;#039;&amp;#039; is not a georeferenced file. OpenJUMP cannot open SVG file, anyhow Users could need to insert SVG files in a OpenJUMP project. SVG files has  be converted to DXF  using [http://live.gnome.org/Dia DIA], a program to draw structured diagrams, then the file can be warped to other georeferenced layer using &amp;quot;Warping&amp;quot; and &amp;quot;New Affine Transformation&amp;quot; tools in the OpenJUMP Menu ([http://dia-installer.de/index_en.html Dia for Windows])&lt;br /&gt;
&lt;br /&gt;
* 8 - WMF: WMF(R) and EMF(R) from Microsoft are alternatives file to tranfer any vector (and raster) file from one application to another. &lt;br /&gt;
** To convert an OpenJUMP view to WMF, save the view as SVG, than open the SVG file in [http://www.inkscape.org/ Inkscape] and save it to WMF or EMF.&lt;br /&gt;
** To open an WMF in OpenJUMP. Convert the WMF (or EMF) to SVS using [http://www.inkscape.org/ Inkscape]. Than follow the note 7 (SVG to DXF).&lt;br /&gt;
&lt;br /&gt;
* 9 - Since ver. 1.2 OpenJUMP can save georeferenced files.&lt;br /&gt;
&lt;br /&gt;
* 10 - ECW &amp;amp; JP2000: see [[ECW|ECW Support Page]] how to setup ECW SDK libraries in OpenJUMP and also [[Working with Raster]] page&lt;br /&gt;
&lt;br /&gt;
* 11 - SID: see [[Layer]] how to setup MrSID reader in OpenJUMP. [http://www.lizardtech.com/download/dl_options.php?page=tools MrSID Decode] of Litartech(R) allows to convert MrSID files to TIFF and GeoTIF&lt;br /&gt;
&lt;br /&gt;
* 12 - [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS: database Plugin] can read PostGIS databases but not write&lt;br /&gt;
&lt;br /&gt;
* 13 - CSV: It can be read-in in OpenJUMP to be directly joined with an existing table. It is not displayed as separate table.&lt;br /&gt;
&lt;br /&gt;
* 14 - CSV: To load &amp;#039;&amp;#039;Comma separated values&amp;#039;&amp;#039; users have to install two files: &amp;#039;&amp;#039;PirolCsv.jar&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Baseclass.jar&amp;#039;&amp;#039; from [http://www.al.fh-osnabrueck.de/jump-download.html PIROL]. PIROL CSV file specification is [http://lbst-pf-3.lbst.ecs.fh-osnabrueck.de:8080/downloadable_content/PIROL-CSV_specification.txt here]&lt;br /&gt;
&lt;br /&gt;
* 15 - TXT, DBF and MBR files can be easly converted to CSV using [http://openoffice.org/ OpenOffice].&lt;br /&gt;
&lt;br /&gt;
* 16 - FWTOOLS: The [http://fwtools.maptools.org/ FWTools] binary releases for Linux and Windows is a set of tools to view/edit/save between several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface.&lt;br /&gt;
&lt;br /&gt;
* 17 - HYPERCUBE: [http://www.tec.army.mil/Hypercube/ HyperCube] is a Macintosh and Windows application program specifically directed to the analysis and display of multi and hyperspectral imagery. It is a  freeware produced by the US Army Corps of Engineers Topographic Engineering Center. ERDAS Image can be opened using Hypercube and converted in TIFF or JPG. The georeferenced information maybe would be lost, read carefully the Hypercube [http://www.tec.army.mil/Hypercube/pub/HyperCube.pdf manual], chap. &amp;quot;Saving Overviews&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 18 - [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin], by Edgar Soldin, probably gives a partial support in  read/save MySQL, and also GML2, Shapefile, Oracle, PostGIS and MIF. GT2 plugin works only with Jump 1.2. Otherwise you may try the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1642</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1642"/>
		<updated>2013-08-03T20:34:39Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Raster Image Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox  &lt;br /&gt;
** Auto Assign Attribute (1), Clip To Fence (1) , Orthogonalize  on Tools menu.&lt;br /&gt;
&lt;br /&gt;
(0) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(1) &amp;#039;&amp;#039;&amp;#039;(Included into OpenJUMP)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/. A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/ . A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). Since version 1.4 an improved  image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here]  has been integrated into OpenJUMP, this plugin supports GeoTIFF, TIFF, JPG, PNG and ASCII grid.&lt;br /&gt;
&lt;br /&gt;
There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin (included into OpenJUMP 1.6.3)&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work (*)&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Read/Write dxf files into/from OpenJUMP. &lt;br /&gt;
# (*) from &amp;#039;&amp;#039;Michael Michaud&amp;#039;&amp;#039; - [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Read/Write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Read Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CSV Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write files in the csv format, or other character delimited values format (part of OpenJUMP PLUS, [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ separate plugin download]).&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;OpenStreetMap osm file Driver&amp;#039;&amp;#039;&amp;#039; - Reads [http://wiki.openstreetmap.org/wiki/OSM_XML OpenStreetMap] xml files saved as *.osm: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ plugin download]. Note, completeness of conversion from OSM primitive to OpenJUMP features is not guaranteed. Please check the log. Also, *.osm files contain data in geographic coordinates (in WGS84), so you may need to utilize the [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=CTS_Extension_-_Working_with_Projections CTS extension] to convert that data into your local cartographic projection.  &lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante (included in PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram): http://www.geo.uzh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1641</id>
		<title>Import Export File</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Import_Export_File&amp;diff=1641"/>
		<updated>2013-08-03T20:28:47Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Vector Files (Georeferenced) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IMPORT EXPORT FILE ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OpenJUMP can import and export other vector, raster and database files using to plugins.&lt;br /&gt;
&lt;br /&gt;
Other types of files (i.e not directly supported by OpenJUMP) can be easily converted to the desired file formats using external Open Source software. &lt;br /&gt;
The tables below can help users to find OpenJUMP plugins or external software to import or export files in desired formats. &lt;br /&gt;
&lt;br /&gt;
If you need an _universal_ converter see  [http://fwtools.maptools.org/ FWTools]: a set of tools for Linux and Windows to which can view/edit/save  several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface (see also [http://gdal.org/formats_list.html GDAL Raster Formats] and [http://gdal.org/ogr/ogr_formats.html OGR Vector Format])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ &lt;br /&gt;
! WRITE &lt;br /&gt;
! in OJ CORE&lt;br /&gt;
! in OJ PLUS&lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE (convert to SHP)&lt;br /&gt;
|-&lt;br /&gt;
| CSV&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DGN (Microstation(R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;]  &lt;br /&gt;
|-&lt;br /&gt;
| DLG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DWG (Autocad(R) Map) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| DXF (Autocad(R) Map) &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ dxf-driver&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;]&lt;br /&gt;
| [http://www.opendesign.com/guestfiles/TeighaFileConverter Teiga Converter]&lt;br /&gt;
|-&lt;br /&gt;
| E00 (ESRI (R)) &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| GeoConcept &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ GeoConcept driver] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GML &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| KML (Google Earth)&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| &lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| MAPINFO(R) MIF &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ mif-mid-driver&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;] &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools] &lt;br /&gt;
|-&lt;br /&gt;
| OpenStreetMap (*.osm) &lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ *.osm driver]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shapefile (ESRI (R)) &lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| TIGER2000/LINE &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Vector Files (Not Georeferenced) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE &lt;br /&gt;
! PLUGIN &lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| WMF &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SVG &lt;br /&gt;
| &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
| [http://www.pstoedit.net/pstoedit pstoedit&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raster Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE &lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| GIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PNG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPG &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| JPEG &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| TIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| TIFF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| GeoTIF &lt;br /&gt;
| yes &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| see [[TIF-Support]]&lt;br /&gt;
|-&lt;br /&gt;
| BMP &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| ECW ErMapper(R) &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| SID Lizardtech(R) MrSID&lt;br /&gt;
| yes&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.lizardtech.com/download/dl_options.php?page=tools MrSIS Decode&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| BIL &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ADF ESRI(R) Dem Grid&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|- &lt;br /&gt;
| IMG &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| JPG2000 &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| SDTS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.forestpal.com/fgis.html FGIS&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt;] &lt;br /&gt;
|-&lt;br /&gt;
| ILWIS &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| HFA &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| ERDAS Imagine &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [http://www.tec.army.mil/Hypercube/ Hypercube&amp;lt;sup&amp;gt;17&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Spatial Database Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| ARCSDE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| [https://sourceforge.net/project/showfiles.php?group_id=118054 ArcSDE Plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ORACLE &lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| POSTGIS &lt;br /&gt;
| yes&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; &lt;br /&gt;
| yes &lt;br /&gt;
| 1) Official [https://sourceforge.net/project/showfiles.php?group_id=118054 PostGIS Plugin] 2), [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS database Plugin] 3) In-Official [http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar PostGIS plugin] modified by Erwan Brocher, 4) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|[http://orbiscad.sourceforge.net/ Orbiscad&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;] or [http://fwtools.maptools.org/ FWTools&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MySQL &lt;br /&gt;
| yes &lt;br /&gt;
| yes &lt;br /&gt;
| [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;], for reading try also the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SpatialLite/SQLite&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| 1) [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download OJ Spatialite Plugin] 2) [http://jumpdbqplugin.sourceforge.net/ DB Query plugin]&lt;br /&gt;
| [http://www.qgis.org Quantum GIS]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;&lt;br /&gt;
! FILE&lt;br /&gt;
! READ&lt;br /&gt;
! WRITE&lt;br /&gt;
! PLUGIN&lt;br /&gt;
! OTHER SOFTWARE&lt;br /&gt;
|-&lt;br /&gt;
| CSV &lt;br /&gt;
|yes&amp;lt;sup&amp;gt;13&amp;lt;/sup&amp;gt;&lt;br /&gt;
|yes&lt;br /&gt;
|PIROL&amp;#039;s CSV Plugin&amp;lt;sup&amp;gt;14&amp;lt;/sup&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| DBF &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| Excel&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
| see [[Plugins for OpenJUMP]]&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|-&lt;br /&gt;
| MBR Microsot Access(R) &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [http://openoffice.org/ OpenOffice &amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NOTES ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 1 - GML: To read/write GML file Users need to write an input/output template file (.XML extension), see VIVID SOLUTION - Jump Workbench User&amp;#039;s Guide - parr. 12.1 and 12.2. See also [[Working with GML]]&lt;br /&gt;
&lt;br /&gt;
* 2 - DXF: [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ DXF plugin] write dxf file from AutoCAD ver 8 to 14/2002. If your dxf file is 2004 or more, please use external software (e. g. Lx-Viewer) to convert the version of the file.&lt;br /&gt;
*: DXF plugin have difficulties to open big DXF file. In this case DXF can be converted in SHP which is smaller and easier to open.&lt;br /&gt;
*: [http://www.spatialorder.com/tools/dxf2shp.exe DXF2SHP.EXE] from &amp;#039;&amp;#039;Spatial Order&amp;#039;&amp;#039; is  is a Command line for Windows or DOS to convert DXF to SHP&lt;br /&gt;
*: &amp;#039;&amp;#039;How to use&amp;#039;&amp;#039;&lt;br /&gt;
*:1-copy the file DXF2SHP.EXE and your DXF file  at the same directory &lt;br /&gt;
*:2-select the DXF file  &lt;br /&gt;
*:3-drag the DXF file and drop it over the tool DXF2SHP.EXE. Automatically the SHP file is generated.&lt;br /&gt;
*: Remember that only one type of geometry between Polygon/Line/Point is converted. So if you have a DXF with different geometries use [http://orbiscad.sourceforge.net Orbiscad^4]&lt;br /&gt;
See on [[Plugins for OpenJUMP]] page for other solution: Dante Fuster has written a new DXF plugin which is quite fast and accurate&lt;br /&gt;
*: See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 3 - DWG: OpenJUMP actually doesn&amp;#039;t support DWG. DWG file can be converted to DXF using [http://lx-viewer.sourceforge.net/ Lx-Viewer], an opensource dxf/dwg viewer (Linux/Windows) which  saves file to up to 2002 dwg/dxf version. &lt;br /&gt;
*: How to use Lx-Viewer for OpenJUMP. Open your DWG file with Lx-Viewer, click on &amp;quot;Save file&amp;quot;, on &amp;quot;Save file&amp;quot; window click on &amp;quot;advanced&amp;quot; tab and choose DXF 2000 version file. Than save it to DXF.&lt;br /&gt;
See also OpenJUMP [[CAD Tutorial]]&lt;br /&gt;
&lt;br /&gt;
* 4 - DGN: [http://orbiscad.sourceforge.net/ OrbisCad] is an opensource  data editor written in Java. It can open DWG, DXF, DGN, SHAPE and PostGIS files and save them as SHAPE or PostGIS. When saving to SHP Orbiscad creates three different datasets for each category of features (points, lines and polygons)&lt;br /&gt;
[http://orbiscad.sourceforge.net/ OrbisCad] can also be used to convert DXF to POSTGIS tables or to SHAPE files&lt;br /&gt;
&lt;br /&gt;
* 5 - MIF: The new [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ MIF plugin] ver. 0.4.1 seems to work fine with OpenJUMP 1.2. If you encout problems, ypu can transform MIF files  to SHAPE or DXF using external software like [http://openev.sf.net/ OpenEV], a viewer based on the opensource The [http://www.gdal.org/ogr/ OGR] simple features library  which can open (and save) a many vector or raster files or [http://www.forestpal.com/fgis.html FGIS]&lt;br /&gt;
&lt;br /&gt;
* 6 - E00: Forestry GIS [http://www.forestpal.com/fgis.html FGIS] is a Gis Editor in Windows that can read many vector file formats and save them to SHP or DXF. When you save to SHP FGIS ask you if you want to save points lines or polygons objects. FGIS can also read and save (georeferenced) many raster files.&lt;br /&gt;
&lt;br /&gt;
* 7 - SVG: &amp;#039;&amp;#039;Scalable Vector File&amp;#039;&amp;#039; is not a georeferenced file. OpenJUMP cannot open SVG file, anyhow Users could need to insert SVG files in a OpenJUMP project. SVG files has  be converted to DXF  using [http://live.gnome.org/Dia DIA], a program to draw structured diagrams, then the file can be warped to other georeferenced layer using &amp;quot;Warping&amp;quot; and &amp;quot;New Affine Transformation&amp;quot; tools in the OpenJUMP Menu ([http://dia-installer.de/index_en.html Dia for Windows])&lt;br /&gt;
&lt;br /&gt;
* 8 - WMF: WMF(R) and EMF(R) from Microsoft are alternatives file to tranfer any vector (and raster) file from one application to another. &lt;br /&gt;
** To convert an OpenJUMP view to WMF, save the view as SVG, than open the SVG file in [http://www.inkscape.org/ Inkscape] and save it to WMF or EMF.&lt;br /&gt;
** To open an WMF in OpenJUMP. Convert the WMF (or EMF) to SVS using [http://www.inkscape.org/ Inkscape]. Than follow the note 7 (SVG to DXF).&lt;br /&gt;
&lt;br /&gt;
* 9 - Since ver. 1.2 OpenJUMP can save georeferenced files.&lt;br /&gt;
&lt;br /&gt;
* 10 - ECW &amp;amp; JP2000: see [[ECW|ECW Support Page]] how to setup ECW SDK libraries in OpenJUMP and also [[Working with Raster]] page&lt;br /&gt;
&lt;br /&gt;
* 11 - SID: see [[Layer]] how to setup MrSID reader in OpenJUMP. [http://www.lizardtech.com/download/dl_options.php?page=tools MrSID Decode] of Litartech(R) allows to convert MrSID files to TIFF and GeoTIF&lt;br /&gt;
&lt;br /&gt;
* 12 - [https://sourceforge.net/project/showfiles.php?group_id=118054 SIS: database Plugin] can read PostGIS databases but not write&lt;br /&gt;
&lt;br /&gt;
* 13 - CSV: It can be read-in in OpenJUMP to be directly joined with an existing table. It is not displayed as separate table.&lt;br /&gt;
&lt;br /&gt;
* 14 - CSV: To load &amp;#039;&amp;#039;Comma separated values&amp;#039;&amp;#039; users have to install two files: &amp;#039;&amp;#039;PirolCsv.jar&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Baseclass.jar&amp;#039;&amp;#039; from [http://www.al.fh-osnabrueck.de/jump-download.html PIROL]. PIROL CSV file specification is [http://lbst-pf-3.lbst.ecs.fh-osnabrueck.de:8080/downloadable_content/PIROL-CSV_specification.txt here]&lt;br /&gt;
&lt;br /&gt;
* 15 - TXT, DBF and MBR files can be easly converted to CSV using [http://openoffice.org/ OpenOffice].&lt;br /&gt;
&lt;br /&gt;
* 16 - FWTOOLS: The [http://fwtools.maptools.org/ FWTools] binary releases for Linux and Windows is a set of tools to view/edit/save between several raster and vector file formats. Based on [http://www.gdal.org/ GDAL] and [http://gdal.org/ogr/ OGR] libraries, it includes the viewer [http://openev.sourceforge.net/ OpenEV] that provides access to the files with a graphic interface.&lt;br /&gt;
&lt;br /&gt;
* 17 - HYPERCUBE: [http://www.tec.army.mil/Hypercube/ HyperCube] is a Macintosh and Windows application program specifically directed to the analysis and display of multi and hyperspectral imagery. It is a  freeware produced by the US Army Corps of Engineers Topographic Engineering Center. ERDAS Image can be opened using Hypercube and converted in TIFF or JPG. The georeferenced information maybe would be lost, read carefully the Hypercube [http://www.tec.army.mil/Hypercube/pub/HyperCube.pdf manual], chap. &amp;quot;Saving Overviews&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 18 - [http://soldin.de/about/2004-jump_plugins/gt2jump.readwrite-0.1a.zip GT2 plugin], by Edgar Soldin, probably gives a partial support in  read/save MySQL, and also GML2, Shapefile, Oracle, PostGIS and MIF. GT2 plugin works only with Jump 1.2. Otherwise you may try the [http://jumpdbqplugin.sourceforge.net/ DB Query plugin].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[List of Functions]] || &amp;#039;&amp;#039;&amp;#039;to&amp;#039;&amp;#039;&amp;#039; New User Guide [[Index]]&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1640</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1640"/>
		<updated>2013-08-03T20:21:23Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Other Dataformats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox  &lt;br /&gt;
** Auto Assign Attribute (1), Clip To Fence (1) , Orthogonalize  on Tools menu.&lt;br /&gt;
&lt;br /&gt;
(0) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(1) &amp;#039;&amp;#039;&amp;#039;(Included into OpenJUMP)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/. A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/ . A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). Since version 1.4 an improved  image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here]  has been embedded into OpenJUMP, this plugin supports GeoTIFF, TIFF, JPG, PNG and ASC grid.&lt;br /&gt;
&lt;br /&gt;
There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* To display ESRI ASCII raster the raster plugin from SIGLE team may help you [http://www.projet-sigle.org/IMG/zip/RasterPlugin-i18n.zip download here]&lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin (included into OpenJUMP 1.6.3)&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work (*)&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Read/Write dxf files into/from OpenJUMP. &lt;br /&gt;
# (*) from &amp;#039;&amp;#039;Michael Michaud&amp;#039;&amp;#039; - [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Read/Write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Read Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CSV Driver&amp;#039;&amp;#039;&amp;#039;(*) - Read/Write files in the csv format, or other character delimited values format (part of OpenJUMP PLUS, [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ separate plugin download]).&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;OpenStreetMap osm file Driver&amp;#039;&amp;#039;&amp;#039; - Reads [http://wiki.openstreetmap.org/wiki/OSM_XML OpenStreetMap] xml files saved as *.osm: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ plugin download]. Note, completeness of conversion from OSM primitive to OpenJUMP features is not guaranteed. Please check the log. Also, *.osm files contain data in geographic coordinates (in WGS84), so you may need to utilize the [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=CTS_Extension_-_Working_with_Projections CTS extension] to convert that data into your local cartographic projection.  &lt;br /&gt;
&lt;br /&gt;
(*) &amp;#039;&amp;#039;&amp;#039;(included in OpenJUMP PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante (included in PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram): http://www.geo.uzh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Main_Page&amp;diff=1639</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Main_Page&amp;diff=1639"/>
		<updated>2013-08-03T18:55:41Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note, the OpenJUMP wiki is from users for users and needs updates and improvements. Help for adding information but also to accomplish other things from documentation to programming is welcome (see [[Contact us]]).&lt;br /&gt;
&lt;br /&gt;
== OpenJUMP GIS - The free, cross-platform and open source GIS for the World ==&lt;br /&gt;
[[image:114231354_7b5aa910b2.jpg|thumb|right|300px|OpenJUMP Screenshot]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;margin: 1em auto 1em auto&amp;quot;;&lt;br /&gt;
|align=&amp;quot;left&amp;quot; |&amp;#039;&amp;#039;&amp;#039;About OpenJUMP&amp;#039;&amp;#039;&amp;#039; ||  style=&amp;quot;width:50px&amp;quot; | || &amp;#039;&amp;#039;&amp;#039;Get OpenJUMP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[What is OpenJUMP]]? (+)  || || &amp;amp;bull; [[Downloading OpenJUMP]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Who uses OpenJUMP]]?     || || &amp;amp;bull; [[Installation]]&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;height:7px&amp;quot;&lt;br /&gt;
|          || ||&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Use OpenJUMP&amp;#039;&amp;#039;&amp;#039; || || &amp;#039;&amp;#039;&amp;#039;Develop OpenJUMP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Starting OpenJUMP]] for the first timers      || || &amp;amp;bull; [[How to translate OpenJUMP into another language|Translate OpenJUMP]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Using OpenJUMP]] (+)    || || &amp;amp;bull; [[Developing with OpenJUMP]] (o)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Index|Online User Manual]]      || || &amp;amp;bull; [[Contributors to OpenJUMP]] &lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;bull; [[Plugins for OpenJUMP]] || ||&lt;br /&gt;
|- style=&amp;quot;height:7px&amp;quot; &lt;br /&gt;
|           || ||&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot;  |&amp;#039;&amp;#039;&amp;#039;Other&amp;#039;&amp;#039;&amp;#039; || ||&lt;br /&gt;
|- &lt;br /&gt;
| &amp;amp;bull; [[Contact us]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| &amp;amp;bull; [[Related Websites and Blogs]] || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
ToDo&amp;#039;s: (o) cleanup, (+) write new/improve pages&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
* [3rd Aug 2013] - New driver to load OpenStreetMap *.osm files ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ download])&lt;br /&gt;
* [29th May 2013] - New release 1.6.3 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [23 April 2013] - New release 1.6.2 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [12 April 2013] - New bugfix release 1.6.1 fixing a startup issue on Mac and Linux is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [11 April 2013] - New release 1.6.0 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [13 mar 2013] - Development snapshots now contain general shortcut support, shortcut overview is available under Help/Shortcuts&lt;br /&gt;
* [14 oct 2012] - New Beanshell Attribute Calculator (See a [http://geo.michaelm.free.fr/OpenJUMP/resources/video/ screencast])&lt;br /&gt;
* [18 Jun 2012] - New Concave Hull extension ([http://www.rotefabrik.free.fr/concave_hull/ more details])&lt;br /&gt;
* [18 May 2012] - New Release 1.5.2 is available ([[Downloading OpenJUMP|download]])&lt;br /&gt;
* [16 Apr 2012] - Release of a new CSV driver (0.6) which replaces the txt driver currently included in PLUS edition&lt;br /&gt;
* [02 Feb 2012] - New Release 1.5.1 is available ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.5.1/ download])&lt;br /&gt;
* [27 Nov 2011] - We are trying to get a [[Doc_Sprint]] organized for the first part of 2012.&lt;br /&gt;
* [26 Nov 2011] - New version of DB Query plugin 0.8 ([http://jumpdbqplugin.sourceforge.net/ more details])&lt;br /&gt;
* [11 Sep 2011] - New Release 1.4.2 is available ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.4.2/ download])!&lt;br /&gt;
* [29 Jun 2011] - new Geometry Converter Extension version 0.3rc4 [http://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/geomconv_0.3rc4.zip available]&lt;br /&gt;
* [28 June 2011] - internationalized [[CTS Plugin|CTS extension (Coordinate transformation services)]] version 0.2 stable released&lt;br /&gt;
* [21 Aug 2010] - updated [[CTS Plugin|Coordinate transformation plugin (CTS extension)]] and revamped [[GPS Plugin|Live GPS support for serial devices (GPS extension)]] for OpenJUMP by [http://soldin.de Edgar Soldin] available at The Jump Pilot Project [http://sourceforge.net/projects/jump-pilot/files/ download page].&lt;br /&gt;
* [07 Feb. 2010] - new [http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin/SpatialitePlugin.zip/download SpatialLite plugin] for OpenJUMP that allows to read SpatialLite layers. Note the new Version of the &amp;#039;&amp;#039;DB Query Plugin&amp;#039;&amp;#039; can read SpatialLite too. Jukka made a tutorial for this - see [[OpenJUMP with SpatialLite]].&lt;br /&gt;
* [[Older News]]&lt;br /&gt;
&lt;br /&gt;
== Editing this Wiki ==&lt;br /&gt;
* you can edit this wiki: simply &amp;#039;&amp;#039;jumpin&amp;#039;&amp;#039; (pw) as &amp;#039;&amp;#039;ojuser2&amp;#039;&amp;#039; (user)&lt;br /&gt;
* you can also create a new account - and then write an email to Stefan sstein[=at=] geo.uzh.ch so that he can assign you editing rights&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software. See also [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* here is a list of [[Special:RecentChanges|recent changes]].&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1627</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1627"/>
		<updated>2013-06-11T18:34:14Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Spatial Analysis and Editing PlugIns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox (1)&lt;br /&gt;
**  Clip To Fence (1) , Orthogonalize and  Auto Assign Attribute (1) on Tools menu.&lt;br /&gt;
(0) Added as a separate plugin to OpenJUMP PLUS&lt;br /&gt;
(1) Added to \OpenJUMP nightly snapshot &lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/.&lt;br /&gt;
A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. &lt;br /&gt;
It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/&lt;br /&gt;
A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* (1) an improved version is the image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here] - which in the new version also supports GeoTIFF files To work with the pirol plugin you need to install JAI and additionally to download the BaseClasses package.&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* To display ESRI ASCII raster the raster plugin from SIGLE team may help you [http://www.projet-sigle.org/IMG/zip/RasterPlugin-i18n.zip download here]&lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Loads/write dxf files into/from OpenJUMP. &lt;br /&gt;
# from &amp;#039;&amp;#039;Michael Michaud&amp;#039;: [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039; - Loads/write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Loads/write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Loads Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante (included in PLUS edition)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram): http://www.geo.uzh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1626</id>
		<title>Plugins for OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Plugins_for_OpenJUMP&amp;diff=1626"/>
		<updated>2013-06-11T18:32:30Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Spatial Analysis and Editing PlugIns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below you will find a non-complete listing of available plugins for OpenJUMP. To add a plugin to OpenJUMP, simply put the extensions file(s) into the OpenJUMP lib/ext directory. Probably they come in an archive you will have to unzip. See also the [[Installing Plugins]] page.&lt;br /&gt;
&lt;br /&gt;
== Installing Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Installing Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Popular Plugins ==&lt;br /&gt;
; &amp;amp;rArr; [[Popular Plugins]]&lt;br /&gt;
&lt;br /&gt;
== Websites with several plugins ==&lt;br /&gt;
&lt;br /&gt;
* OpenJUMP Plugin repository: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/&lt;br /&gt;
* Project PIROL plugins: http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
* project SIGLE: http://sourceforge.net/projects/sigle/ (last update in 2006)&lt;br /&gt;
* Michael Michaud (in french): http://michael.michaud.free.fr/index_jump.html and http://geo.michaelm.free.fr&lt;br /&gt;
* [http://soldin.de Edgar Soldin] : latest versions of [[#Coordinate_Reference_Systems_.2F_Coordinate_Transformation|CTS]] and [[#GPS Plugins|GPS]] extension are now hosted on jump-pilot&amp;#039;s file section on sourceforge, see below&lt;br /&gt;
* GISAK.VSB: http://gis.vsb.cz/ruzicka/Projekty/jump/index.php&lt;br /&gt;
* CADPLAN Plugins: http://www.cadplan.com.au/&lt;br /&gt;
* GEOSTAF: http://digilander.libero.it/valruggero/download.html&lt;br /&gt;
* OpenJUMP.de: [http://www.openjump.de/i18n_de_DE/plugins/archikart/index.html Archikart Communication plugin]&lt;br /&gt;
* GeoArbores Plugins: http://sourceforge.net/projects/opensit/&lt;br /&gt;
&lt;br /&gt;
== Plugins for OpenJUMP ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Editing Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* New ISA 2.5 tools for OpenJUMP deriving from SkyJUMP. Download &amp;quot;isa-2.5.jar&amp;quot;:http://www.ashsiii.com/downloads/openjump/isa-2.5.jar and  place it in your \OpenJUMP /lib/ext folder. Download also a modified [http://www.ashsiii.com/downloads/openjump/workbench-properties.xml workbench-properties.xml] and  place it in your OpenJUMP /bin folder to enables the individual tools on OJ menus.&lt;br /&gt;
** KML datasource (0)&lt;br /&gt;
** Text Block Annotation and Interactive Buffer, on Editing toolbox (1)&lt;br /&gt;
**  Clip To Fence (1) , Orthogonalize and  Auto Assign Attribute (1) on Tools menu.&lt;br /&gt;
(0) Added as a separate plugin to OpenJUMP PLUS&lt;br /&gt;
(1) Added to \OpenJUMP nightly snapshot &lt;br /&gt;
&lt;br /&gt;
* CAD Extension for OpenJUMP: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/CADExtension/.&lt;br /&gt;
A large set of tools for drawing, modifying features and to calculate lenghts, areas and angles. &lt;br /&gt;
It is designed to work with DXF PlugIn on inport/export CAD files&lt;br /&gt;
&lt;br /&gt;
* Measurement tools: https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/&lt;br /&gt;
A set of measurement tools to compute coordinates, lenght, area, anglee and azimuth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Raster Image Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
OpenJUMP provides a basic raster support to display TIFF, JPG and PNG. ECW &amp;amp; JPEG2000 support is also provided if ECW drivers are correctly installed (see [[Working with Raster]] page). There are other raster plugins. Some of them require  Java Advanced Imaging (JAI) libray. JAI for different platforms can be found [http://java.sun.com/products/java-media/jai/current.html here]&lt;br /&gt;
&lt;br /&gt;
* (1) an improved version is the image plugin from Project PIROL: [http://www.al.fh-osnabrueck.de/jump-download.html download here] - which in the new version also supports GeoTIFF files To work with the pirol plugin you need to install JAI and additionally to download the BaseClasses package.&lt;br /&gt;
&lt;br /&gt;
* another fine image plugin, based on GDAL, is the TANATO plugin from SIGLE: [http://projetsigle.free.fr/ressources/logiciels/jdgal/OJRasterMap_Plugin1.0.zip download here] - which support apart from several image formats (ECW, TIF, JPG as Raster Catalog Data) the generation of TIN and TIN-Flow calculations (note: the page is in french!)  &lt;br /&gt;
&lt;br /&gt;
* To display ESRI ASCII raster the raster plugin from SIGLE team may help you [http://www.projet-sigle.org/IMG/zip/RasterPlugin-i18n.zip download here]&lt;br /&gt;
&lt;br /&gt;
* Dispay Raster Layer Properties and a Cell inspector from Geoarbores. [http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/Raster%20Tools/ Download here] the plugin&lt;br /&gt;
&lt;br /&gt;
(1) added to OpenJUMP since 1.4 version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Print Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Basic Print PlugIn supporting also multiple sheets by Geoff (http://www.cadplan.com.au/). It should work also with JUMP - It requires [http://sourceforge.net/project/downloading.php?groupname=itext&amp;amp;filename=iText-2.1.3.jar&amp;amp;use_mirror=osdn iText] library to work.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/PrintLayout%20Plugin/ Print Layout Plugin]  by [http://www.intevation.de Intevation]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Database Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DB Query&amp;#039;&amp;#039;&amp;#039; allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets ([http://jumpdbqplugin.sourceforge.net/ see documentation]) from PostGIS, MySQL, SpatialLite and Oracle databases. See also the tutorial &amp;quot;[[OpenJUMP with SpatialLite]]&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS&amp;#039;&amp;#039;&amp;#039; database connector ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/PostGIS%20Plugin/ download]) : see also [[Installing Plugins]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PostGIS plugin&amp;#039;&amp;#039;&amp;#039; ([http://r1.bocher.free.fr/logiciel/sqlbuilder/simplepostgisplugin-put-in-lib-ext.tar download)] by Erwan Brocher. See also Erwan&amp;#039;s [http://r1.bocher.free.fr/index.php?n=Main.GeoSQLBuilder wiki page] for the description&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;iSQLViewer&amp;#039;&amp;#039;&amp;#039;: SQL front end by Erwan Brocher([http://r1.bocher.free.fr/logiciel/sqlbuilder/isqlviewer4openjump-put-in-lib-ext.tar download]). &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ArcSDE&amp;#039;&amp;#039;&amp;#039; database reader (as separate [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/ArcSDE%20Plugin/ download] but also contained in ISA 2.0 tools package - see below)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Oracle&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SIS%20DataBase%20Plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SpatiaLite&amp;#039;&amp;#039;&amp;#039; database reader ([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/SpatialLite_reader_plugin/ download])&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pgRouting&amp;#039;&amp;#039;&amp;#039; network analysis with pgRouting and PostgreSQL([http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Database%20Plugins/pgRouting%20Plugin/ download])&lt;br /&gt;
&lt;br /&gt;
Note, an introduction on how to use OpenJUMP with PostGIS can be found in OpenJUMP 1.3 tutorial presented at OGRS 2009 (see the [[Downloadable Tutorials and Guides]] section of the wiki or our download area on SourceForge). Also the book &amp;quot;[http://www.manning.com/obe/ PostGIS in Action]&amp;quot; contains a chapter on that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Other Dataformats&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DXF Driver&amp;#039;&amp;#039;&amp;#039; Loads/write dxf files into/from OpenJUMP. &lt;br /&gt;
# from &amp;#039;&amp;#039;Michael Michaud&amp;#039;: [http://geo.michaelm.free.fr/OpenJUMP/resources/drivers download]&lt;br /&gt;
# Another dxf plugin from &amp;#039;&amp;#039;Dante&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Rammi&amp;#039;&amp;#039;: &lt;br /&gt;
#* download JUMP plugin (jar): http://jump-pilot.sourceforge.net/download/driver-dxf.jar by Dante Fuster, Peru, contact: dante.fuster[=at=]gmail.com (note: download also the CAFF program below and place the file &amp;#039;&amp;#039;dxfviewer-swing-pro.jar&amp;#039;&amp;#039; as well in OpenJUMPs /lib/ext directory like driver-dxf.jar&lt;br /&gt;
#* download CAFF dxf viewer: http://jump-pilot.sourceforge.net/download/dxfviewer-swing-pro.jar by Rammi, contact: rammi[=at=]caff.de, note: just click on the jar file to start the application&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;MIF/MID Driver&amp;#039;&amp;#039;&amp;#039; - Loads/write mif-mid files into/fromOpenJUMP. From Michael Michaud, download: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeoConcept Driver&amp;#039;&amp;#039;&amp;#039; Loads/write GeoConcept files into/from OpenJUMP. From Michael Michaud, download http://geo.michaelm.free.fr/OpenJUMP/resources/drivers&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Excel file Driver&amp;#039;&amp;#039;&amp;#039; - Loads Microsoft Excel files. From Dante Fuster, download (including example file): http://jump-pilot.sourceforge.net/download/excel_plugin.zip&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Internet Datasources and Web-Processing&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WFS PlugIn /WFS-T PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC WFS Standards 1.0 and 1.1 by Lat/Lon (http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/WFS%20Plugin/, [[WFS PlugIn Description]])&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;WPS PlugIn&amp;#039;&amp;#039;&amp;#039; for OGC Web Processing Standard 1.0 by 52 North, info: http://52north.org/maven/project-sites/wps/52n-wps-client-jump/installation.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Spatial Analysis and Editing PlugIns&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Map Generalization Toolbox V1.0&amp;#039;&amp;#039;&amp;#039;: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Map%20Generalization%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
;&amp;#039;&amp;#039;&amp;#039;Sextante&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:a set of free geospatial analysis tools developed by the Junta de Extremadura (ES). Download the latest beta Souceforge [http://forge.osor.eu/plugins/wiki/index.php?id=13&amp;amp;type=g page] by Victor Olay Download the [http://forge.osor.eu/plugins/wiki/index.php?Downloads&amp;amp;id=13&amp;amp;type=g latest version] for OpenJUMP. See also [[OpenJUMP and Sextante]] page&lt;br /&gt;
&lt;br /&gt;
; Clean and explode with ArcGis generated contour lines&lt;br /&gt;
: see authors homepage:http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Landscape Ecology&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: An extension to extract edges, core area, patches, corridors, branches and shortcut areas as described in (Vogt et al. 2007- Ecol. Ind.) but with buffer operations. It also provides several polygon metrics. - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Landscape%20Pattern%20Analysis%20Tools/oj_landscape_pattern_analysis_2013june.zip/download download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Quality Assurance Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP: [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Quality%20Assurance%20Plugin/ download]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Road Matcher Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project to work with OpenJUMP - [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download] Access to the source code: [http://github.com/ssinger/roadmatcher/tree/openjump here] - and on our project SVN. We thank Steve Singer for making the necessary adoptions - this way Road Matcher could be used in an [http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Feature OpenStreetMap Conflation project]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Graph Toolbox Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ download], and a short documentation (available in english and in french) can be downloaded: [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/OJ%20graph%20toolbox/GraphExtension4OJ.pdf/download engl. doc], [http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/GraphToolboxPlugin/trunk/doc/ general]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Skeletonizer Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:from the original JUMP project - creates skeletons of polygon objects. Download it from [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/ here]  &lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;GeOxygene Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for the GeOygene analysis &amp;amp; computation platform. Download from [http://sourceforge.net/projects/oxygene-project/files/ here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Home Range Analysis Toolbox (HoRAE)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for animal movement analysis based on GPS collar data. Download from [http://sourceforge.net/userapps/mediawiki/mentaer/index.php?title=Movement_Analysis here]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;MorphAL&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:morphological analysis of vector data. Download from [http://alpage.tge-adonis.fr/index.php/en/news/73-morphal]&lt;br /&gt;
&lt;br /&gt;
; Multi Depot Vehicle Routing (portuguese only)&lt;br /&gt;
: [http://sourceforge.net/projects/mdvrp-gis/files/]&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Matching PlugIn&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Michaël Michaud - jar file and packaged source code are available at [https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/Matching%20PlugIn/ download], and a documentation can be downloaded from the same repository (in english or in french).&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Space Syntax Analysis (SSA) Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Burak Beyhan - BeanShell, Jython and jar file versions of SSA Plugin together with some documentation (including a simple installation and user&amp;#039;s guide in English or in Turkish) and source codes can be downloaded from [http://mekandizim.mersin.edu.tr/ here].&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Concave Hull Plugin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: from Eric Grosso - presentation, source code and binaries are available [http://www.rotefabrik.free.fr/concave_hull/ here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Coordinate Reference Systems / Coordinate Transformation&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;CTS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: allows the user to assign a coordinate reference system (CRS) to vector layers and reproject. Please look at [[CTS Extension - Working with Projections]] for installation and instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Security for Geodata&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Watermarking Plugin&amp;#039;&amp;#039;&amp;#039; for Jump and Openjump by Julien Lafaye - please visit his [http://cedric.cnam.fr/~lafaye_j/ webpage] to download the [http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software WaterGoatOpenJumpPlugin]. It is distributed under the LGPL license. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Programming and Scripting Support&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Beanshell Editor&amp;#039;&amp;#039;&amp;#039; is a text editor using a very old version of jEdit for syntax color. You can use it to write, launch, and save your own beanshell scripts. You can download it [http://geo.michaelm.free.fr/OpenJUMP/resources/bsheditor4jump-0.2.jar here]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groovy&amp;#039;&amp;#039;&amp;#039;: we also have people that started to develop with [http://groovy.codehaus.org Groovy] and OpenJUMP. For more info check this page [[OpenJUMP and Groovy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;GPS Plugins&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Live GPS extension&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
: new version available at The Jump Pilot Project [https://sourceforge.net/projects/jump-pilot/files/ download page]&lt;br /&gt;
: [[CTS_Extension_-_Working_with_Projections|Coordinate transformation extension]] is needed also if OpenJUMP task is using some other projection than the GPS output. &lt;br /&gt;
: Instructions for using GPS extension available at [https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=GPS_plugin GPS Plugin page]&lt;br /&gt;
&lt;br /&gt;
; GPX import plugin&lt;br /&gt;
: http://sourceforge.net/projects/surveyos/files/SurveyOS%20OpenJUMP%20Plug-Ins/GPX/&lt;br /&gt;
&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;nmeaRaw.jar Plugin&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
:for Openjump that reads GPS logs (GGA and RMC) : see download page of the PIROL Project http://www.al.fh-osnabrueck.de/jump-download.html&lt;br /&gt;
&lt;br /&gt;
; NMEA converter script&lt;br /&gt;
: script to convert the NMEA data into a Jump compatible GML file available by Joe Desbonet : see emails on Jump-User mail list from 21.01.2006 with subject: GPS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Styling&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;&amp;#039;&amp;#039;VertexSymbols&amp;#039;&amp;#039;&amp;#039; Plugin adds vector or raster symbols to vertex. Download page from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Jump Fill Pattern&amp;#039;&amp;#039;&amp;#039; Plugin allows user to add their own fill patterns to an Openjump project from  Cadplan http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Charts / Plots&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
* Create pie, column or stacked column charts for presenting your numeric attribute data of an Openjump layer: http://services.giub.uni-bonn.de/downloads/openjump/&lt;br /&gt;
&lt;br /&gt;
* Based on the first one, Geoff created a newer Version which returns the charts as permanent layer: http://www.cadplan.com.au/jump.html&lt;br /&gt;
&lt;br /&gt;
* A plugin that provides attribute classification tools and charts (scatter plot, bar plot, histogram): http://www.geo.uzh.ch/~sstein/&lt;br /&gt;
&lt;br /&gt;
== Plugins for JUMP ==&lt;br /&gt;
&lt;br /&gt;
These plugins are already (partly) integrated in OpenJUMP. &lt;br /&gt;
&lt;br /&gt;
* Selection Tools Package: see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* SVG image export PlugIn (exports max. 100 features per layer): see authors homepage: http://www.geo.unizh.ch/~sstein/&lt;br /&gt;
* ISA Tools Package: contains several useful tools especially for geometry editing. The plugin contains also the possibility to display \MrSid Raster Images and connect to \ArcSDE (download: http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/ISA%20Plugins/). It may work only with OpenJUMP 1.0&lt;br /&gt;
* The Looks Extension: http://jonathanaquino.com/looks_extension/looks-extension-1.0.zip applies the aesthetically pleasing JGoodies Looks look-and-feel to Openjump. Author: Jonathan Aquino&lt;br /&gt;
* Proportional symbols plugin for Openjump. It&amp;#039;s accessible by the &amp;quot;Analyse&amp;quot; menu, and tested against Openjump 0.1 french version. http://www.geotests.net/jump/symboles.jar Hope his helps. Author: Laurent http://www.univ-tlse2.fr/geoprdc http://www.geotests.net/blog &lt;br /&gt;
* Jython - Python for JUMP contained in ISA 2.0 plugin (see below or http://sourceforge.net/project/showfiles.php?group_id=118054)&lt;br /&gt;
&lt;br /&gt;
== Plugins for Kosmo ==&lt;br /&gt;
From [http://sourceforge.net/projects/opensit/ Geoarbores] project. These plugins derive from OpenJUMP and are adapted to work with Kosmo SAIG [http://www.opengis.es/]. Sourcecodes are packed with plugins&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Beanshell Console&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: This plugin is adapted from original Beanshell console of Jump 1.0 from Vivid Solutions. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/BeanshellConsole/ Download] Beanshell Console PlugIn&lt;br /&gt;
; &amp;#039;&amp;#039;&amp;#039;Export View to High Resolution Image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:This plugin is adapted from OpenJUMP one and allows to increase (in pixel) resolution of a view. Images are exported as non georeferenced images. [http://sourceforge.net/projects/opensit/files/Kosmo/PlugIn/Raster%20Tools/ Download] Export View to HR Image PlugIn&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Starting_OpenJUMP&amp;diff=1623</id>
		<title>Starting OpenJUMP</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Starting_OpenJUMP&amp;diff=1623"/>
		<updated>2013-06-06T19:05:59Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039;  [[Index]] page&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Openjump is launched using launchers (OpenJUMP.exe for Windows and OpenJUMP.app for Mac) or scripts (&amp;#039;&amp;#039;&amp;#039;oj_windows.bat&amp;#039;&amp;#039;&amp;#039;, for Windows, and &amp;#039;&amp;#039;oj_linux.sh&amp;#039;&amp;#039;, for Linux and for MacOSX).&lt;br /&gt;
Launchers and Scripts  are in Openjump/BIN folder. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;LINUX&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Open OpenJUMP/bin folder&lt;br /&gt;
* make &amp;#039;&amp;#039;oj_linux.sh&amp;#039;&amp;#039; Linux shell scrip executable via console or using Property file menu (see Ubuntu or Xandros)&lt;br /&gt;
&lt;br /&gt;
How to make &amp;#039;&amp;#039;oj_linux.sh&amp;#039;&amp;#039; executable via console:&lt;br /&gt;
&lt;br /&gt;
* Open a console and write: &lt;br /&gt;
 chmod +x &amp;#039;&amp;#039;oj_linux.sh&amp;#039;&amp;#039;&lt;br /&gt;
(command +x makes the script file Openjump.sh executable) and run&lt;br /&gt;
* Run Openjump by consolle with command: &lt;br /&gt;
 ./&amp;#039;&amp;#039;oj_linux.sh&amp;#039;&amp;#039; &lt;br /&gt;
or double clicking on it&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MACOSX&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Open OpenJUMP/bin folder&lt;br /&gt;
* Click on &amp;#039;&amp;#039;OpenJUMP.app&amp;#039;&amp;#039; file, visualized by the orange Kangaroo and a blu OJ&lt;br /&gt;
&lt;br /&gt;
[[File:run_mac.png|550px]]&lt;br /&gt;
&lt;br /&gt;
It is possible to run OpenJUMP via terminal:&lt;br /&gt;
&lt;br /&gt;
* Move OPENJUMP folder to the folder &amp;#039;&amp;#039;Applications&amp;#039;&amp;#039; &lt;br /&gt;
* Open a Console &lt;br /&gt;
* Write&lt;br /&gt;
 cd Applications/OPENJUMP/bin&lt;br /&gt;
and run. &lt;br /&gt;
* On console write &lt;br /&gt;
 sh &amp;#039;&amp;#039;oj_linux.sh&amp;#039;&amp;#039;&lt;br /&gt;
and run &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;WINDOWS&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
* Open folder OpenJUMP/bin &lt;br /&gt;
* Run OpenJUMP by clicking on &amp;#039;&amp;#039;OpenJUMP.exe&amp;#039;&amp;#039; or use Windows script &amp;#039;&amp;#039;oj_windows.bat&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=How_to_use_a_plugin_with_a_properties_file_in_ECLIPSE&amp;diff=1549</id>
		<title>How to use a plugin with a properties file in ECLIPSE</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=How_to_use_a_plugin_with_a_properties_file_in_ECLIPSE&amp;diff=1549"/>
		<updated>2013-03-27T21:55:18Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have created your &amp;#039;&amp;#039;HelloWorldPlugIn&amp;#039;&amp;#039; like in the  section [[How to make your plugin in ECLIPSE]] then you can test (debug) it by loading it via use of a property file. This method is not a good way if you want to deploy your plugin. For this case see this section: [[How to create a jar plugin in ECLIPSE]]. There exists also a third case for including your plugins into Jump by modifying the &amp;#039;&amp;#039;JumpWorkbenchProperties.java&amp;#039;&amp;#039; file. But this way is not recommendable.&lt;br /&gt;
&lt;br /&gt;
But lets start on &amp;quot;how to include your plugin code&amp;quot; into Jump:&lt;br /&gt;
&lt;br /&gt;
* 1 - For this method it is necessary to create a project containing the original Jump/OpenJUMP code. You can get the sources from the downlowad pages or the C-V-S repositories. After you have create the Jump/OpenJUMP project your project view should look like in the following picture. The project should not contain build errors - which may be caused by not included jar libraries (here use the &amp;#039;&amp;#039;project properties&amp;#039;&amp;#039; and the &amp;#039;&amp;#039;&amp;#039;java build path&amp;#039;&amp;#039;&amp;#039; option) or wrong java-path structures (wrong folder structure).&lt;br /&gt;
[[File:10projectstructure.png]]&lt;br /&gt;
&lt;br /&gt;
* 2 - The next step is to create a run entry for the Jump project. Therefore do right-mouse-click on the Jump / OpenJUMP folder and choose &amp;#039;&amp;#039;&amp;#039;Run&amp;#039;&amp;#039;&amp;#039; and select in the submenu the option &amp;#039;&amp;#039;&amp;#039;Run...&amp;#039;&amp;#039;&amp;#039; and a new dialog will pop up. &amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;: For debugging/testing use instead of &amp;#039;&amp;#039;&amp;#039;Run &amp;#039;&amp;#039;&amp;#039; the similar menu otpion called &amp;#039;&amp;#039;&amp;#039;Debug&amp;#039;&amp;#039;&amp;#039; (one below &amp;#039;&amp;#039;Run&amp;#039;&amp;#039;). Entries created with &amp;#039;&amp;#039;Debug&amp;#039;&amp;#039; can be used also by the &amp;#039;&amp;#039;Run&amp;#039;&amp;#039; option and vice versa.&lt;br /&gt;
&lt;br /&gt;
* 3 - Select here &amp;quot;Java Application&amp;quot; and press the &amp;quot;New&amp;quot; button.&lt;br /&gt;
[[File:11rundialoga.png]]&lt;br /&gt;
&lt;br /&gt;
* 4 - Now go on the new created entry and fill the field &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; e.g. with Jump. Now click on the &amp;#039;&amp;#039;&amp;#039;search..&amp;#039;&amp;#039;&amp;#039; button to define the entry class for Jump. Select from all the found classes &amp;#039;&amp;#039;&amp;#039;com.vividsolutions.jump.workbench.JUMPWorkbench&amp;#039;&amp;#039;&amp;#039; and press the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; button. (see below)&lt;br /&gt;
[[File:11rundialogb.png]]&lt;br /&gt;
&lt;br /&gt;
* 5 - Select the &amp;#039;&amp;#039;&amp;#039;Classpath&amp;#039;&amp;#039;&amp;#039; tab and add the libraries of the &amp;#039;&amp;#039;Openjump\lib\&amp;#039;&amp;#039; folder of your &amp;#039;&amp;#039;normal&amp;#039;&amp;#039; installed OpenJUMP. Use therefore the option &amp;#039;&amp;#039;&amp;#039;Add External JARs..&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Add JARs&amp;#039;&amp;#039;&amp;#039;. (Have a look on the picture below)&lt;br /&gt;
&lt;br /&gt;
* 6 - Further add also the &amp;#039;&amp;#039;Helloi18&amp;#039;&amp;#039; project to the class path by using &amp;#039;&amp;#039;&amp;#039;Add Projects..&amp;#039;&amp;#039;&amp;#039; button.&lt;br /&gt;
[[File:11rundialogc.png]]&lt;br /&gt;
&lt;br /&gt;
* 7 - Now press the &amp;#039;&amp;#039;&amp;#039;Run&amp;#039;&amp;#039;&amp;#039; button and OpenJUMP should start without any problems. If problems exists have a look on the messages which appear in the &amp;#039;&amp;#039;console&amp;#039;&amp;#039; window.&lt;br /&gt;
&lt;br /&gt;
* 8 - If Jump starts without problems you should made some additional setting. Open therefore again the &amp;#039;&amp;#039;&amp;#039;Run&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Debug&amp;#039;&amp;#039;&amp;#039; menu an select the appropriate entry (e.g. &amp;#039;&amp;#039;OpenJUMP&amp;#039;&amp;#039;) of the option &amp;#039;&amp;#039;&amp;#039;Java Application&amp;#039;&amp;#039;&amp;#039;. Select the tab &amp;#039;&amp;#039;&amp;#039;Arguments&amp;#039;&amp;#039;&amp;#039; and add under &amp;#039;&amp;#039;Programm Arguments&amp;#039;&amp;#039; the following lines:&lt;br /&gt;
&lt;br /&gt;
 -plug-in-directory &amp;quot;C:\Programme\Openjump\lib\ext&amp;quot;&lt;br /&gt;
 -i18n de&lt;br /&gt;
 -default-plugins c:\dev\eclwork\openjump_svn\scripts\default-plugins.xml&lt;br /&gt;
&lt;br /&gt;
The first line is used to call external Plugins of the JUMP / OpenJUMP distribution. The second line is an option for language selection if you use Jumpi18n or OpenJump. In this case, it starts OpenJUMP in German. Finally the third line calls a file that loads all the tools that you would see in the &amp;#039;Tools&amp;#039; menu in OpenJUMP, when you start a normal version. The last option works similar to &amp;#039;-properties&amp;#039; option outlined below.&lt;br /&gt;
&lt;br /&gt;
[[File:12rundialogproperties.png]]&lt;br /&gt;
&lt;br /&gt;
If you have more memory than used by Java Virtual Machine then you can additionally add under &amp;#039;&amp;#039;VM Arguments&amp;#039;&amp;#039; (choosing the appropriate amount of memory):&lt;br /&gt;
&lt;br /&gt;
 -Xmx128M&lt;br /&gt;
&lt;br /&gt;
* 9 - Now we will include our plugin code by using a properties file. Therefore we go to our &amp;#039;&amp;#039;Helloi18&amp;#039;&amp;#039; project and have to create a new file called &amp;#039;&amp;#039;workbench-properties.xml&amp;#039;&amp;#039;. If Your eclipse does not give you the possibility to create a &amp;#039;&amp;#039;&amp;#039;xml&amp;#039;&amp;#039;&amp;#039; file you can either download one [http://sourceforge.net/projects/mentaer.u/files/openjump/development_resources/workbench-properties.xml/download here] or you create a new textfile with same name and rename the ending to &amp;#039;&amp;#039;xml&amp;#039;&amp;#039;. &amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;: the file should be put in the &amp;quot;top&amp;quot; path of your folder like you see below. If you have created the file not inside Jump (because you used the downloaded file), then you have to use the &amp;quot;Refresh&amp;quot; option of the project menu (or pressing &amp;#039;&amp;#039;F5&amp;#039;&amp;#039; key)&lt;br /&gt;
[[File:13wbfile.png]]&lt;br /&gt;
&lt;br /&gt;
* 10 - The workbench-properties.xml file should contain the following line. &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;workbench&amp;gt;&lt;br /&gt;
 &amp;lt;plug-in&amp;gt;ch.unizh.geo.degen.HelloWorldPlugIn&amp;lt;/plug-in&amp;gt; &lt;br /&gt;
 &amp;lt;/workbench&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thereby every entry between &amp;#039;&amp;#039;workbench&amp;#039;&amp;#039; must contain the correct java path and the Plugin Class. More than one entry can be defind like shown below:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;workbench&amp;gt;&lt;br /&gt;
 &amp;lt;plug-in&amp;gt;ch.unizh.geo.degen.HelloWorldPlugIn&amp;lt;/plug-in&amp;gt;&lt;br /&gt;
 &amp;lt;plug-in&amp;gt;ch.unizh.geo.degen.LoadGPSPointsPlugIn&amp;lt;/plug-in&amp;gt; &lt;br /&gt;
 &amp;lt;/workbench&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 11 - Finally we have to say Jump that i should look up in the workbench-properties file to load our plugins. Therefore open the &amp;#039;&amp;#039;&amp;#039;Run&amp;#039;&amp;#039;&amp;#039; menu again. Select the &amp;#039;&amp;#039;&amp;#039;Java Application&amp;#039;&amp;#039;&amp;#039; option and your entry (&amp;#039;&amp;#039;OpenJump&amp;#039;&amp;#039;). Now go again to the tab &amp;#039;&amp;#039;&amp;#039;Arguments&amp;#039;&amp;#039;&amp;#039; and add the following entry (containing the right path):&lt;br /&gt;
&lt;br /&gt;
 -properties &amp;quot;D:\develop\openjump\Helloi18\workbench-properties.xml&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;note&amp;#039;&amp;#039;&amp;#039;: with newer Ecplise versions it may be necessary to omit the quotation marks&lt;br /&gt;
[[File:12rundialogwbproperties.png]]&lt;br /&gt;
&lt;br /&gt;
Since we have in the beginning also added our &amp;#039;&amp;#039;&amp;#039;Helloi18&amp;#039;&amp;#039;&amp;#039; project as &amp;#039;&amp;#039;&amp;#039;User Entry&amp;#039;&amp;#039;&amp;#039; under the &amp;#039;&amp;#039;&amp;#039;Classpath&amp;#039;&amp;#039;&amp;#039; tab we can now press the &amp;#039;&amp;#039;&amp;#039;Run&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Debug&amp;#039;&amp;#039;&amp;#039; button and our &amp;#039;&amp;#039;Hello World&amp;#039;&amp;#039; plugin should appear in Jump in the &amp;#039;&amp;#039;View&amp;#039;&amp;#039; menu.&lt;br /&gt;
&lt;br /&gt;
et voila!&lt;br /&gt;
Stefan (sstein)&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Professional_Support_Page&amp;diff=1471</id>
		<title>Professional Support Page</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Professional_Support_Page&amp;diff=1471"/>
		<updated>2012-07-24T16:00:48Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Professional support and development of customized Jump and OpenJUMP tools is available by the following companies:&lt;br /&gt;
&lt;br /&gt;
* [http://lat-lon.de Lat/Lon] (GER): developed WMS &amp;amp; WFS Plugin &lt;br /&gt;
* [http://intevation.net/ Intevation] (GER): developed PrintLayout Plugin &lt;br /&gt;
* [http://www.openjump.de openjump.de] (GER): developed Archikart Communication Plugin&lt;br /&gt;
* [http://sourceforge.net/userapps/mediawiki/mentaer/index.php?title=About_Me Stefan Steiniger] (CA, GER, CL): developer of several plugins (MapGeneralization Toolbox, HoRAE - Home Range Analysis) and core functions &lt;br /&gt;
* [http://www.refractions.net/ Refractions Research] (CA): developed OpenJUMP together with VividSolutions&lt;br /&gt;
* [http://www.vividsolutions.com/jump/ VividSolutions] (CA): developed the basis platform of OpenJUMP &lt;br /&gt;
* Larry Becker, from [http://sourceforge.net/projects/skyjump/ SkyJUMP team] (US): developed ArcSDE plugin, a couple of Drawing Tools, Jython plugin, added a number of smaller improvements &lt;br /&gt;
* [http://www.cadplan.com.au/ CadPlan] (AU), developed Printing Plugin and Styling Plugin &lt;br /&gt;
* [http://www.revolsys.com Revolution Systems Inc.] (CA) : contributed GUI and data-loading improvements to OpenJUMP &lt;br /&gt;
* [http://www.redefinedhorizons.com Redefined Horizons] (US) from The Sunburned Surveyor (sunburned.surveyor@gmail.com)&lt;br /&gt;
* [http://www.institutoecos.org.br Instituto Ecos] (BRA)&lt;br /&gt;
* [http://www.neogeo-online.net NeoGeo] (FRA)&lt;br /&gt;
* [http://camptocamp.com CampToCamp] (CH and FRA)&lt;br /&gt;
* [http://www.abfidee.it/sitoABF/prodotti.html aBf idee] (IT) : implementation of an emergency evacuation planning plugin&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;: [http://www.osgeo.org/search_profile OSGeo&amp;#039;s webpage] may contain further companies that offer support for OpenJUMP.&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Developer_Documentation_and_HowTo&amp;diff=1404</id>
		<title>Developer Documentation and HowTo</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Developer_Documentation_and_HowTo&amp;diff=1404"/>
		<updated>2012-04-14T19:14:35Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Making Your Own Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Docs ==&lt;br /&gt;
* [http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf original JUMP Developers Guide]&lt;br /&gt;
* [http://lsi.iiit.ac.in/openjump_manual/ new OpenJUMP Programmer&amp;#039;s Manual]&lt;br /&gt;
* [[Devel FAQ]]&lt;br /&gt;
* [[Using OpenJump in Your Student Project]]&lt;br /&gt;
&lt;br /&gt;
== Basics ==&lt;br /&gt;
* [[How to run OpenJUMP in Eclipse]]&lt;br /&gt;
* [[How to make your own OpenJUMP built]]&lt;br /&gt;
* [http://jump-pilot.sourceforge.net/javadoc/openjump_javadoc/ OpenJUMP javadoc] (sstein 3rd May 2010: needs to be updated, I think)&lt;br /&gt;
* [http://tsusiatsoftware.net/jts/javadoc/index.html JTS javadoc] (the geometry library used by OJ)&lt;br /&gt;
* [[OpenJUMP programming Guideline]]&lt;br /&gt;
* [https://gist.github.com/1361280 All Plugins/Functions of OpenJUMP] - November 2011&lt;br /&gt;
&lt;br /&gt;
== Making Your Own Plugins ==&lt;br /&gt;
&lt;br /&gt;
[[image:OJPlugInContextDiagram.png|thumb|right|200px|PlugInContext diagram]]&lt;br /&gt;
&lt;br /&gt;
* [[The difference of PlugIn and Extension and Registry]]&lt;br /&gt;
* [[How to use and make own Plugins]]&lt;br /&gt;
* [[How to use a plugin with a properties file in ECLIPSE]]&lt;br /&gt;
&lt;br /&gt;
* Example PlugIns:&lt;br /&gt;
** [[How to display customer xyz data from a file]]&lt;br /&gt;
** [[Example Plugin For Buffering Features in a Layer]]&lt;br /&gt;
** [[How to Access and Display Attributes of Selected Features]]&lt;br /&gt;
** [[Example Plugin For Accessing Sextante Algorithms]]&lt;br /&gt;
** [[How to load a Sextante raster layer and read its cell values]]&lt;br /&gt;
&lt;br /&gt;
[[image:Openjump-feature-model.png|thumb|right|200px|FeatureModel diagram]]&lt;br /&gt;
&lt;br /&gt;
* [[How to use i18n Internationalization]]&lt;br /&gt;
* [[How to load data from a Shape File directly]]&lt;br /&gt;
* [[Implementing Undo]]&lt;br /&gt;
* [[Displaying Debug Messages]]&lt;br /&gt;
* [[Adding A Toolbar Button]]&lt;br /&gt;
* [[Implementing cursortools]]&lt;br /&gt;
* [[Converting a CursorTool to a PlugIn]]&lt;br /&gt;
* [[Extending a FeatureCollection by Adding new Attributes]]&lt;br /&gt;
* [[Drawing an on-screen ornament]]&lt;br /&gt;
* [[OpenJUMP with Wallpaper]] &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Notes&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Tips and Tricks around the Java Topology Suite]]&lt;br /&gt;
* [[Notes On OpenJUMP&amp;#039;s Rendering System]]&lt;br /&gt;
* [[Notes on Speed Improvements on Rendering]]&lt;br /&gt;
* [[Notes on TaskFrames]]&lt;br /&gt;
* [[Notes on the Display of AttributeTables]]&lt;br /&gt;
* [[Using JUMP Libraries in an External Application]]&lt;br /&gt;
* A method/class diagram for the PlugInContext (click on the image to the right)&lt;br /&gt;
* Looking for Icons? then check out: http://projects.opengeo.org/geosilk&lt;br /&gt;
&lt;br /&gt;
== Adding support for new data formats ==&lt;br /&gt;
* [[How to write a new driver]] (Spring 2007)&lt;br /&gt;
* [[How to Create an Open Wizard]] (Since OpenJUMP Version 1.2)&lt;br /&gt;
* Some additional notes on adding support for a new file format: [[File DataSource Notes]]&lt;br /&gt;
* [[Working with GML]]&lt;br /&gt;
&lt;br /&gt;
== Scripting and Customization ==&lt;br /&gt;
* [[Scripting with BeanShell]]&lt;br /&gt;
* [[Using Jython]]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [[How to translate OpenJUMP into another language]]&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Downloadable_Tutorials_and_Guides&amp;diff=1369</id>
		<title>Downloadable Tutorials and Guides</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Downloadable_Tutorials_and_Guides&amp;diff=1369"/>
		<updated>2012-02-12T02:16:24Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Tutorials and User Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note, most of the documentation is accessible on our [http://sourceforge.net/project/showfiles.php?group_id=118054 general download page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tutorials and User Guides ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; &amp;#039;&amp;#039;&amp;#039;A - English Docs&amp;#039;&amp;#039;&amp;#039; &amp;lt;/big&amp;gt;&lt;br /&gt;
* An English [http://sourceforge.net/projects/jump-pilot/files/Documentation/OpenJUMP%201.5%20Docs/ OpenJUMP Tutorial] by Stefan Steiniger and Michael Michaud for users with a basic GIS knowledge (note: only some of the data are provided)&lt;br /&gt;
&lt;br /&gt;
* An English [http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/j/ju/jump-pilot/OpenJUMP1.0.1_Tutorial_englishBeta.pdf  OpenJUMP 1.1 Tutorial] by Uwe Dalluege&lt;br /&gt;
* An English [http://jump-pilot.sourceforge.net/download/mock-ex4jump.zip pseudo-exercise] by Ravi with the topic: Where to locate a nuclear power plant? It introduces OpenJUMPs basic analysis functions.&lt;br /&gt;
* Another English [http://jump-pilot.sourceforge.net/download/mockex_mineral_targeting_v2.zip pseudo-exercise] for OpenJUMP 1.3 by Ravi on mineral targeting. It introduces into OpenJUMP editing, query and analyis function as well as into working with PostGIS.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;older material&amp;#039;&amp;#039;: &lt;br /&gt;
* [http://www.vividsolutions.com/jump/doc.htm Other original JUMP documentation ](a wee bit old)&lt;br /&gt;
* Original VividSolutions JUMP 1.1 [http://www.vividsolutions.com/jump/bin/JUMP%20User%20Guide.pdf English User Guide]&lt;br /&gt;
* OpenJUMP Workshop for FOSS4G 2006 by Erwan Brocher - this tutorial has been updated for OpenJUMP 1.3 and presented at OGRS 2009 (see above) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; &amp;#039;&amp;#039;&amp;#039;B - Other Language Docs&amp;#039;&amp;#039;&amp;#039; &amp;lt;/big&amp;gt;&lt;br /&gt;
* A German introductory [http://sourceforge.net/project/downloading.php?group_id=118054&amp;amp;use_mirror=garr&amp;amp;filename=OpenJUMP12_German_Tutorial_sz.pdf&amp;amp;72973093 OpenJUMP 1.2F Tutorial] by Uwe Dalluege with sample data &lt;br /&gt;
* A German [http://openjump.org/PostGIS_Tutorial.pdf OpenJUMP PostGIS Tutorial] by Uwe Dalluege &lt;br /&gt;
* A User Guide for Field Work GIS Station powered by OpenJUMP in Japanese  [http://www.google.com/url?sa=t&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fgiswin.geo.tsukuba.ac.jp%2Fteacher%2Fmurayama%2Ffieldgis_station%2Fmanual%2Fmanual.pdf&amp;amp;ei=yVnhR57wGpb4nQOM4OmjCA&amp;amp;usg=AFQjCNEhFckYIYd9Vowo7mpsk4_8TaywcQ&amp;amp;sig2=-lP0jfD3iRp_k1Z4-u3I9Q   download] by Yuji Murayama, Hisaji Ono&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;older material&amp;#039;&amp;#039;: &lt;br /&gt;
* Spanish Original VividSolutions JUMP 1.1 [http://jump-pilot.svn.sourceforge.net/viewvc/*checkout*/jump-pilot/core/trunk/docs/manuals-es/JUMP-Doc-es-GuiaUsuario.pdf User Guide]&lt;br /&gt;
* [http://www.archive.org/download/OpenJUMP_Users_Guid_pt_br/ManualOpenJUMP.pdf Portuguese JUMP 1.1 User Guide] by Flavia Coelho Couto JoÃo Batista Brito and Ezequias Rodrigues da Rocha&lt;br /&gt;
* [http://geomatica.como.polimi.it/corsi/sw_gis/OpenJUMP-CAN-CC.pdf  Italian JUMP 1.1 User Guide] by Diego Magni&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* The book [http://www.manning.com/obe/ PostGIS in Action] by Regina O. Obe and Leo S. Hsu contains a section on how to use OpenJUMP GIS with [http://postgis.refractions.net PostGIS].&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.archive.org/download/OpenJUMP_presentation_ppt_pt_br/PalestraLACFee2005OpenJUMP.ppt Portugese presentation] by Ezequias R. da Rocha&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Downloadable_Tutorials_and_Guides&amp;diff=1368</id>
		<title>Downloadable Tutorials and Guides</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Downloadable_Tutorials_and_Guides&amp;diff=1368"/>
		<updated>2012-02-12T02:16:01Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: /* Tutorials and User Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note, most of the documentation is accessible on our [http://sourceforge.net/project/showfiles.php?group_id=118054 general download page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tutorials and User Guides ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; &amp;#039;&amp;#039;&amp;#039;A - English Docs&amp;#039;&amp;#039;&amp;#039; &amp;lt;/big&amp;gt;&lt;br /&gt;
* An English [https://sourceforge.net/projects/jump-pilot/files/Documentation/OpenJUMP%201.5%20Docs/ OpenJUMP Tutorial] by Stefan Steiniger and Michael Michaud for users with a basic GIS knowledge (note: only some of the data are provided)&lt;br /&gt;
&lt;br /&gt;
* An English [http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/j/ju/jump-pilot/OpenJUMP1.0.1_Tutorial_englishBeta.pdf  OpenJUMP 1.1 Tutorial] by Uwe Dalluege&lt;br /&gt;
* An English [http://jump-pilot.sourceforge.net/download/mock-ex4jump.zip pseudo-exercise] by Ravi with the topic: Where to locate a nuclear power plant? It introduces OpenJUMPs basic analysis functions.&lt;br /&gt;
* Another English [http://jump-pilot.sourceforge.net/download/mockex_mineral_targeting_v2.zip pseudo-exercise] for OpenJUMP 1.3 by Ravi on mineral targeting. It introduces into OpenJUMP editing, query and analyis function as well as into working with PostGIS.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;older material&amp;#039;&amp;#039;: &lt;br /&gt;
* [http://www.vividsolutions.com/jump/doc.htm Other original JUMP documentation ](a wee bit old)&lt;br /&gt;
* Original VividSolutions JUMP 1.1 [http://www.vividsolutions.com/jump/bin/JUMP%20User%20Guide.pdf English User Guide]&lt;br /&gt;
* OpenJUMP Workshop for FOSS4G 2006 by Erwan Brocher - this tutorial has been updated for OpenJUMP 1.3 and presented at OGRS 2009 (see above) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; &amp;#039;&amp;#039;&amp;#039;B - Other Language Docs&amp;#039;&amp;#039;&amp;#039; &amp;lt;/big&amp;gt;&lt;br /&gt;
* A German introductory [http://sourceforge.net/project/downloading.php?group_id=118054&amp;amp;use_mirror=garr&amp;amp;filename=OpenJUMP12_German_Tutorial_sz.pdf&amp;amp;72973093 OpenJUMP 1.2F Tutorial] by Uwe Dalluege with sample data &lt;br /&gt;
* A German [http://openjump.org/PostGIS_Tutorial.pdf OpenJUMP PostGIS Tutorial] by Uwe Dalluege &lt;br /&gt;
* A User Guide for Field Work GIS Station powered by OpenJUMP in Japanese  [http://www.google.com/url?sa=t&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fgiswin.geo.tsukuba.ac.jp%2Fteacher%2Fmurayama%2Ffieldgis_station%2Fmanual%2Fmanual.pdf&amp;amp;ei=yVnhR57wGpb4nQOM4OmjCA&amp;amp;usg=AFQjCNEhFckYIYd9Vowo7mpsk4_8TaywcQ&amp;amp;sig2=-lP0jfD3iRp_k1Z4-u3I9Q   download] by Yuji Murayama, Hisaji Ono&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;older material&amp;#039;&amp;#039;: &lt;br /&gt;
* Spanish Original VividSolutions JUMP 1.1 [http://jump-pilot.svn.sourceforge.net/viewvc/*checkout*/jump-pilot/core/trunk/docs/manuals-es/JUMP-Doc-es-GuiaUsuario.pdf User Guide]&lt;br /&gt;
* [http://www.archive.org/download/OpenJUMP_Users_Guid_pt_br/ManualOpenJUMP.pdf Portuguese JUMP 1.1 User Guide] by Flavia Coelho Couto JoÃo Batista Brito and Ezequias Rodrigues da Rocha&lt;br /&gt;
* [http://geomatica.como.polimi.it/corsi/sw_gis/OpenJUMP-CAN-CC.pdf  Italian JUMP 1.1 User Guide] by Diego Magni&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* The book [http://www.manning.com/obe/ PostGIS in Action] by Regina O. Obe and Leo S. Hsu contains a section on how to use OpenJUMP GIS with [http://postgis.refractions.net PostGIS].&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.archive.org/download/OpenJUMP_presentation_ppt_pt_br/PalestraLACFee2005OpenJUMP.ppt Portugese presentation] by Ezequias R. da Rocha&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=Oj_en_bat&amp;diff=1339</id>
		<title>Oj en bat</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=Oj_en_bat&amp;diff=1339"/>
		<updated>2012-01-12T15:50:49Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: Created page with &amp;#039;* copy the content in the box below into a new text file - (using the windows standard text editor). * rename that file to oj_en.bat and place it in the /bin/ folder of OpenJUMP …&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* copy the content in the box below into a new text file - (using the windows standard text editor).&lt;br /&gt;
* rename that file to oj_en.bat and place it in the /bin/ folder of OpenJUMP&lt;br /&gt;
* start OpenJUMP by double click on the file. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@echo off&lt;br /&gt;
rem -- Detect current dir and OJ home --&lt;br /&gt;
set OLD_DIR=%CD%&lt;br /&gt;
set JUMP_HOME=%~dp0..%&lt;br /&gt;
&lt;br /&gt;
rem -- uncomment to save settings and log to user profile, quote if env vars might contain spaces --&lt;br /&gt;
rem -- if unset defaults to JUMP_HOME/bin/ --&lt;br /&gt;
rem set SETTINGS_HOME=&amp;quot;%HOMEDRIVE%%HOMEPATH%&amp;quot;\openjump&lt;br /&gt;
&lt;br /&gt;
rem -- uncomment to manually set java home, don&amp;#039;t use quotes --&lt;br /&gt;
rem set JAVA_HOME=G:\path\to\a\specific\&amp;lt;jre|jdk&amp;gt;-1.&amp;lt;5|6&amp;gt;&lt;br /&gt;
&lt;br /&gt;
rem -- uncomment to use &amp;#039;java&amp;#039; for console output, if unset defaults to &amp;#039;javaw&amp;#039; for background jre  --&lt;br /&gt;
rem set JAVA_BIN=java&lt;br /&gt;
&lt;br /&gt;
rem -- set some java runtime options here, initialize empty --&lt;br /&gt;
set JAVA_OPTS=&lt;br /&gt;
&lt;br /&gt;
rem --- uncomment and change your language/country here to overwrite OS locale setting ---&lt;br /&gt;
set JAVA_OPTS=%JAVA_OPTS% -Duser.language=en -Duser.country=DE&lt;br /&gt;
&lt;br /&gt;
rem --- change your memory configuration here - Xms is initial size, Xmx is maximum size, ---&lt;br /&gt;
rem --- values are ##M for ## Megabytes, ##G for ## Gigabytes ---&lt;br /&gt;
set JAVA_OPTS=%JAVA_OPTS% -Xms64M -Xmx512M&lt;br /&gt;
&lt;br /&gt;
rem -- find java runtime --&lt;br /&gt;
  rem --- default to javaw ---&lt;br /&gt;
  if &amp;quot;%JAVA_BIN%&amp;quot;==&amp;quot;&amp;quot; set JAVA_BIN=javaw&lt;br /&gt;
&lt;br /&gt;
  rem --- fallback to plain bin name, just in case ---&lt;br /&gt;
  set JAVA=%JAVA_BIN%&lt;br /&gt;
&lt;br /&gt;
  rem --- if no java home &amp;amp; java bin in path, replace fallback entry ---&lt;br /&gt;
  if &amp;quot;%JAVA_HOME%&amp;quot;==&amp;quot;&amp;quot; (&lt;br /&gt;
      @for %%i in (%JAVA_BIN%.exe) do @if NOT &amp;quot;%%~$PATH:i&amp;quot;==&amp;quot;&amp;quot; set JAVA=%%~$PATH:i&lt;br /&gt;
  )&lt;br /&gt;
&lt;br /&gt;
  rem --- java home definition overwrites all ---&lt;br /&gt;
  if NOT &amp;quot;%JAVA_HOME%&amp;quot;==&amp;quot;&amp;quot; set JAVA=%JAVA_HOME%\bin\%JAVA_BIN%&lt;br /&gt;
  &lt;br /&gt;
  rem --- if java is still not found ---&lt;br /&gt;
  if EXIST %JAVA% goto :x86&lt;br /&gt;
  rem --- and batch is in x64 mode ---&lt;br /&gt;
  if &amp;quot;%PROCESSOR_ARCHITECTURE%&amp;quot; == &amp;quot;x86&amp;quot; goto :x86&lt;br /&gt;
  rem --- restart the batch in x86 mode---&lt;br /&gt;
    echo Restarting using Wow64 filesystem redirection: %0&lt;br /&gt;
    %SystemRoot%\SysWOW64\cmd.exe /c %0&lt;br /&gt;
    exit /b %ERRORLEVEL%&lt;br /&gt;
  :x86&lt;br /&gt;
&lt;br /&gt;
rem -- show java version (for debugging) --&lt;br /&gt;
for %%F in (&amp;quot;%JAVA%&amp;quot;) do set dirname=%%~dpF&lt;br /&gt;
&amp;quot;%dirname%java&amp;quot; -version&lt;br /&gt;
&lt;br /&gt;
rem -- Change to jump home dir --&lt;br /&gt;
rem -- NOTE: mount UNC paths to a local drive for this --&lt;br /&gt;
cd /D %JUMP_HOME%&lt;br /&gt;
&lt;br /&gt;
set LIB=lib&lt;br /&gt;
&lt;br /&gt;
rem -- setup native lib paths&lt;br /&gt;
set NATIVE=%LIB%\native&lt;br /&gt;
if DEFINED ProgramFiles(x86) set X64=64&lt;br /&gt;
rem --- XP Version 5.x ---&lt;br /&gt;
for /f &amp;quot;delims=&amp;quot; %%v in (&amp;#039;ver^|findstr /C:&amp;quot;Version 5&amp;quot;&amp;#039;) do (&lt;br /&gt;
  set &amp;quot;ID=xp&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
rem --- Vista Version 6.0 ---&lt;br /&gt;
for /f &amp;quot;delims=&amp;quot; %%v in (&amp;#039;ver^|findstr /C:&amp;quot;Version 6.0&amp;quot;&amp;#039;) do (&lt;br /&gt;
  set &amp;quot;ID=vista&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
rem --- 7 Version 6.1 ---&lt;br /&gt;
for /f &amp;quot;delims=&amp;quot; %%v in (&amp;#039;ver^|findstr /C:&amp;quot;Version 6.1&amp;quot;&amp;#039;) do (&lt;br /&gt;
  set &amp;quot;ID=seven&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
rem -- add native as fallthrough and lib\ext the legacy value --&lt;br /&gt;
set &amp;quot;NATIVEPATH=%NATIVE%\%ID%%X64%;%NATIVE%\%ID%;%NATIVE%&amp;quot;&lt;br /&gt;
set &amp;quot;PATH=%PATH%;%NATIVEPATH%;%LIB%\ext&amp;quot;&lt;br /&gt;
&lt;br /&gt;
echo %PATH%&lt;br /&gt;
&lt;br /&gt;
rem -- set classpath --&lt;br /&gt;
set CLASSPATH=.;bin;conf&lt;br /&gt;
&lt;br /&gt;
for %%i in (&amp;quot;%LIB%\*.jar&amp;quot; &amp;quot;%LIB%\*.zip&amp;quot; &amp;quot;%NATIVE%\%ID%%X64%\*.jar&amp;quot; &amp;quot;%NATIVE%\%ID%\*.jar&amp;quot; &amp;quot;%NATIVE%\*.jar&amp;quot;) do (&lt;br /&gt;
  set jarfile=%%i&lt;br /&gt;
&lt;br /&gt;
  rem If we append to a variable inside the for, only the last entry will&lt;br /&gt;
  rem be kept. So append to the variable outside the for.&lt;br /&gt;
  rem See http://www.experts-exchange.com/Operating_Systems/MSDOS/Q_20561701.html.&lt;br /&gt;
  rem [Jon Aquino]&lt;br /&gt;
&lt;br /&gt;
  call :setclass&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
echo %CLASSPATH%&lt;br /&gt;
&lt;br /&gt;
rem -- set settings home if none given, use [] for if to survive quotes in env var --&lt;br /&gt;
if [%SETTINGS_HOME%]==[] set SETTINGS_HOME=.\bin&lt;br /&gt;
&lt;br /&gt;
rem -- essential options, don&amp;#039;t change unless you know what you&amp;#039;re doing --&lt;br /&gt;
set JAVA_OPTS=%JAVA_OPTS% -Dlog4j.configuration=%SETTINGS_HOME%\log4j.xml -Djump.home=&amp;quot;%JUMP_HOME%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
rem -- set default app options --&lt;br /&gt;
set JUMP_OPTS=-default-plugins bin\default-plugins.xml -properties %SETTINGS_HOME%\workbench-properties.xml -plug-in-directory &amp;quot;%LIB%\ext&amp;quot; -18n en&lt;br /&gt;
&lt;br /&gt;
rem -- disconnect javaw from console by using start --&lt;br /&gt;
rem -- note: title is needed or start won&amp;#039;t accept quoted path to java binary (protect spaces in javapath) --&lt;br /&gt;
if /i &amp;quot;%JAVA_BIN%&amp;quot;==&amp;quot;javaw&amp;quot; ( set START=start &amp;quot;&amp;quot; ) else ( set START= )&lt;br /&gt;
%START% &amp;quot;%JAVA%&amp;quot; -cp &amp;quot;%CLASSPATH%&amp;quot; %JAVA_OPTS% com.vividsolutions.jump.workbench.JUMPWorkbench %JUMP_OPTS%&lt;br /&gt;
&lt;br /&gt;
cd /D %OLD_DIR%&lt;br /&gt;
&lt;br /&gt;
rem -- give user a chance to see console output if we are in console mode but the app finished already&lt;br /&gt;
if /i NOT &amp;quot;%JAVA_BIN%&amp;quot;==&amp;quot;javaw&amp;quot; pause&lt;br /&gt;
&lt;br /&gt;
goto :eof&lt;br /&gt;
&lt;br /&gt;
:setclass&lt;br /&gt;
set CLASSPATH=%CLASSPATH%;%jarfile%&lt;br /&gt;
set jarfile=&lt;br /&gt;
goto :eof&lt;br /&gt;
&lt;br /&gt;
:eof&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
	<entry>
		<id>https://ojwiki.soldin.de/index.php?title=FAQ&amp;diff=1338</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://ojwiki.soldin.de/index.php?title=FAQ&amp;diff=1338"/>
		<updated>2012-01-12T15:39:24Z</updated>

		<summary type="html">&lt;p&gt;Mentaer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;back to&amp;#039;&amp;#039;&amp;#039; [[Documentation]] page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
note: Have also a look at the following sections:&lt;br /&gt;
* [[Tips]] &lt;br /&gt;
* [[OpenJUMP Configuration]]&lt;br /&gt;
* [[ Larry Becker&amp;#039;s JUMP Performance Tips]]&lt;br /&gt;
* [[Known Issues on MacOSX]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What is the username and password for the OpenJUMP SVN? ==&lt;br /&gt;
&lt;br /&gt;
Anyone can get read-only access to SVN (username = anonymous, no password). Instructions are here: http://sourceforge.net/svn/?group_id=118054&lt;br /&gt;
&lt;br /&gt;
If you want read/write access, send an email to the JPP-developer list or the project managers, and we will make a decision.&lt;br /&gt;
&lt;br /&gt;
== What does JUMP stand for? ==&lt;br /&gt;
&lt;br /&gt;
JUMP stands for the &amp;quot;JUMP/Java Unified Mapping Platform&amp;quot;. It was coined by Martin Davis at [http://www.vividsolutions.com/jump/ Vivid Solutions].&lt;br /&gt;
&lt;br /&gt;
== My internet connection is by proxy. Does OpenJUMP automatically recognize proxy connections? ==&lt;br /&gt;
&lt;br /&gt;
Sounds like you need a way to specify your proxy server. Turns out there&amp;#039;s a way to do this without modifying the Java code (as long as you don&amp;#039;t need to specify a username and password). Simply edit your startup script as follows: replace &amp;quot;start javaw&amp;quot; with something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
start java -DproxySet=true -DproxyHost=myProxyServer.com -DproxyPort=80&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(Unix users will have &amp;quot;java&amp;quot; rather than &amp;quot;start javaw&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
More details at http://www.rgagnon.com/javadetails/java-0085.html&lt;br /&gt;
&lt;br /&gt;
== Could you tell me the difference from Select Features Tool and Select Parts Tool? I could not tell the difference ==&lt;br /&gt;
&lt;br /&gt;
The Select Parts tool will let you select the individual geometries in a MultiPolygon, MultiLineString, MultiPoint, or GeometryCollection.&lt;br /&gt;
&lt;br /&gt;
== OpenJUMP looks ugly in Gnome - the title bars look messed up ==&lt;br /&gt;
&lt;br /&gt;
Evidently Java apps look problematic when run in Gnome. A simple workaround is to install the [http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Plugins_for_OpenJUMP Looks Extension] plugin, which applies the aesthetically pleasing JGoodies Looks skin.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to compile JUMP with JBuilder ==&lt;br /&gt;
&lt;br /&gt;
You need to set up JBuilder to copy the following resources from your source directory to your output directory: .png, .gif, .java2xml, .html, .xml, .txt, .jpg. To do this:&lt;br /&gt;
&lt;br /&gt;
# Add the .java2xml file type to JBuilder by going to Tools / IDE Options / File Types. Select &amp;quot;XML file&amp;quot;, click Add, then enter &amp;quot;java2xml&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
# Mark the above seven file types for copying by going to Project Properties / Build / Resource.&lt;br /&gt;
&lt;br /&gt;
== How do I find the area of the selected polygon? How do I find the length of the selected line? ==&lt;br /&gt;
&lt;br /&gt;
Click Tools &amp;gt; Feature Statistics. This will create a new layer containing areas and lengths. Right-click this layer and click View / Edit Attributes to view the areas and lengths.&lt;br /&gt;
&lt;br /&gt;
== Does anyone have a link to some documentation on how to write plug-ins for JUMP? ==&lt;br /&gt;
&lt;br /&gt;
Included with OpenJUMP is a [http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf Developer&amp;#039;s Guide] with a tutorial on creating a simple plugin that pops up a Hello World window. This is a good way to get started.&lt;br /&gt;
&lt;br /&gt;
== I have a big circle coverage and a little one. When I use UNION, I get the big circle but what I really want to get is a big donnut and the little circle. How can I do that? ==&lt;br /&gt;
&lt;br /&gt;
Use the _difference_ function of the menu Tools menu. see picture below. But you can also use the shift button during drawing see [[Tips]].&lt;br /&gt;
&lt;br /&gt;
[[File:makingholes.jpg]]&lt;br /&gt;
&lt;br /&gt;
== How do I turn on projections in OpenJUMP? ==&lt;br /&gt;
&lt;br /&gt;
The coordinate transformation plugin is turned off because there aren&amp;#039;t many projections in it (UTM, Transverse Mercator, lat/long, BC Albers). However, if you want to turn it on and try it out:&lt;br /&gt;
&lt;br /&gt;
* 1 - Click View &amp;gt; BeanShell&lt;br /&gt;
* 2 - Paste in the following text and hit Enter:&lt;br /&gt;
&lt;br /&gt;
 new com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller(wc).addMainMenuItem(new com.vividsolutions.jump.workbench.ui.plugin.ChangeCoordinateSystemPlugIn(), &amp;quot;TEST&amp;quot;, &amp;quot;Change Coordinate System...&amp;quot;, null, new com.vividsolutions.jump.workbench.plugin.EnableCheckFactory(wc).createTaskWindowMustBeActiveCheck())&lt;br /&gt;
&lt;br /&gt;
* 3 - You should now see TEST in the menubar. Click TEST &amp;gt; Change Coordinate System to set the current coordinate system of the data.&lt;br /&gt;
* 4 - To transform the data into a different coordinate system , click TEST &amp;gt; Change Coordinate System again and select the new coordinate system.&lt;br /&gt;
&lt;br /&gt;
== What&amp;#039;s the difference between JUMP, OpenJUMP, and the JUMP Pilot Project? ==&lt;br /&gt;
&lt;br /&gt;
JUMP came first, but development has slowed down, so some enthusiastic users took the initiative to continue JUMP development on their own - their version is called OpenJUMP.&lt;br /&gt;
&lt;br /&gt;
The JUMP Pilot Project is the same thing as OpenJUMP. That&amp;#039;s what it was called before the rename.&lt;br /&gt;
&lt;br /&gt;
== If i read-in shape files some integer attribute values get lost and a zero is written!? ==&lt;br /&gt;
&lt;br /&gt;
This is 64 bit problem. There are 2 solutions: If you are able to programm, you can change in the package com.vividsolutions.jump.feature the class AttributeTypes:&lt;br /&gt;
 public final static AttributeType INTEGER = new AttributeType(&amp;quot;INTEGER&amp;quot;, Integer.class)&lt;br /&gt;
and change it to:&lt;br /&gt;
 public final static AttributeType INTEGER = new AttributeType(&amp;quot;INTEGER&amp;quot;, Long.class&lt;br /&gt;
&lt;br /&gt;
The second solution - if you dont have programming knowledge - is, to change the attribute type of your dbf table from Integer to Double. (please make a copy of your data before doing any changes)&lt;br /&gt;
&lt;br /&gt;
== PostGIS plugin : I am not able to save my edit (or save a feature into PostGIS) of my PostGIS database, I have a message saying : &amp;quot;....failed to add geometry column&amp;quot;; ==&lt;br /&gt;
&lt;br /&gt;
Please check if you have write-access to the geometry_columns table&lt;br /&gt;
&lt;br /&gt;
== ISA plugin : I am not able to see in the menu or a sub-menu where I can connect to ArcSDE database ==&lt;br /&gt;
&lt;br /&gt;
Goto File Menu Choose Load Dataset(s)&lt;br /&gt;
When the Load Dataset(s) dialog appears choose SDE query on the popup menu at the top left corner of the dialog. This will display the connection edit boxes. When you have entered the correct data click OK.&lt;br /&gt;
This will bring up the dialog so that you can choose one or more layers from the SDE.&lt;br /&gt;
&lt;br /&gt;
== MrSID plugin : I have installed the mrsidinfo.exe, but I still have a message saying : &amp;quot;cannot get the sid info ==&lt;br /&gt;
&lt;br /&gt;
You must create a temp/ folder inside OJ&amp;#039;s install folder and give it read/write permissions. This is where the plugin stores temp info for the MrSID images being read.&lt;br /&gt;
&lt;br /&gt;
== PostGIS plugin : How trying to connect to PostgreSQL with the latest Jump/OpenJump? ==&lt;br /&gt;
* downloading the &amp;#039;postgresql-8.1-407.jdbc3&amp;#039; file from http://jdbc.postgresql.org/download.html (i am connecting to a postgres 8.1.4 server)&lt;br /&gt;
* move that to /Program Files/Java/jre1.5.0_09/lib/ext&lt;br /&gt;
* restart Jump/OpenJump&lt;br /&gt;
&lt;br /&gt;
(i didn&amp;#039;t see any of that mentioned in the user guide, so hopefully this helps someone else)&lt;br /&gt;
&lt;br /&gt;
(i tried placing that file in /jump/lib/ext/ but it did not work...but placing it in the java dir does work)&lt;br /&gt;
&lt;br /&gt;
jeff &lt;br /&gt;
&lt;br /&gt;
== I can not load files when I work with OpenJUMP on MAC? ==&lt;br /&gt;
&lt;br /&gt;
* problem: nothing happens when I press the OK button&lt;br /&gt;
* solution: this is a java bug on MAC&amp;#039;s. Select the file in the dialog and press the button which can be used to close the dialog. You will find the button in the upper left corner of the dialog. While closing the dialog the data should be load.&lt;br /&gt;
&lt;br /&gt;
== How to load shp files with different character encoding? ==&lt;br /&gt;
&lt;br /&gt;
* problem: I can&amp;#039;t load shape files with accented characters. &lt;br /&gt;
* solution: add to your OpenJump startup script a language entry such as:  LANG=cs_CZ&lt;br /&gt;
for detailed information look here: [[solving character encoding problems for dbf files]] &lt;br /&gt;
&lt;br /&gt;
== I need to use Point Symbols, how can I customize my symbology? ==&lt;br /&gt;
&lt;br /&gt;
A detailed how to is provided here: [[Using Your Own (Geologic) Symbology]]&lt;br /&gt;
&lt;br /&gt;
== I need to georeference raster images, how can I do? ==&lt;br /&gt;
&lt;br /&gt;
Actually OpenJUMP doesn&amp;#039;t georeference raster files. &lt;br /&gt;
Please use external software like [http://www.tec.army.mil/Hypercube/ Hypercube] (Windows and Mac) or [http://www.mapwindow.org/download.php?show_details=17 Georeferencing Tool] for MapWindow (Windows).&lt;br /&gt;
An interesting tutorial about how to use Hypercube to georeferene raster can be found [http://www.forestpal.com/Help/georeference.html here]&lt;br /&gt;
&lt;br /&gt;
== Where can I get the logo of OpenJUMP? ==&lt;br /&gt;
&lt;br /&gt;
Please have a look on this page: [[OpenJUMP Logo]]&lt;br /&gt;
&lt;br /&gt;
== How many characters can I have in the name of an attribute column? ==&lt;br /&gt;
&lt;br /&gt;
If you are saving your data to ESRI Shapefiles there is a limit placed on the length of field names. This limit is imposed by the underlying DBF file that is used to stored attribute information as part of the Shapefile format. The limit is 10 characters.&lt;br /&gt;
&lt;br /&gt;
== Where can I get the source code for OpenJUMP? ==&lt;br /&gt;
&lt;br /&gt;
* source code for the last official release can be downloaded here:&lt;br /&gt;
http://sourceforge.net/project/showfiles.php?group_id=118054&amp;amp;package_id=175679&lt;br /&gt;
&lt;br /&gt;
* the latest code is available on our source code repository (we use Subversion, i.e. SVN):&lt;br /&gt;
http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/&lt;br /&gt;
&lt;br /&gt;
* how to access the code on the repository is described here:&lt;br /&gt;
http://sourceforge.net/svn/?group_id=118054&lt;br /&gt;
&lt;br /&gt;
* for more infos check our [[Documentation]]&lt;br /&gt;
&lt;br /&gt;
* Note, all geometry related stuff stems from the JTS library (Java Topology Suite). Please check out this project and the source code here: http://sourceforge.net/projects/jts-topo-suite/&lt;br /&gt;
&lt;br /&gt;
== Is there a tool for importing text files which have coordinates stored as plain X- and Y-values? ==&lt;br /&gt;
&lt;br /&gt;
txt-driver-0.3.0.jar which is included in the PLUS version should do the trick.&amp;lt;br&amp;gt;&lt;br /&gt;
It can also be downloaded independently from: http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/ &amp;lt;br&amp;gt;&lt;br /&gt;
It can read/write:&amp;lt;br&amp;gt;&lt;br /&gt;
 [ID] X Y [Z] [Attributes]&lt;br /&gt;
 [ID] WKT [Attributes]&lt;br /&gt;
with optional header line and several kinds of field delimiter.&lt;br /&gt;
&lt;br /&gt;
There is also a pirol&amp;#039;s csv driver available in the PLUS version. See :&lt;br /&gt;
http://sourceforge.net/tracker/?func=detail&amp;amp;aid=3439229&amp;amp;group_id=118054&amp;amp;atid=679909&lt;br /&gt;
&lt;br /&gt;
== How can start OpenJUMP in English? ==&lt;br /&gt;
&lt;br /&gt;
if you are using windows go to this page: [[oj_en_bat]]&lt;br /&gt;
* copy the content of the page into a new text file.&lt;br /&gt;
* rename that file to &amp;#039;&amp;#039;oj_en.bat&amp;#039;&amp;#039; and place it in the /bin/ folder of OpenJUMP&lt;br /&gt;
* start OpenJUMP by double click on the file.&lt;/div&gt;</summary>
		<author><name>Mentaer</name></author>
	</entry>
</feed>