Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] catalog.memory is missing

catalog.memory has been merged with catalog. I don't think the class is public any more. Depending on what you want to do you may want to use the createTemporaryResource( ) that is part of the Local catalog (CatalogPlugin.getDefault().getLocalCatalog()).

Jesse


On 4-Feb-07, at 5:27 PM, Adrian Custer wrote:

Hey all,

Just trying to get my old code compiling again.

The import:

        import net.refractions.udig.catalog.memory.MemoryService;

is failing. There used to be a project dependency in the MANIFEST.MF
dependency tab on

        net.refractions.udig.catalog.memory

Was this its own plugin? There's no such plugin in any of the recent sdk
releases.

Is this not compiling, was it elsewhere, am I just being dumb?

thanks,
adrian

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top