Package org.geotools.feature.collection

Examples of org.geotools.feature.collection.SimpleFeatureIteratorImpl


     * iteration without having to cast.
     *
     * @return the SimpleFeatureIterator for this collection.
     */
    public SimpleFeatureIterator features() {
        return new SimpleFeatureIteratorImpl( contents.values() );
    }
View Full Code Here


     * to cast.
     *
     * @return the SimpleFeatureIterator for this collection.
     */
    public SimpleFeatureIterator features() {
        return new SimpleFeatureIteratorImpl( contents.values() );
    }
View Full Code Here

TOP

Related Classes of org.geotools.feature.collection.SimpleFeatureIteratorImpl

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.