Hi MPG we should take this to the user list :-) Do you know the EPSG code or WKT projection definitoin of mercator? For lat/long EPSG:4326 is traditional ... and there is a DefaultGeographicCRS.WSG84 static constant that you may find useful.
For the details on using these please see the user guide chapter on "Referencing", you will find that the CRS utility class and MathTransform can be used to work with the geometry construct DirectPosition. We have another utility class "JTS" that can take higher order constructs like Point, LineString and Polygon. Cheers, Jody MPF wrote: > Hi! > > I just search for that 2 methods, which should convert lattidude/longtidude > into mercator and mercator to lattidude/longtidude - works with geotools? > ohterwise someone know how I can implement that? > > best regards. > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
