Just a quick question, what EPSG code did you expect to find?

I tried http://spatialreference.org/ref/?search=WGS+84+Pseudo+Mercator

But none of the results have your Mercator_2SP setting. It could be that
the WKT you are working with is just not a standard? GIS professionals
routinely mash together their own CRS for a project/presentation when they
are optimising for a dataset, and not concerned with interoperability.

Jody

Jody Garnett


On Mon, Jul 28, 2014 at 8:15 AM, Andreas Bergmann <bergmann...@gmail.com>
wrote:

> Hi,
>
>
> when looking up the EPSG code for the following WKT definition with "
> CRS.lookupEPSGCode(wkt,true); " I get no results.
>
> When I do the lookup with the online toool http://prj2epsg.org/search, I
> get a result.
>
>
> Are there any additional options I could set to identify the corresponding
> EPSG code?
>
>
> Best Regards,
>
> Andreas
>
>
>
>  PROJCS["WGS_84_Pseudo_Mercator",
>
>  GEOGCS["GCS_WGS_1984",
>
>    DATUM["D_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_2SP"],
>
>  PARAMETER["standard_parallel_1", 0.0],
>
>  PARAMETER["latitude_of_origin", 0.0],
>
>  PARAMETER["central_meridian", 0.0],
>
>  PARAMETER["false_easting", 0.0],
>
>  PARAMETER["false_northing", 0.0],
>
>  UNIT["m", 1.0],
>
>  AXIS["x", EAST],
>
>  AXIS["y", NORTH]]
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> _______________________________________________
> GeoTools-GT2-Users mailing list
> GeoTools-GT2-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to