Interface IUrls
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBaseBrowseUrl()
Replies the base URL for browsing information about a primitive.String
getBaseUserUrl()
Replies the base URL for browsing information about a user.String
getDefaultOsmApiUrl()
Returns the default OSM API URL.String
getJOSMWebsite()
Returns the JOSM website URL.String
getOSMWebsite()
Returns the OSM website URL.String
getOSMWebsiteDependingOnSelectedApi()
Returns the OSM website URL depending on the selected OSM API.String
getOSMWiki()
Returns the OSM wiki URL.String
getXMLBase()
Returns the JOSM XML URL.
-
-
-
Method Detail
-
getOSMWebsiteDependingOnSelectedApi
String getOSMWebsiteDependingOnSelectedApi()
Returns the OSM website URL depending on the selected OSM API.- Returns:
- the OSM website URL depending on the selected OSM API
-
getBaseBrowseUrl
String getBaseBrowseUrl()
Replies the base URL for browsing information about a primitive.- Returns:
- the base URL, i.e. https://www.openstreetmap.org
-
getBaseUserUrl
String getBaseUserUrl()
Replies the base URL for browsing information about a user.- Returns:
- the base URL, i.e. https://www.openstreetmap.org/user
-
getJOSMWebsite
String getJOSMWebsite()
Returns the JOSM website URL.- Returns:
- the josm website URL
-
getXMLBase
String getXMLBase()
Returns the JOSM XML URL.- Returns:
- the JOSM XML URL
-
getOSMWebsite
String getOSMWebsite()
Returns the OSM website URL.- Returns:
- the OSM website URL
-
getOSMWiki
String getOSMWiki()
Returns the OSM wiki URL.- Returns:
- the OSM wiki URL
- Since:
- 14208
-
getDefaultOsmApiUrl
String getDefaultOsmApiUrl()
Returns the default OSM API URL.- Returns:
- the default OSM API URL
-
-