384385386387388389390391392
} protected void setupSpecifications() { specs = new Specification[4]; specs[0] = new WMS1_0_0(); specs[1] = new WMS1_1_0(); specs[2] = new WMS1_1_1(); specs[3] = new WMS1_3_0(); }
42434445464748
public class WMS1_1_0_OnlineTest extends WMS1_0_0_OnlineTest { protected URL getStylesURL; public WMS1_1_0_OnlineTest() throws Exception { server = new URL("http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?VERSION=1.1.0&REQUEST=GetCapabilities"); spec = new WMS1_1_0(); }
302303304305306307308
// TODO Auto-generated constructor stub } protected void setupSpecifications() { specs = new Specification[1]; specs[0] = new WMS1_1_0(); }