Re: [Geotools-gt2-users] userdefined CoordinateReferenceSystem

2009-02-09 Thread Agossa
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

Re: [Geotools-gt2-users] userdefined CoordinateReferenceSystem

2009-02-09 Thread Paulm
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

Re: [Geotools-gt2-users] userdefined CoordinateReferenceSystem

2009-02-09 Thread Paulm
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