* Since we are working with GeoTools , we use the
* GTOutputFactory, which creates objects based on geotools
* data objects (DataStore and GridCoverage)
*/
if (m_Algorithm.execute(taskMonitor, new GTOutputFactory())){
return createReturnMapFromOutputObjects();
}
else{
//if the execution was canceled, we return null
return null;