Hello everybody,

i have displayed the data which are in the postgis database. The contain is 
like:

  900913=PROJCS["WGS84 / Simple Mercator", GEOGCS["WGS 84",
     DATUM["WGS_1984", SPHEROID["WGS_1984", 6378137.0, 298.257223563]], 
     PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], 
     AXIS["Longitude", EAST], AXIS["Latitude", NORTH]],
     PROJECTION["Mercator_1SP_Google"], 
     PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0], 
     PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], 
     PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["x", EAST],
     AXIS["y", NORTH], AUTHORITY["EPSG","900913"]]
 This is the projection EPSG:900913. But the projection which display latitude 
or longitude in degree is 
 EPSG:4326. 
How can i convert the latitude or longitude coordinate which are in degree 
unit, in the projection EPSG:900913. This is important for me because in my 
file .xml i have this kind of data

 <bounds minlat='36.8468991' minlon='10.1602292' maxlat='36.853853199999996' 
maxlon='10.1741338' origin='CGImap 0.0.2' />
  <node id='243997182' timestamp='2008-01-29T14:58:17Z' uid='22060' 
user='chrischan' visible='true' version='1' changeset='708944' lat='36.8570917' 
lon='10.1670734' />
  <node id='243997183' timestamp='2008-01-29T14:58:17Z' uid='22060' 
user='chrischan' visible='true' version='1' changeset='708944' lat='36.8554984' 
lon='10.1685669' />
  <node id='243997185' timestamp='2009-05-12T23:28:34Z' uid='123321' 
user='Hatem' visible='true' version='2' changeset='1170291' lat='36.8536855' 
lon='10.1699434' />
  <node id='243997186' timestamp='2008-01-29T14:58:17Z' uid='22060' 
user='chrischan' visible='true' version='1' changeset='708944' lat='36.852923' 
lon='10.1704466' />
  <node id='243997187' timestamp='2008-01-29T14:58:17Z' uid='22060' 
user='chrischan' visible='true' version='1' changeset='708944' lat='36.8524628' 
lon='10.170644' />
  

Then i want to convert the lat and lon in the projection EPSG:900913??? please 
help mee
 
Ndefo Kamgne Arnauld

Cité Ettayour,Immeuble Bolbol 1,Appartement A2,Ariana

0021624249357




      
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to