Converting British National Grid (EPSG:7405), coordinates into latitude and longitude coordinates Using Java( JTS prefered ) programmatically
问题 Is there a way to use the Java to convert(British National Grid (10 Figure Grid Reference),) into lat/long? for example, I have a 558832.516608631,180065.50201851176 and would like to generate the lat/long using Java or JTS. I've seen questions/solutions using Javacript, but no solutions using Java alone. I've tried this using JTS: Coordinate c = new Coordinate(394028.93262359675,806122.3097467106); com.vividsolutions.jts.geom.Point p = gf.createPoint(c); CoordinateReferenceSystem utmCrs =