| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GeoRSSModule |
ActivityObject.getLocation() |
GeoRSSModule |
HasLocation.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityObject.setLocation(GeoRSSModule location) |
void |
HasLocation.setLocation(GeoRSSModule location) |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static GeoRSSModule |
GeoRSSUtils.getGeoRSS(SyndEntry entry)
This convenience method checks whether there is any geoRss Element and will return it (georss
simple or W3GGeo).
|
static GeoRSSModule |
GeoRSSUtils.getGeoRSS(SyndFeed feed)
This convenience method checks whether there is any geoRss Element and will return it (georss
simple or W3GGeo).
|
| Modifier and Type | Method and Description |
|---|---|
Class<GeoRSSModule> |
GMLModuleImpl.getInterface() |
Class<GeoRSSModule> |
W3CGeoModuleImpl.getInterface() |
Class<GeoRSSModule> |
SimpleModuleImpl.getInterface() |
| Constructor and Description |
|---|
GeoRSSModule(Class<? extends GeoRSSModule> beanClass,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
GeoRSSModule |
Location.getGeoRss() |
| Modifier and Type | Method and Description |
|---|---|
void |
Location.setGeoRss(GeoRSSModule geoRss) |
Copyright © 2021. All rights reserved.