jar

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.

Table Of Contents

Latest Version

Download org.geotoolkit : geotk-referencing3D JAR file - Latest Versions:

All Versions

Download org.geotoolkit : geotk-referencing3D JAR file - All Versions:

Version Vulnerabilities Size Updated
3.20
3.19
3.18

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window geotk-referencing3D-3.20-geoapi-3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.geotoolkit.referencing.operation.transform

├─ org.geotoolkit.referencing.operation.transform.EarthGravitationalModel.class - [JAR]

├─ org.geotoolkit.referencing.operation.transform.VerticalTransform.class - [JAR]

org.geotoolkit.referencing.operation.provider

├─ org.geotoolkit.referencing.operation.provider.EllipsoidToGeoid.class - [JAR]

Advertisement