Examples of verifySpatialFilters()


Examples of org.geoserver.csw.records.RecordDescriptor.verifySpatialFilters()

            Query adapted = rd.adaptQuery(q);    
           
            // the specification demands that we throw an error if a spatial operator
            // is used against a non spatial property
            if(q.getFilter() != null) {
                rd.verifySpatialFilters(q.getFilter());
            }
           
            //smuggle base url
            adapted.getHints().put(KEY_BASEURL, request.getBaseUrl());
                       
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.