Package org.geoserver.catalog.util

Examples of org.geoserver.catalog.util.CloseableIteratorAdapter


        // wrap the iterator in a notNull filter to ensure any filtered
        // layers (result is null) don't get passed on from the securityWrapper
        // Function. When the AccessLevel is HIDDEN and a layer gets filtered
        // out via a CatalogFilter - for example, this can happen with a
        // LocalWorkspaceCatalogFilter and a virtual service request
        return new CloseableIteratorAdapter(Iterators.filter(filteredWrapped,
                com.google.common.base.Predicates.notNull()));
    }
View Full Code Here

TOP

Related Classes of org.geoserver.catalog.util.CloseableIteratorAdapter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.