Class GeoUrlToBounds

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern PATTERN
      The pattern of a geo: url, having named match groups.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GeoUrlToBounds()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Bounds parse​(java.lang.String url)
      Parses a Geo URL (as specified in RFC 5870) into Bounds.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PATTERN

        public static final java.util.regex.Pattern PATTERN
        The pattern of a geo: url, having named match groups.
    • Method Detail

      • parse

        public static Bounds parse​(java.lang.String url)
        Parses a Geo URL (as specified in RFC 5870) into Bounds.
        Parameters:
        url - the URL to be parsed
        Returns:
        the parsed Bounds