MVN

org.geotoolkit : geotk-referencing3D

Maven & Gradle

Nov 02, 2012

Referencing 3D · 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.

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-referencing3D</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geotoolkit : geotk-referencing3D to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.20-geoapi-3.0

All Versions

Choose a version of org.geotoolkit : geotk-referencing3D to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.20
geotk-referencing3D-3.20-geoapi-3.0
3.19
geotk-referencing3D-3.19-geoapi-3.0
3.18
geotk-referencing3D-3.18-geoapi-3.0

How to add a dependency to Maven

Add the following org.geotoolkit : geotk-referencing3D maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-referencing3D</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geotoolkit : geotk-referencing3D gradle dependency to your build.gradle file:

implementation 'org.geotoolkit:geotk-referencing3D:3.20-geoapi-3.0'

Gradle Kotlin DSL: Add the following org.geotoolkit : geotk-referencing3D gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geotoolkit:geotk-referencing3D:3.20-geoapi-3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geotoolkit : geotk-referencing3D sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geotoolkit" % "geotk-referencing3D" % "3.20-geoapi-3.0"

Advertisement