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
DataException
public void append(Feature feature) throws DataException
DataException
public void end() throws DataException
DataException
public void dispose()
protected static java.nio.channels.WritableByteChannel getWriteChannel(java.lang.String path) throws java.io.IOException
java.io.IOException
protected int getRowCount()