Interface IUrls

  • All Known Implementing Classes:
    JosmUrls

    public interface IUrls
    Interface for a provider of certain URLs.
    Since:
    14119
    • 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