Uses of Class
org.rometools.feed.module.georss.GeoRSSModule

Packages that use GeoRSSModule
org.rometools.feed.module.activitystreams.types   
org.rometools.feed.module.georss This package contains classes to enable the rome rss library with georss support. 
 

Uses of GeoRSSModule in org.rometools.feed.module.activitystreams.types
 

Methods in org.rometools.feed.module.activitystreams.types that return GeoRSSModule
 GeoRSSModule HasLocation.getLocation()
           
 GeoRSSModule ActivityObject.getLocation()
           
 

Methods in org.rometools.feed.module.activitystreams.types with parameters of type GeoRSSModule
 void HasLocation.setLocation(GeoRSSModule location)
           
 void ActivityObject.setLocation(GeoRSSModule location)
           
 

Uses of GeoRSSModule in org.rometools.feed.module.georss
 

Subclasses of GeoRSSModule in org.rometools.feed.module.georss
 class GMLModuleImpl
          GMLModuleImpl is the implementation of the GeoRSSModule Interface for the gml GeoRSS format.
 class SimpleModuleImpl
          SimpleModuleImpl is the implementation of the GeoRSSModule Interface for the GeoRSS Simple format.
 class W3CGeoModuleImpl
          W3CGeoModuleImpl is the implementation of the GeoRSSModule Interface for the W3C geo format.
 

Methods in org.rometools.feed.module.georss that return GeoRSSModule
static GeoRSSModule GeoRSSUtils.getGeoRSS(com.sun.syndication.feed.synd.SyndEntry entry)
          This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).
static GeoRSSModule GeoRSSUtils.getGeoRSS(com.sun.syndication.feed.synd.SyndFeed feed)
          This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).
 



Copyright © 2013 ROME Project. All Rights Reserved.