public abstract class AbstractFeatureWriterAppend extends Object implements FeatureWriter
Defined in the geotk-feature-store
module
Modifier and Type | Field and Description |
---|---|
protected FeatureType |
type |
Constructor and Description |
---|
AbstractFeatureWriterAppend(FeatureType type) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Release the underlying resources associated with this iterator.
|
FeatureType |
getFeatureType()
Get the writer FeatureType.
|
boolean |
hasNext() |
void |
remove()
Delete the current feature.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
next, write
forEachRemaining
protected final FeatureType type
public AbstractFeatureWriterAppend(FeatureType type)
public FeatureType getFeatureType()
getFeatureType
in interface FeatureWriter
public void remove() throws FeatureStoreRuntimeException
remove
in interface Iterator<Feature>
remove
in interface FeatureWriter
FeatureStoreRuntimeException
- if error occured while removing feature.public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface CloseableIterator<Feature>
public boolean hasNext()
hasNext
in interface Iterator<Feature>
hasNext
in interface FeatureIterator
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.