h

h2gis

H2GIS is a spatial extension of the H2 database engine in the spirit of PostGIS. It adds support for the Open Geospatial Consortium (OGC) Simple Features for SQL (SFSQL) functions.
http://github.com/irstv/H2GIS
GNU General Public License (GPLV3+)
IRSTV CNRS-FR-2488
Nicolas Fortin Erwan Bocher Adam Gouge
文件下载
文件名 操作
h2gis-1.1.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.orbisgis</groupId>
  <artifactId>h2gis</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.orbisgis:h2gis:1.1.1'
Gradle Kotlin
implementation("org.orbisgis:h2gis:1.1.1")
Scala SBT
libraryDependencies += "org.orbisgis" % "h2gis" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.orbisgis', module='h2gis', version='1.1.1')
)
Apache Ivy
<dependency org="org.orbisgis" name="h2gis" rev="1.1.1" />
Leiningen
[org.orbisgis/h2gis "1.1.1"]
Apache Buildr
'org.orbisgis:h2gis:jar:1.1.1'