Does anyone know how to use EPSGCRSAuthorityFactory?
In my code, I created a crs in this way:
CoordinateReferenceSystem crs;
EPSGCRSAuthorityFactory crsFactory = new EPSGCRSAuthorityFactory();
crs = (CoordinateReferenceSystem) crsFactory.createObject("NAD27/UTM zone 11N");
The returned crs is null;
I change the parameter:
crs = (CoordinateReferenceSystem) crsFactory.createObject("EPSG:26910");
to have a test it is still null.
Then what is the correct way to use EPSGCRSAuthorityFactory?
Sun
---------------------------------
Choose the right car based on your needs. Check out Yahoo! Autos new Car
Finder tool.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel