s

spatial4j

Spatial4j is a general purpose spatial / geospatial ASL licensed open-source Java library. It's core capabilities are 3-fold: to provide common geospatially-aware shapes, to provide distance calculations and other math, and to read shape formats like WKT and GeoJSON.
http://www.locationtech.org/projects/locationtech.spatial4j
The Apache Software License, Version 2.0
LocationTech
David Smiley Ryan McKinley Justin Deoliveira
文件下载
文件名 操作
spatial4j-0.6.jar 下载
spatial4j-0.6.pom 下载
spatial4j-0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.locationtech.spatial4j</groupId>
  <artifactId>spatial4j</artifactId>
  <version>0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.locationtech.spatial4j:spatial4j:0.6'
Gradle Kotlin
implementation("org.locationtech.spatial4j:spatial4j:0.6")
Scala SBT
libraryDependencies += "org.locationtech.spatial4j" % "spatial4j" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.spatial4j', module='spatial4j', version='0.6')
)
Apache Ivy
<dependency org="org.locationtech.spatial4j" name="spatial4j" rev="0.6" />
Leiningen
[org.locationtech.spatial4j/spatial4j "0.6"]
Apache Buildr
'org.locationtech.spatial4j:spatial4j:jar:0.6'