Examples of DecoratingFeatureTypeInfo


Examples of org.geoserver.security.decorators.DecoratingFeatureTypeInfo

        // reuse the same logic as dimension selection to restrict the domain of possible values
        final Filter filter = wms.getTimeElevationToFilter(times, elevations, resource);

        ResourceInfo restrictedResource;
        if (filter != null && !Filter.INCLUDE.equals(filter)) {
            restrictedResource = new DecoratingFeatureTypeInfo(resource) {

                @Override
                public FeatureSource getFeatureSource(ProgressListener listener, Hints hints)
                        throws IOException {
                    FeatureSource fs = super.getFeatureSource(listener, hints);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.