e.printStackTrace();
}
}
JSONStringer stringer = new JSONStringer();
MfGeoJSONWriter builder = new MfGeoJSONWriter(stringer);
builder.encodeFeatureCollection(new MfFeatureCollection(outputFeatureCollection));
servletIOManager.tryToWriteBackToClient(stringer.toString());
} catch(Throwable t) {
t.printStackTrace();