Class WMS1_1_0.GetMapRequest

    • Constructor Detail

      • GetMapRequest

        public GetMapRequest​(URL onlineResource)
    • Method Detail

      • initVersion

        protected void initVersion()
        Description copied from class: AbstractRequest
        Sets up the version number for this request. Typically something like setProperty("VERSION", "1.1.1");
        Overrides:
        initVersion in class WMS1_0_0.GetMapRequest
      • processKey

        protected String processKey​(String key)
        Description copied from class: AbstractRequest
        Some Open Web Servers do not abide by the fact that parameter keys should be case insensitive.

        This method will allow a specification to determine the way that the parameter keys should be encoded in requests made by the server.

        Overrides:
        processKey in class WMS1_0_0.GetMapRequest
        Parameters:
        key - the key to be processed
        Returns:
        the key, after being processed. (made upper case, for example)