[geotk] Projection question
Martin Desruisseaux
martin.desruisseaux at geomatys.fr
Wed Apr 24 10:28:45 PDT 2013
Hello Doug
Le 24/04/13 19:10, Kunzman, Doug a écrit :
> We are using geotoolkit version 3.20 on http://bison.usgs.ornl.gov/
> project which has been publicly released. Another success for the
> Geotoolkit!
Cool!! Thanks for letting us know, this is very encouraging :-).
> I would like to create an SRID from this WKT
>
> PROJCS["unnamed",
> GEOGCS["WGS 84",
> DATUM["unknown",
> SPHEROID["WGS84",6378137,298.257223563]],
> PRIMEM["Greenwich",0],
> UNIT["degree",0.0174532925199433]],
> PROJECTION["Cylindrical_Equal_Area"],
> PARAMETER["standard_parallel_1",45],
> PARAMETER["central_meridian",0],
> PARAMETER["false_easting",0],
> PARAMETER["false_northing",0]]
Is CRS.parseWKT(String) not working?
http://www.geotoolkit.org/apidocs/org/geotoolkit/referencing/CRS.html#parseWKT%28java.lang.String%29
Regards,
Martin
More information about the Geotoolkit
mailing list