I would like to use the Spherical Mercator algorithm in my application to project lat/lon points to a 2D plane.
The Spherical Mercator is also known as Google Mercator, EPSG-900913 or EPSG-3785.
There are several pages how to use this in JavaScript via the OpenLayers library, but I don't use JavaScript.
The documentation in OpenLayers didn't help me at all so I would like to ask for help how to implement the Google Mercator in Java.