Java implementation of GeographicLib

This is a Java implementation of the geodesic algorithms from GeographicLib. This is a self-contained library to solve geodesic problems on an ellipsoid model of the earth. It requires Java version 1.7 or later.

License

License

Categories

Categories

Java Languages Net CLI User Interface Geo Business Logic Libraries Geospatial
GroupId

GroupId

net.sf.geographiclib
ArtifactId

ArtifactId

GeographicLib-Java
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java implementation of GeographicLib
This is a Java implementation of the geodesic algorithms from GeographicLib. This is a self-contained library to solve geodesic problems on an ellipsoid model of the earth. It requires Java version 1.7 or later.
Project URL

Project URL

https://geographiclib.sourceforge.io
Source Code Management

Source Code Management

https://github.com/geographiclib/geographiclib-java

Download GeographicLib-Java

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.geographiclib/GeographicLib-Java/ -->
<dependency>
    <groupId>net.sf.geographiclib</groupId>
    <artifactId>GeographicLib-Java</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.geographiclib/GeographicLib-Java/
implementation 'net.sf.geographiclib:GeographicLib-Java:2.0'
// https://jarcasting.com/artifacts/net.sf.geographiclib/GeographicLib-Java/
implementation ("net.sf.geographiclib:GeographicLib-Java:2.0")
'net.sf.geographiclib:GeographicLib-Java:jar:2.0'
<dependency org="net.sf.geographiclib" name="GeographicLib-Java" rev="2.0">
  <artifact name="GeographicLib-Java" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.geographiclib', module='GeographicLib-Java', version='2.0')
)
libraryDependencies += "net.sf.geographiclib" % "GeographicLib-Java" % "2.0"
[net.sf.geographiclib/GeographicLib-Java "2.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.52
1.51
1.50
1.49
1.48
1.47
1.46
1.45
1.44
1.43
1.42