geojson4j

GeoJSON Serilization and mutual conversion with JSON .

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial JSON Data
GroupId

GroupId

org.maptalks
ArtifactId

ArtifactId

geojson4j
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

geojson4j
GeoJSON Serilization and mutual conversion with JSON .
Project URL

Project URL

https://github.com/MapTalks/geojson4j
Source Code Management

Source Code Management

https://github.com/MapTalks/geojson4j

Download geojson4j

How to add to project

<!-- https://jarcasting.com/artifacts/org.maptalks/geojson4j/ -->
<dependency>
    <groupId>org.maptalks</groupId>
    <artifactId>geojson4j</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.maptalks/geojson4j/
implementation 'org.maptalks:geojson4j:1.0.0'
// https://jarcasting.com/artifacts/org.maptalks/geojson4j/
implementation ("org.maptalks:geojson4j:1.0.0")
'org.maptalks:geojson4j:jar:1.0.0'
<dependency org="org.maptalks" name="geojson4j" rev="1.0.0">
  <artifact name="geojson4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maptalks', module='geojson4j', version='1.0.0')
)
libraryDependencies += "org.maptalks" % "geojson4j" % "1.0.0"
[org.maptalks/geojson4j "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.maptalks : proj4m jar 1.0.0
com.alibaba : fastjson jar 1.2.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

MapTalks-GeoJSON

Circle CI

GeoJSON Serilization and mutual conversion with JSON

GeoJSON基础库, 定义最基本的数据结构和序列化/反序列化方法.

此外GeoJSON还提供了与JSON字符串之间的相互转化方法.

Maptalks-GeoJSON参考了bjornharrtell的开源项目jts2geojson, 在此对bjornharrtell的工作表示感谢:

https://github.com/bjornharrtell/jts2geojson

Maven

<dependency>
  <groupId>org.maptalks</groupId>
  <artifactId>geojson4j</artifactId>
  <version>1.0.0</version>
</dependency>

jitpack.io

Add repository

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

Add dependency

<dependency>
  <groupId>com.github.maptalks</groupId>
  <artifactId>geojson4j</artifactId>
  <version>commit/tag</version>
</dependency>
org.maptalks

MapTalks

Versions

Version
1.0.0