Esempio n. 1
0
 public void Index()
 {
     /*To realize the connection of the WMS service, first we will put the specific information of the HTTP,
      * at second, the name that the service will receive
      * and finally, we will introduce the entities of the data .shp */
     WMSService.Response(this.HttpContext, "Example_Name", driver.EntitySets);
 }