Class WmsServiceBaseUri

  • All Implemented Interfaces:
    Serializable

    public class WmsServiceBaseUri
    extends Object
    implements Serializable
    The Class WmsServiceBaseUri.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Jan 22, 2016
    See Also:
    Serialized Form
    • Constructor Detail

      • WmsServiceBaseUri

        public WmsServiceBaseUri()
        Instantiates a new geoserver base uri.
      • WmsServiceBaseUri

        public WmsServiceBaseUri​(String baseUrl,
                                 String scope)
        Instantiates a new geoserver base uri.
        Parameters:
        baseUrl - the base url
        scope - the scope
    • Method Detail

      • getBaseUrl

        public String getBaseUrl()
        Gets the base url.
        Returns:
        the base url
      • setBaseUrl

        public void setBaseUrl​(String baseUrl)
        Sets the base url.
        Parameters:
        baseUrl - the new base url
      • getScope

        public String getScope()
        Gets the scope.
        Returns:
        the scope
      • setScope

        public void setScope​(String scope)
        Sets the scope.
        Parameters:
        scope - the new scope