Class WmsServiceBaseUri
- java.lang.Object
-
- org.gcube.spatial.data.geoutility.bean.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 Summary
Constructors Constructor Description WmsServiceBaseUri()Instantiates a new geoserver base uri.WmsServiceBaseUri(String baseUrl, String scope)Instantiates a new geoserver base uri.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseUrl()Gets the base url.StringgetScope()Gets the scope.voidsetBaseUrl(String baseUrl)Sets the base url.voidsetScope(String scope)Sets the scope.StringtoString()
-
-
-
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
-
-