Package | Description |
---|---|
com.rometools.modules.activitystreams.types | |
com.rometools.modules.georss |
This package contains classes to enable the rome rss library with georss support.
|
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> |
W3CGeoModuleImpl.getInterface() |
Class<GeoRSSModule> |
GMLModuleImpl.getInterface() |
Class<GeoRSSModule> |
SimpleModuleImpl.getInterface() |
Constructor and Description |
---|
GeoRSSModule(Class<? extends GeoRSSModule> beanClass,
String uri) |
Copyright © 2023. All rights reserved.