Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] geotools feature package missing from udig 1.2


Hi people, I'm new to uDig and am working on a customisation. I've been using release 1.1 but ran into issues with large areal photography jpgs. I decided to give uDig 1.2 a go as I heard it had addressed some potential issues with large image files.

The issue I'm having is that my code makes reference to geotools classes. Most of them are fine. However, the compiler cannot seem to find any classes from the org.geotools.feature package. It works with uDig 1.1 but not 1.2. Version 1.2 uses a different version of geotools but these classes should still be there (according to the javadoc).

Is it possible that a jar has been missed from the geotools library that comes with uDig 1.2?

Any ideas?
Luke.

Back to the top