Uses of Class
com.rometools.modules.georss.GeoRSSModule
-
Packages that use GeoRSSModule Package Description com.rometools.modules.activitystreams.types com.rometools.modules.georss This package contains classes to enable the rome rss library with georss support.com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of GeoRSSModule in com.rometools.modules.activitystreams.types
Methods in com.rometools.modules.activitystreams.types that return GeoRSSModule Modifier and Type Method Description GeoRSSModuleActivityObject. getLocation()GeoRSSModuleHasLocation. getLocation()Methods in com.rometools.modules.activitystreams.types with parameters of type GeoRSSModule Modifier and Type Method Description voidActivityObject. setLocation(GeoRSSModule location)voidHasLocation. setLocation(GeoRSSModule location) -
Uses of GeoRSSModule in com.rometools.modules.georss
Subclasses of GeoRSSModule in com.rometools.modules.georss Modifier and Type Class Description classGMLModuleImplGMLModuleImpl is the implementation of theGeoRSSModuleInterface for the gml GeoRSS format.classSimpleModuleImplSimpleModuleImpl is the implementation of theGeoRSSModuleInterface for the GeoRSS Simple format.classW3CGeoModuleImplW3CGeoModuleImpl is the implementation of theGeoRSSModuleInterface for the W3C geo format.Methods in com.rometools.modules.georss that return GeoRSSModule Modifier and Type Method Description static GeoRSSModuleGeoRSSUtils. getGeoRSS(SyndEntry entry)This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).static GeoRSSModuleGeoRSSUtils. getGeoRSS(SyndFeed feed)This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).Methods in com.rometools.modules.georss that return types with arguments of type GeoRSSModule Modifier and Type Method Description Class<GeoRSSModule>GMLModuleImpl. getInterface()Class<GeoRSSModule>SimpleModuleImpl. getInterface()Class<GeoRSSModule>W3CGeoModuleImpl. getInterface()Constructor parameters in com.rometools.modules.georss with type arguments of type GeoRSSModule Constructor Description GeoRSSModule(Class<? extends GeoRSSModule> beanClass, String uri) -
Uses of GeoRSSModule in com.rometools.modules.mediarss.types
Methods in com.rometools.modules.mediarss.types that return GeoRSSModule Modifier and Type Method Description GeoRSSModuleLocation. getGeoRss()Methods in com.rometools.modules.mediarss.types with parameters of type GeoRSSModule Modifier and Type Method Description voidLocation. setGeoRss(GeoRSSModule geoRss)
-