- Notifications
You must be signed in to change notification settings - Fork2
OGC API Features JSON Java Library
License
ngageoint/ogc-api-features-json-java
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The OGC API Libraries were developed at theNational Geospatial-Intelligence Agency (NGA) in collaboration withBIT 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 theMIT license.
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.
OGC API Features JSON is a Java library for writing and readingOGC API - Features to and from JSON.
View the latestJavadoc
Collectionscollections =FeaturesConverter.toCollections(collectionsContent);Collectioncollection =FeaturesConverter.toCollection(collectionContent);FeatureCollectionfeatureCollection =FeaturesConverter.toFeatureCollection(featureCollectionContent);
StringcollectionsContent =FeaturesConverter.toStringValue(collections);StringcollectionContent =FeaturesConverter.toStringValue(collection);StringfeatureCollectionContent =FeaturesConverter.toStringValue(featureCollection);
Pull from theMaven Central Repository (JAR, POM, Source, Javadoc)
<dependency> <groupId>mil.nga.oapi.features</groupId> <artifactId>oapi-features-json</artifactId> <version>3.0.0</version></dependency>
Build this repository using Eclipse and/or Maven:
mvn clean install- Simple Features GeoJSON (The MIT License (MIT)) - Simple Features GeoJSON Lib
About
OGC API Features JSON Java Library
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.