JPOX
JPOX
 Project  |  Ver 1.1  |  Ver 1.2  |  JDO  |  JPA  |  Guides  |  Tools
1.2 | Persistence | JDO ORM | JPA ORM | Runtime | JDO Runtime | JPA Runtime | Extensions | Developer
JPOX 1.2
Plugins
JPOX Spatial

jpox-spatial provides support for persistence of many geometric/spatial datatypes. It builds on top of the jpox-core persistence capabilities, and is used in conjunction with the jpox-rdbms plugin.

  • Compile Requirement : JDK1.3+
  • Runtime Requirement : JDK1.3+
  • Latest version : 1.2.2
  • Roadmap : Via JIRA
  • License : Apache 2
  • Javadocs : latest
  • Source : latest
Download

jpox-spatial is downloadable as following



Dependencies

jpox-spatial is dependent on the following packages of software and this differs for each mapping scenario. Please refer to the Spatial Guide for more information about these scenarios.

jgeom2mysql

PackageVersionDescription
jpox-core1.2.xProvides logging, localisation, and other framework facilities for JPOX.Yes
jpox-rdbms1.2.xPersistence to RDBMS datastoresYes
sdoapi-Oracle SDO API, contains the JGeometry class.
mysql-connector-java-MySQL JDBC driver.

jgeom2oracle

PackageVersionDescription
jpox-core1.2.xProvides logging, localisation, and other framework facilities for JPOX.Yes
jpox-rdbms1.2.xPersistence to RDBMS datastoresYes
sdoapi-Oracle SDO API, contains the JGeometry class .
classes12/ojdbc14-Oracle JDBC, use classes12 for Java 1.3 and ojdbc14 for all later versions.

jts2mysql

PackageVersionDescription
jpox-core1.2.xProvides logging, localisation, and other framework facilities for JPOX.Yes
jpox-rdbms1.2.xPersistence to RDBMS datastoresYes
JTS1.6+Java Topology Suite (JTS)
mysql-connector-java-MySQL JDBC driver.

jts2oracle

PackageVersionDescription
jpox-core1.2.xProvides logging, localisation, and other framework facilities for JPOX.Yes
jpox-rdbms1.2.xPersistence to RDBMS datastoresYes
JTS1.6+Java Topology Suite (JTS)
JTSIO1.6+IO package for JTS
classes12/ojdbc14-Oracle JDBC, use classes12 for Java 1.3 and ojdbc14 for all later versions.

jts2postgis

PackageVersionDescription
jpox-core1.2.xProvides logging, localisation, and other framework facilities for JPOX.Yes
jpox-rdbms1.2.xPersistence to RDBMS datastoresYes
JTS1.6+Java Topology Suite (JTS)
PostGIS-JTS1.1.6+PostGIS JDBC driver extension for JTS types. For correct transformation of 3d-geometries you need a version newer than 1.2.0 (at the moment only available as source from SVN)
PostgreSQL-PostgreSQL-JDBC driver

pg2mysql

PackageVersionDescription
jpox-core1.2.xProvides logging, localisation, and other framework facilities for JPOX.Yes
jpox-rdbms1.2.xPersistence to RDBMS datastoresYes
PostGIS1.1.6+PostGIS JDBC driver and PostGIS geometries
mysql-connector-java-MySQL JDBC driver.

pg2postgis

PackageVersionDescription
jpox-core1.2.xProvides logging, localisation, and other framework facilities for JPOX.Yes
jpox-rdbms1.2.xPersistence to RDBMS datastoresYes
PostGIS1.1.6+PostGIS JDBC driver and PostGIS geometries
PostgreSQL-PostgreSQL-JDBC driver