is not current version
Last Version 3.20-geoapi-3.0

org.geotoolkit:geotk-referencing3D 3.19-geoapi-3.0

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.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.geotoolkit
ArtifactId

ArtifactId

geotk-referencing3D
Version

Version

3.19-geoapi-3.0
Type

Type

jar

Download geotk-referencing3D 3.19-geoapi-3.0


<!-- https://jarcasting.com/artifacts/org.geotoolkit/geotk-referencing3D/ -->
<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-referencing3D</artifactId>
    <version>3.19-geoapi-3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.geotoolkit/geotk-referencing3D/
implementation 'org.geotoolkit:geotk-referencing3D:3.19-geoapi-3.0'
// https://jarcasting.com/artifacts/org.geotoolkit/geotk-referencing3D/
implementation ("org.geotoolkit:geotk-referencing3D:3.19-geoapi-3.0")
'org.geotoolkit:geotk-referencing3D:jar:3.19-geoapi-3.0'
<dependency org="org.geotoolkit" name="geotk-referencing3D" rev="3.19-geoapi-3.0">
  <artifact name="geotk-referencing3D" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geotoolkit', module='geotk-referencing3D', version='3.19-geoapi-3.0')
)
libraryDependencies += "org.geotoolkit" % "geotk-referencing3D" % "3.19-geoapi-3.0"
[org.geotoolkit/geotk-referencing3D "3.19-geoapi-3.0"]