On Wed, Aug 24, 2011 at 4:44 AM, Michael Bedward <[email protected]> wrote: > Hello WMS gurus, > > The WMSLayer class (gt-wms) doesn't have a dispose method. Should one > be added or is there nothing to clean up ?
It inherits the dispose method from the base class, which in turn disposes the reader, doesn't it? In any case no, I don't think were is anything to actually close there, the reader in question also does not have any sort of OS resource (db connection, file stream) backing it. At least, as far as I remember Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
