}
rd.close();
result = sb.toString();
logger.debug("Result for query [" + geoIdPName + "=" + geoIdPValue+ "]is equal to [" + result + "]");
MfGeoJSONReader jsonReader = new MfGeoJSONReader(SbiFeatureFactory.getInstance());
featureCollection = (MfFeatureCollection) jsonReader.decode(result);
} catch(Throwable t){
throw new SpagoBIRuntimeException(t);
}finally {
}