Eric Strabala a écrit :
> I'm trying to create a CRS with EPSG:9635.
> 
> factory = FactoryFinder.getCRSAuthorityFactory("EPSG", null);
> CoordinateReferenceSystem crs = 
> factory.createCoordinateReferenceSystem("EPSG:9635");
> 
> I get org.opengis.referencing.NoSuchAuthorityCodeException: Unknown 
> EPSG_NUMBER

EPSG:9635 is not a code for a CoordinateReferenceSystem. Its rather looks like 
a 
code for an OperationMethod (I would need to check inside the database for 
being 
sure). It seems to be the code for "Geographic3D to Geographic2D + Gravity 
Related Height" method.

        Martin

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to