Skip to content

Simple method that converts Lambert-93 coordinates to WGS84 format, written in Java.

Notifications You must be signed in to change notification settings

Vialonyx/lambert93towgs84_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Lambert-93 to WGS84

Simple java method implementation that converts Lambert-93 coordinates to WGS84 format.

Params:

  • (double) lambertE
  • (double) lambertN

Returns an Array of values:

  • double[] values
$ double[] values = {latitude, longitude};

About

Simple method that converts Lambert-93 coordinates to WGS84 format, written in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages