Interface IUrls
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBaseBrowseUrl()Replies the base URL for browsing information about a primitive.java.lang.StringgetBaseUserUrl()Replies the base URL for browsing information about a user.java.lang.StringgetDefaultOsmApiUrl()Returns the default OSM API URL.java.lang.StringgetJOSMWebsite()Returns the JOSM website URL.java.lang.StringgetOSMWebsite()Returns the OSM website URL.java.lang.StringgetOSMWebsiteDependingOnSelectedApi()Returns the OSM website URL depending on the selected OSM API.java.lang.StringgetOSMWiki()Returns the OSM wiki URL.java.lang.StringgetXMLBase()Returns the JOSM XML URL.
-
-
-
Method Detail
-
getOSMWebsiteDependingOnSelectedApi
java.lang.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
java.lang.String getBaseBrowseUrl()
Replies the base URL for browsing information about a primitive.- Returns:
- the base URL, i.e. https://www.openstreetmap.org
-
getBaseUserUrl
java.lang.String getBaseUserUrl()
Replies the base URL for browsing information about a user.- Returns:
- the base URL, i.e. https://www.openstreetmap.org/user
-
getJOSMWebsite
java.lang.String getJOSMWebsite()
Returns the JOSM website URL.- Returns:
- the josm website URL
-
getXMLBase
java.lang.String getXMLBase()
Returns the JOSM XML URL.- Returns:
- the JOSM XML URL
-
getOSMWebsite
java.lang.String getOSMWebsite()
Returns the OSM website URL.- Returns:
- the OSM website URL
-
getOSMWiki
java.lang.String getOSMWiki()
Returns the OSM wiki URL.- Returns:
- the OSM wiki URL
- Since:
- 14208
-
getDefaultOsmApiUrl
java.lang.String getDefaultOsmApiUrl()
Returns the default OSM API URL.- Returns:
- the default OSM API URL
-
-