Interface IUrls

  • All Known Implementing Classes:
    JosmUrls

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