Scott Pezanowski a écrit :
org.geotools.factory.FactoryNotFoundException: No factory found for category 
"CRSAuthorityFactory".
        
org.geotools.factory.FactoryRegistry.getServiceProvider(FactoryRegistry.java:210)
        
org.geotools.factory.FactoryCreator.getServiceProvider(FactoryCreator.java:90)
        
org.geotools.referencing.FactoryFinder.getCRSAuthorityFactory(FactoryFinder.java:341)

[...snip...] does anyone know why I might be getting this error? Does this error mean it cannot find the reference system of my file?

It is not related to the GeoTIFF reference system. Geotools can't find an authority factory for CRS. Make sure that one of the following JAR is in yours class path:

    epsg-wkt
    epsg-hsql
    epsg-access
    epsg-postgresql

I believe that the GeoTIFF plugin was designed for epsg-wkt (but actually, other plugin like epsg-hsql should provides more complete and accurate informations).

        Martin.


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to