Skip to content

Releases: ngageoint/geopackage-core-java

1.3.0

27 Jun 18:44
Compare
Choose a tag to compare

Version 1.3.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.3.0|jar

1.3.0 (06-27-2017)

  • Projections refactor to support additional coordinate authorities and custom projections
  • Copy constructors for base, extension, and user table (features, tiles, attributes) row objects
  • Improved date column support for user tables (features, tiles, attributes)

1.2.2

12 Jun 17:42
Compare
Choose a tag to compare

Version 1.2.2: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.2.2|jar

1.2.2 (06-12-2017)

  • Allow user tables (feature, tile, attributes) without primary keys to support table views
  • Support EPSG 900913 (GOOGLE)
  • Elevation Extension scale, offset, and id columns changed to be non nullable
  • Default dates for Contents last change and Metadata Reference timestamp
  • wkb version update to 1.0.3

1.2.1

02 Feb 18:01
Compare
Choose a tag to compare

Version 1.2.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.2.1|jar

1.2.1 (02-02-2017)

  • GeoPackage spec version 1.2 changes and updates
  • Time zone fix on database persisted dates
  • Elevation Extension support
  • Elevation Tiles table type (2d-gridded-coverage)
  • Contents Data Type (features, tiles, attributes, elevation) functionality
  • User Attributes table support
  • Built in support for WGS 84 Geographic 3d projection (EPSG:4979)
  • Table and column name SQL quotations to allow uncommon but valid names
  • Elevation query algorithms including Nearest Neighbor, Bilinear, and Bicubic
  • Elevation unbounded results elevation queries
  • Tile bounding box utility methods precision adjustments
  • Additional Tile Dao zoom level determinations, including the closest
  • Spatial Reference System definition_12_163 column changed to definition_12_063
  • Deprecated the User Geometry Types Extension per spec removal
  • Deprecated gpkx file extension for extended GeoPackages per spec removal
  • GeoPackage application id and user version
  • OrmLite Core version updated to 5.0

1.2.0

22 Jun 18:36
Compare
Choose a tag to compare

Version 1.2.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.2.0|jar

1.2.0 (06-22-2016)

  • Spatial Reference System DAO create from EPSG code in addition to SRS id
  • Projection unit retrieval
  • Dropped web mercator terminology from method names that only require consistent units per pixel
  • Zoom level from tile size in meters method
  • Tile DAO utility methods
  • WGS84 tile grid, bounding box, tiles per side, and tile size methods

1.1.8

10 May 19:33
Compare
Choose a tag to compare

Version 1.1.8: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.1.8|jar

1.1.8 (05-10-2016)

  • GeoPackage 1.1.0 spec updates
  • GeoPackage application id updated to GP11
  • OGC Well known text representation of Coordinate Reference Systems extension support
  • Core Connection column exists, add column, and query single result methods
  • Base extension with implementations and support for: CRS WKT, Geometries, Metadata, Schema, WebP, and Zoom Other
  • Projection creations from Spatial Reference Systems
  • Projection backup creation using proj4j configurations
  • Data Column Constraint column name changes per spec

1.1.7

18 Apr 17:08
Compare
Choose a tag to compare

Version 1.1.7: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.1.7|jar

1.1.7 (04-18-2016)

  • Additional GeoPackage methods to get all tables and check table types
  • wkb version update to 1.0.2

1.1.6

19 Feb 17:53
Compare
Choose a tag to compare

Version 1.1.6: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.1.6|jar

1.1.6 (02-19-2016)

  • Feature Tile Table Linker core abstraction
  • Additional Feature Tile Table Linker methods for retrieving table names
  • Bounding box constructor from an existing bounding box
  • Bound a WGS 84 bounding box with Web Mercator limits utility method

1.1.5

02 Feb 17:11
Compare
Choose a tag to compare

Version 1.1.5: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.1.5|jar

1.1.5 (02-02-2016)

1.1.4

15 Jan 20:41
Compare
Choose a tag to compare

Version 1.1.4: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.1.4|jar

1.1.4 (01-15-2016)

  • Added remote proj4j dependency and removed embedded proj4j code

1.1.3

16 Dec 20:05
Compare
Choose a tag to compare

Version 1.1.3: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.1.3|jar

1.1.3 (12-16-2015)

  • Geometry projection transformations