MfFeatureCollection featureCollection = featuresProvider.getFeatures(featureSource, parameters);
List featureList = new ArrayList(featureCollection.getCollection());
MfFeature feature = (MfFeature) featureList.get(0);
//Geometry from GeoServer
MfGeometry geom = feature.getMfGeometry();
// JSON creation
JSONObject jsonProperties = new JSONObject();