Tagged Questions
2
votes
2answers
3k views
convert wgs84 coordinate to Google Map coordinate system(EPSG 3785) with geotools and java
Could you please point me out where can I make such a transformation:
convert wgs84(EPSG 4326) coordinate to Google Map coordinate system(EPSG 3785), and vise versa.
Thank you.
4
votes
2answers
2k views
java vividsolutions jts wgs-84 distance to meters
my (java) project uses com.vividsolutions.jts.geom, which provides a distance function. After some googling I finally found that the return value from this function is in central angle degrees, when ...