Skip to content

Releases: ngageoint/geopackage-java

3.3.0

10 Jul 14:59
Compare
Choose a tag to compare

Version 3.3.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.3.0|jar

3.3.0 (07-10-2019)

  • geopackage-core version 3.3.0
  • Transaction shortcut methods for the GeoPackages, connections, and User DAOs
  • Feature Tiles geometry caching
  • GeoPackage User Custom DAO retrieval
  • Table Readers moved to geopackage-core
  • Automatically enable foreign key checks for new connections without preexisting violations
  • GeoPackage table foreign key check
  • SQLExec Stand Alone Utility for GeoPackage command line SQL execution
  • OGC API Features download to GeoPackage support

3.2.0

02 Apr 16:10
Compare
Choose a tag to compare

Version 3.2.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.2.0|jar

3.2.0 (04-02-2019)

  • geopackage-core version 3.2.0
  • tiff version 2.0.1
  • sqlite-jdbc version 3.25.2
  • NGA Contents Id Extension
  • NGA Feature Style Extension
  • OGC Related Tables Extension improvements
  • Feature Tile drawing and generator improvements including scaling, styles, and layering
  • FeatureIndexResults id iteration option in place of reading full feature rows
  • Feature Cache for memory caching feature rows in a single table
  • Feature Cache Tables for memory caching feature rows from multiple single GeoPackage tables
  • Feature Row geometry type accessor
  • FeatureTileGen argument support for tile scale, icon dimensions, and ignoring styles
  • GeoPackage creation example updates
  • Eclipse project cleanup

3.1.0

04 Oct 18:36
Compare
Choose a tag to compare

Version 3.1.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.1.0|jar

3.1.0 (10-04-2018)

  • geopackage-core version 3.1.0
  • User Table DAO projected bounding box methods
  • GeoPackage Connection and SQLUtils query improvements
  • ResultSet Result interface implementation, utilized by UserResultSet
  • RTree improvements for querying geometries
  • Feature Table Index chunked limit queries when indexing
  • Feature Index Manager to manage and query multiple index types
  • Feature Index Results interface and implementations
  • Feature Row geometry value and envelope methods
  • Feature Table Reader ignore case of geometry column name
  • Manual Feature Queries for unindexed geometries
  • Tile Reader directory checking shortcut when processing raw images

3.0.2

27 Jul 12:48
Compare
Choose a tag to compare

Version 3.0.2: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.0.2|jar

3.0.2 (07-27-2018)

  • geopackage-core version 3.0.2
  • Properties Extension for saving GeoPackage metadata in the file
  • Properties Manager for using the Properties Extension on multiple open GeoPackages
  • Additional SQL Utils query methods and null query result method fixes
  • Additional GeoPackage Connection query methods
  • GeoPackageCache implementation
  • GeoPackageManager automatically adds extension as needed

3.0.1

13 Jul 18:55
Compare
Choose a tag to compare

Version 3.0.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.0.1|jar

3.0.1 (07-13-2018)

  • geopackage-core version 3.0.1
  • Related Tables Extension support (DRAFT version 0.1)
  • User row copy methods
  • User DAO support for id-less schemas
  • Custom User connection, DAO, result set, row, and table reader implementations
  • Javadoc warning fixes
  • ormlite-jdbc version 5.1
  • sqlite-jdbc version 3.23.1
  • maven and sonatype plugin version updates

3.0.0

17 May 19:05
Compare
Choose a tag to compare

Version 3.0.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.0.0|jar

3.0.0 (05-17-2018)

  • geopackage-core version updated to 3.0.0
  • GeoPackage Core new WKB dependency on Simple Features WKB library
    • Package names in dependent classes must be updated
    • GeometryType code calls must be replaced using GeometryCodes
  • GeoPackage Core new projection dependency on Simple Features Projections library
    • Package names in dependent classes must be updated
    • ProjectionFactory SRS calls must be replaced using SpatialReferenceSystem projection method
    • ProjectionTransform bounding box calls must be replaced using BoundingBox transform method

2.0.2

20 Mar 15:12
Compare
Choose a tag to compare

Version 2.0.2: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|2.0.2|jar

2.0.2 (03-20-2018)

  • Tile Scaling extension for generating missing tiles using nearby zoom levels
  • Skip tiles drawn from features when no features overlap the tile
  • Tile DAO approximate zoom level methods
  • Tile Generator fix to save updated bounds in the Tile Matrix Set
  • Tile Generator projection transformations only when projections differ
  • geopackage-core version updated to 2.0.2

2.0.1

13 Feb 22:44
0a8f527
Compare
Choose a tag to compare

Version 2.0.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|2.0.1|jar

2.0.1 (02-13-2018)

  • Coverage Data extension (previously Elevation Extension)
  • RTree Index Extension support
  • Tile Generator contents bounding box fix to use the requested bounds
  • GeoPackage creation example
  • geopackage-core version updated to 2.0.1
  • SQLite JDBC version updated to 3.21.0.1

2.0.0

20 Nov 21:21
Compare
Choose a tag to compare

Version 2.0.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|2.0.0|jar

2.0.0 (11-20-2017)

  • WARNING - BoundingBox.java (geopackage-core) coordinate constructor arguments order changed to (min lon, min lat, max lon, max lat)
    Pre-existing calls to BoundingBox coordinate constructor should swap the min lat and max lon values
  • WARNING - TileGrid.java (geopackage-core) constructor arguments order changed to (minX, minY, maxX, maxY)
    Pre-existing calls to TileGrid constructor should swap the minY and maxX values
  • geopackage-core version updated to 2.0.0
  • Attribute, Feature, and Tile User Row Sync implementations
  • Query support for "columns as"
  • Feature Table Index row syncing
  • Improved feature row geometry blob handling
  • Feature Tiles and Feature Tile Gen geometry simplifications
  • Feature Tile Gen increased default max features per tile to 5000
  • Tile Reader creates contents with the same SRS as the Tile Matrix Set
  • tiff version updated to 2.0.0
  • maven-gpg-plugin version 1.6

1.3.1

13 Jul 13:59
Compare
Choose a tag to compare

Version 1.3.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.3.1|jar

1.3.1 (07-13-2017)

  • geopackage-core version updated to 1.3.1
  • Bounding of degree projected boxes before Web Mercator transformations