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
Files download
File Operation
geotk-referencing3D-3.20-geoapi-3.0.jar download
geotk-referencing3D-3.20-geoapi-3.0.pom download
geotk-referencing3D-3.20-geoapi-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.geotoolkit</groupId>
  <artifactId>geotk-referencing3D</artifactId>
  <version>3.20-geoapi-3.0</version>
</dependency>
Gradle Groovy
implementation 'org.geotoolkit:geotk-referencing3D:3.20-geoapi-3.0'
Gradle Kotlin
implementation("org.geotoolkit:geotk-referencing3D:3.20-geoapi-3.0")
Scala SBT
libraryDependencies += "org.geotoolkit" % "geotk-referencing3D" % "3.20-geoapi-3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.geotoolkit', module='geotk-referencing3D', version='3.20-geoapi-3.0')
)
Apache Ivy
<dependency org="org.geotoolkit" name="geotk-referencing3D" rev="3.20-geoapi-3.0" />
Leiningen
[org.geotoolkit/geotk-referencing3D "3.20-geoapi-3.0"]
Apache Buildr
'org.geotoolkit:geotk-referencing3D:jar:3.20-geoapi-3.0'