Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] 1.4.2_06 status

Playing with the lastest Java 1.4 release (and refresh of JAI and ImageIO).
We have one incompatability with net.refractions.udig.catalog.ShpServiceImpl.getSchema(): return ((URL)ref.getConnectionParams().get(ShapefileDataStoreFactory.URLP.key)).toURI();

This can be used to get something on the screen.
URL url = (URL) ref.getConnectionParams().get( ShapefileDataStoreFactory.URLP.key );
return new URI( url.toExternalForm() );



Back to the top