g

geotk-referencing3D

Transforms coordinates from "heights above the ellipsoid" to "heights above the geoid". This module provides the algorithms from an Earth Gravitational Model as a MathTransform implementation. Installing the JAR on the classpath should be sufficient for making vertical transformations available to an application like any other transforms.
Pierre Cardinal Martin Desruisseaux
文件下载
文件名 操作
geotk-referencing3D-3.18-geoapi-3.0.jar 下载
geotk-referencing3D-3.18-geoapi-3.0.pom 下载
geotk-referencing3D-3.18-geoapi-3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.geotoolkit</groupId>
  <artifactId>geotk-referencing3D</artifactId>
  <version>3.18-geoapi-3.0</version>
</dependency>
Gradle Groovy
implementation 'org.geotoolkit:geotk-referencing3D:3.18-geoapi-3.0'
Gradle Kotlin
implementation("org.geotoolkit:geotk-referencing3D:3.18-geoapi-3.0")
Scala SBT
libraryDependencies += "org.geotoolkit" % "geotk-referencing3D" % "3.18-geoapi-3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.geotoolkit', module='geotk-referencing3D', version='3.18-geoapi-3.0')
)
Apache Ivy
<dependency org="org.geotoolkit" name="geotk-referencing3D" rev="3.18-geoapi-3.0" />
Leiningen
[org.geotoolkit/geotk-referencing3D "3.18-geoapi-3.0"]
Apache Buildr
'org.geotoolkit:geotk-referencing3D:jar:3.18-geoapi-3.0'