*/
@Override
public void write(FeatureCollectionType features, GetFeatureInfoRequest fInfoReq,
OutputStream out) throws IOException {
GeoJSONGetFeatureResponse format = new GeoJSONGetFeatureResponse(wms.getGeoServer(), getContentType());
format.write(features, out, null);
}