Package org.geotools.wfs

Examples of org.geotools.wfs.CompositeFeatureCollection


            //different behaviour across versions, in wfs < 2.0 we merge all the features into
            // a single collection, wfs 2.0+ we create a feature collection that contains multiple
            // feature collections
            if ("featureMember".equals(name.getLocalPart())) {
                //wrap in a single
                return new CompositeFeatureCollection(features);
            }

           
            //we need to recalculate numberMatched, and numberRetunred
            int numberMatched = -1;
View Full Code Here

TOP

Related Classes of org.geotools.wfs.CompositeFeatureCollection

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.