Hi Paulm,
Just please read our discussions 3 days ago and the hints given to me by
Martin
The snippet works with some little changes.
ReferencingFactoryContainer factories = new
ReferencingFactoryContainer(null);
GeographicCRS geoCRS =
org.geotools.referencing.crs.DefaultGeographicCRS.W
Paulm wrote:
>
> Hi!
> I´ve tried Abels example code for creating CRS, but this row:
> MathTransformFactory mtFactory =
> FactoryFinder.getMathTransformFactory(null)
>
> flags error: "The method getMathTransformFactory(null) is undefined for
> the type FactoryFinder"
> Have I missed something
Paulm wrote:
>
> Hi!
> I´ve tried Abels example code for creating CRS, but this row:
> MathTransformFactory mtFactory =
> FactoryFinder.getMathTransformFactory(null)
>
> flags error: "The method getMathTransformFactory(null) is undefined for
> the type FactoryFinder"
> Have I missed something