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/orbisgis/H2GIS
GNU Lesser General Public License (LGPLV3+)
CNRS
Nicolas Fortin Erwan Bocher Sylvain Palominos
文件下载
文件名 操作
h2gis-1.3.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.orbisgis</groupId>
  <artifactId>h2gis</artifactId>
  <version>1.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.orbisgis:h2gis:1.3.2'
Gradle Kotlin
implementation("org.orbisgis:h2gis:1.3.2")
Scala SBT
libraryDependencies += "org.orbisgis" % "h2gis" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.orbisgis', module='h2gis', version='1.3.2')
)
Apache Ivy
<dependency org="org.orbisgis" name="h2gis" rev="1.3.2" />
Leiningen
[org.orbisgis/h2gis "1.3.2"]
Apache Buildr
'org.orbisgis:h2gis:jar:1.3.2'