Map dbParams = new HashMap();
dbParams.put(SpatiaLiteDataStoreFactory.DBTYPE.key, "spatialite");
dbParams.put(SpatiaLiteDataStoreFactory.DATABASE.key, dbFile.getAbsolutePath());
DataStore dataStore = dsFactory.createDataStore(dbParams);
try {
for (FeatureCollection fc : featureCollection.getFeatures()) {
SimpleFeatureType featureType = (SimpleFeatureType) fc.getSchema()
;