Class DBFFeatureWriter

java.lang.Object
org.gvsig.fmap.dal.store.dbf.DBFFeatureWriter

public class DBFFeatureWriter extends Object
  • Field Details

    • featuretype

      protected org.gvsig.fmap.dal.feature.FeatureType featuretype
    • name

      protected String name
  • Constructor Details

    • DBFFeatureWriter

      protected DBFFeatureWriter(String name)
  • 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

      protected static WritableByteChannel getWriteChannel(String path) throws IOException
      Throws:
      IOException
    • getRowCount

      protected int getRowCount()