mapFeature.setFeatureId(featureId);
mapFeature.setSvgGroup(null);
mapFeature.setVisibleFlag(null);
ISbiGeoMapFeaturesDAO dao=DAOFactory.getSbiGeoMapFeaturesDAO();
dao.setUserProfile(profile);
dao.insertMapFeatures(mapFeature);
}
}//for
return lstFeatures;
} catch(EMFUserError eu){
throw new EMFUserError(eu);