geopackage-core-java
                                
                                 geopackage-core-java copied to clipboard
                                
                                    geopackage-core-java copied to clipboard
                            
                            
                            
                        GeoPackage Core Java Library
GeoPackage Core Java
GeoPackage Core Libs
The GeoPackage Libraries were developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with BIT Systems. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the MIT license.
Pull Requests
If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.
Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.
About
GeoPackage Core provides core functionality for GeoPackage Library implementations of the Open Geospatial Consortium GeoPackage spec.
It is the core library of the GeoPackage Android SDK and GeoPackage Java library, both which can be found under OGC GeoPackage Implementations by the National Geospatial-Intelligence Agency.
Usage
View the latest Javadoc
GeoPackage Android
The GeoPackage Android SDK is an Android GeoPackage implementation.
GeoPackage Android Map
The GeoPackage Android Map SDK adds Android Map implementations to GeoPackage Android.
GeoPackage MapCache
The GeoPackage MapCache app provides an Android example of using the GeoPackage Android Map SDK.
GeoPackage Java
The GeoPackage Java library is a Java GeoPackage implementation.
Installation
Pull from the Maven Central Repository (JAR, POM, Source, Javadoc)
<dependency>
    <groupId>mil.nga.geopackage</groupId>
    <artifactId>geopackage-core</artifactId>
    <version>6.6.5</version>
</dependency>
Build
Build this repository using Eclipse and/or Maven:
mvn clean install
Remote Dependencies
- Simple Features WKB (The MIT License (MIT)) - Simple Features Well Known Binary Lib
- Simple Features WKT (The MIT License (MIT)) - Simple Features Well Known Text Lib
- Simple Features Projection (The MIT License (MIT)) - Simple Features Projection Lib
- OGC API Features JSON (The MIT License (MIT)) - OGC API Features JSON Lib
- Color (The MIT License (MIT)) - Color Lib
- OrmLite (Open Source License) - Object Relational Mapping (ORM) Library