Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have not yet been able to do a simple conversion between GIS formats. This is the error I receive when I try to convert SHP to MIF:
Starting job SimpleTutorial at 23:19 20/11/2007.
20/11/2007 23:19:21 FactoryRegistry scanForPlugins
WARNING: Can't load a service for category "MathTransformProvider". Cause is "NoClassDefFoundError: javax/media/jai/WarpAffine".
Exception in component sMapinfoOutput_1_SO
java.io.IOException: Can't write feature: java.io.IOException: Error writing MID file: null
at org.geotools.data.mif.MIFFile$Writer.write(MIFFile.java:1691)
at org.geotools.data.InProcessLockingManager$1.write(InProcessLockingManager.java:330)
at tutorial_1.simpletutorial.SimpleTutorial.sShapefileInput_1_GIProcess(SimpleTutorial.java:359)
at tutorial_1.simpletutorial.SimpleTutorial.runJob(SimpleTutorial.java:510)
at tutorial_1.simpletutorial.SimpleTutorial.main(SimpleTutorial.java:454)
Job SimpleTutorial ended at 23:19 20/11/2007.
Can anyone interpret this?
Thanks,
Simon