Package org.gvsig.fmap.dal.store.dbf
Class DBFFeatureWriter
java.lang.Object
org.gvsig.fmap.dal.store.dbf.DBFFeatureWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.gvsig.fmap.dal.feature.FeatureTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(org.gvsig.fmap.dal.feature.Feature feature) voidbegin(DBFStoreParameters storeParameters, org.gvsig.fmap.dal.feature.FeatureType featureType, long numRows) voiddispose()voidend()protected intprotected static WritableByteChannelgetWriteChannel(String path)
-
Field Details
-
featuretype
protected org.gvsig.fmap.dal.feature.FeatureType featuretype -
name
-
-
Constructor Details
-
DBFFeatureWriter
-
-
Method Details
-
begin
public void begin(DBFStoreParameters storeParameters, org.gvsig.fmap.dal.feature.FeatureType featureType, long numRows) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-
append
public void append(org.gvsig.fmap.dal.feature.Feature feature) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-
end
public void end() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
dispose
public void dispose() -
getWriteChannel
- Throws:
IOException
-
getRowCount
protected int getRowCount()
-