Class AbstractWMSRequest

    • Constructor Detail

      • AbstractWMSRequest

        public AbstractWMSRequest​(URL onlineResource,
                                  Properties properties)
    • Method Detail

      • initService

        protected void initService()
        Description copied from class: AbstractRequest
        Implementing subclass requests must specify their own "SERVICE" value. Example: setProperty("SERVICE", "WFS");
        Specified by:
        initService in class AbstractRequest