Class WMS1_1_0.GetFeatureInfoRequest

    • Constructor Detail

      • GetFeatureInfoRequest

        public GetFeatureInfoRequest​(URL onlineResource,
                                     GetMapRequest request)
    • Method Detail

      • 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.GetFeatureInfoRequest
        Parameters:
        key - the key to be processed
        Returns:
        the key, after being processed. (made upper case, for example)