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