public class DBFFeatureWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FeatureType |
featuretype |
protected String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
DBFFeatureWriter(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 WritableByteChannel |
getWriteChannel(String path) |
protected FeatureType featuretype
protected String name
protected DBFFeatureWriter(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 WritableByteChannel getWriteChannel(String path) throws IOException
IOExceptionprotected int getRowCount()