https://github.com/datanucleus/datanucleus-geospatial
DataNucleus support for persisting geospatial types
https://github.com/datanucleus/datanucleus-geospatial
geospatial jts persistence postgis
Last synced: 11 months ago
JSON representation
DataNucleus support for persisting geospatial types
- Host: GitHub
- URL: https://github.com/datanucleus/datanucleus-geospatial
- Owner: datanucleus
- Created: 2013-12-05T11:59:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T13:07:49.000Z (about 3 years ago)
- Last Synced: 2024-03-27T01:42:47.769Z (over 2 years ago)
- Topics: geospatial, jts, persistence, postgis
- Language: Java
- Homepage:
- Size: 769 KB
- Stars: 1
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
datanucleus-geospatial
======================
DataNucleus support for persisting geospatial types.
This plugin supports persistence of java.awt.geom, JTS, Oracle JGeom, and PostGIS types.
This is built using Maven, by executing `mvn clean install` which installs the built jar in your local Maven repository.
KeyFacts
--------
__License__ : Apache 2 licensed
__Issue Tracker__ : http://github.com/datanucleus/datanucleus-geospatial/issues
__Javadocs__ : [5.2](http://www.datanucleus.org/javadocs/store.types.geospatial/5.2/), [5.1](http://www.datanucleus.org/javadocs/store.types.geospatial/5.1/), [5.0](http://www.datanucleus.org/javadocs/store.types.geospatial/5.0/), [4.1](http://www.datanucleus.org/javadocs/store.types.geospatial/4.1/), [4.0](http://www.datanucleus.org/javadocs/store.types.geospatial/4.0/)
__Download(Releases)__ : [Maven Central](http://central.maven.org/maven2/org/datanucleus/datanucleus-geospatial)
__Download(Nightly)__ : [Nightly Builds](http://www.datanucleus.org/downloads/maven2-nightly/org/datanucleus/datanucleus-geospatial)
__Dependencies__ : See file [pom.xml](pom.xml)