Class GeoRSSUtils


  • public class GeoRSSUtils
    extends Object
    static utility methods for georss.
    • Method Detail

      • getGeoRSS

        public static GeoRSSModule getGeoRSS​(SyndEntry entry)
        This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).
        Parameters:
        entry - the element in the feed which might have a georss element
        Returns:
        a georssmodule or null if none is present
      • getGeoRSS

        public static GeoRSSModule getGeoRSS​(SyndFeed feed)
        This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).
        Parameters:
        feed - the element in the feed which might have a georss element
        Returns:
        a georssmodule or null if none is present