public class DBFFeatureWriter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected FeatureType |
featuretype |
protected java.lang.String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
DBFFeatureWriter(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(Feature feature) |
void |
begin(DBFStoreParameters storeParameters,
FeatureType featureType,
long numRows) |
void |
dispose() |
void |
end() |
protected int |
getRowCount() |
protected static java.nio.channels.WritableByteChannel |
getWriteChannel(java.lang.String path) |
protected FeatureType featuretype
protected java.lang.String name
public void begin(DBFStoreParameters storeParameters, FeatureType featureType, long numRows) throws DataException
DataExceptionpublic void append(Feature feature) throws DataException
DataExceptionpublic void end()
throws DataException
DataExceptionpublic void dispose()
protected static java.nio.channels.WritableByteChannel getWriteChannel(java.lang.String path)
throws java.io.IOException
java.io.IOExceptionprotected int getRowCount()