public class AsyncQueueFeatureCollection
extends org.geotools.feature.collection.BaseSimpleFeatureCollection
Constructor and Description |
---|
AsyncQueueFeatureCollection(org.opengis.feature.simple.SimpleFeatureType type,
com.oath.cyclops.async.adapters.Queue<org.opengis.feature.simple.SimpleFeature> asyncQueue) |
Modifier and Type | Method and Description |
---|---|
org.geotools.data.simple.SimpleFeatureIterator |
features() |
sort, subCollection
accepts, contains, containsAll, getBounds, getID, getSchema, isEmpty, size, toArray, toArray
public AsyncQueueFeatureCollection(org.opengis.feature.simple.SimpleFeatureType type, com.oath.cyclops.async.adapters.Queue<org.opengis.feature.simple.SimpleFeature> asyncQueue)
public org.geotools.data.simple.SimpleFeatureIterator features()
features
in interface org.geotools.data.simple.SimpleFeatureCollection
features
in interface org.geotools.feature.FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
features
in class org.geotools.feature.collection.BaseSimpleFeatureCollection
Copyright © 2013–2022. All rights reserved.