Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OGC API Features JSON Java Library

License

NotificationsYou must be signed in to change notification settings

ngageoint/ogc-api-features-json-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OGC API Features JSON Lib

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.

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

OGC API Features JSON is a Java library for writing and readingOGC API - Features to and from JSON.

Usage

View the latestJavadoc

Read

Collectionscollections =FeaturesConverter.toCollections(collectionsContent);Collectioncollection =FeaturesConverter.toCollection(collectionContent);FeatureCollectionfeatureCollection =FeaturesConverter.toFeatureCollection(featureCollectionContent);

Write

StringcollectionsContent =FeaturesConverter.toStringValue(collections);StringcollectionContent =FeaturesConverter.toStringValue(collection);StringfeatureCollectionContent =FeaturesConverter.toStringValue(featureCollection);

Installation

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

Build & Test

Build this repository using Eclipse and/or Maven:

mvn clean install

Remote Dependencies


[8]ページ先頭

©2009-2025 Movatter.jp