public class SimpleFeatureGeoWaveWrapper extends Object implements CloseableIterator<GeoWaveData<org.opengis.feature.simple.SimpleFeature>>
CloseableIterator.Empty<E>, CloseableIterator.Wrapper<E>
Constructor and Description |
---|
SimpleFeatureGeoWaveWrapper(List<org.geotools.data.simple.SimpleFeatureCollection> featureCollections,
String[] indexNames,
org.geotools.data.DataStore dataStore,
RetypingVectorDataPlugin retypingPlugin,
org.opengis.filter.Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
GeoWaveData<org.opengis.feature.simple.SimpleFeature> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SimpleFeatureGeoWaveWrapper(List<org.geotools.data.simple.SimpleFeatureCollection> featureCollections, String[] indexNames, org.geotools.data.DataStore dataStore, RetypingVectorDataPlugin retypingPlugin, org.opengis.filter.Filter filter)
public boolean hasNext()
hasNext
in interface Iterator<GeoWaveData<org.opengis.feature.simple.SimpleFeature>>
public GeoWaveData<org.opengis.feature.simple.SimpleFeature> next()
next
in interface Iterator<GeoWaveData<org.opengis.feature.simple.SimpleFeature>>
public void remove()
remove
in interface Iterator<GeoWaveData<org.opengis.feature.simple.SimpleFeature>>
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface CloseableIterator<GeoWaveData<org.opengis.feature.simple.SimpleFeature>>
Copyright © 2013–2022. All rights reserved.