WMS1_1_1 provides both name and version information that may be checked against a GetCapabilities document during version negotiation.
129130131132133134135
} @Override protected void setupSpecifications() { specs = new Specification[1]; specs[0] = new WMS1_1_1(); }
284285286287288289290
/** * Sets up the specifications/versions that this server is capable of communicating with. */ protected void setupSpecifications() { specs = new Specification[1]; specs[0] = new WMS1_1_1(); }
385386387388389390391392
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(); }
4041424344454647484950
* @source $URL$ */ public class WMS1_1_1_OnlineTest extends WMS1_1_0_OnlineTest { public WMS1_1_1_OnlineTest() throws Exception { this.spec = new WMS1_1_1(); this.server = new URL( "http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?VERSION=1.1.0&REQUEST=GetCapabilities"); this.getStylesURL = new URL("http://mapserv2.esrin.esa.it/cubestor/cubeserv/cubeserv.cgi?VERSION=1.1.1&REQUEST=GetCapabilities&SERVICE=WMS");
220221222223224225226
// TODO Auto-generated constructor stub } protected void setupSpecifications() { specs = new Specification[1]; specs[0] = new WMS1_1_1(); }