John Grange a écrit :
I have implemented an Equirectangular.java class as I actually require Plate
Carree
It appears correct, but I am unable to test as my testcase fails with the
following error:
No transform for classification "Equidistant_Cylindrical".
org.opengis.referencing.NoSuchIdentifierException: No transform for classification
"Equidistant_Cylindrical".
at
org.geotools.referencing.operation.DefaultMathTransformFactory.getProvider(DefaultMathTransformFactory.java:265)
You need to edit
META-INF/services/org.geotools.referencing.operation.MathTransformProvider
and add a line like:
org.geotools.referencing.operation.projection.Equirectangular$Provider
Note that this mechanism allow users to add projections in their own
library without modifying Geotools code (by adding this line in their
own META-INF/services directory if they wish).
If you agree, once tested (and after replacing the current author names
by yours name :) ), I could add this projection to the Geotools suite.
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