public class SHPFeatureWriter extends DBFFeatureWriter
featuretype, name
Modifier | Constructor and Description |
---|---|
protected |
SHPFeatureWriter(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
append(Feature feature) |
void |
begin(DBFStoreParameters dbfParameters,
FeatureType featureType,
long numRows) |
boolean |
canWriteGeometry(int gvSIGgeometryType) |
void |
dispose() |
void |
end() |
getRowCount, getWriteChannel
public void begin(DBFStoreParameters dbfParameters, FeatureType featureType, long numRows) throws DataException
begin
in class DBFFeatureWriter
DataException
public void dispose()
dispose
in class DBFFeatureWriter
public void end() throws DataException
end
in class DBFFeatureWriter
DataException
public void append(Feature feature) throws DataException
append
in class DBFFeatureWriter
DataException
public boolean canWriteGeometry(int gvSIGgeometryType)