protected DataGIS createDataGIS() throws Exception {
   DataGIS gis = null;
   // set the GIS into DataGIS that handles specifically for data grid
   // scenarios
   gis = new DataGIS("DataGIS", 1000000000.0);
   GridSim.setGIS(gis);
   return gis;
 }