|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.ModuleImpl
org.rometools.feed.module.georss.GeoRSSModule
public abstract class GeoRSSModule
GeoRSSModule is the main georss interface defining the methods to produce and consume georss elements.
| Field Summary | |
|---|---|
protected AbstractGeometry |
geometry
|
static String |
GEORSS_GEORSS_URI
namespace URI for georss simple: "http://www.georss.org/georss" |
static String |
GEORSS_GML_URI
namespace URI for GML georss : "http://www.opengis.net/gml" |
static String |
GEORSS_W3CGEO_URI
namespace URI for w3c georss : "http://www.w3.org/2003/01/geo/wgs84_pos#" |
static org.jdom.Namespace |
GML_NS
Namespace for gml georss : xmlns:gml="http://www.opengis.net/gml" |
static org.jdom.Namespace |
SIMPLE_NS
Namespace for georss simple : xmlns:georss="http://www.georss.org/georss" |
static String |
version
|
static org.jdom.Namespace |
W3CGEO_NS
Namespace for w3c georss : xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" |
| Constructor Summary | |
|---|---|
protected |
GeoRSSModule(Class beanClass,
String uri)
|
| Method Summary | |
|---|---|
Object |
clone()
|
void |
copyFrom(com.sun.syndication.feed.CopyFrom obj)
|
AbstractGeometry |
getGeometry()
returns the geometry |
Position |
getPosition()
Convenience method to return point geometry. |
void |
setGeometry(AbstractGeometry geometry)
Set geometry of georss element |
void |
setPosition(Position pos)
Convenience method to set point geometry. |
| Methods inherited from class com.sun.syndication.feed.module.ModuleImpl |
|---|
equals, getUri, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.syndication.feed.CopyFrom |
|---|
getInterface |
| Field Detail |
|---|
protected AbstractGeometry geometry
public static final String version
public static final String GEORSS_GEORSS_URI
public static final String GEORSS_W3CGEO_URI
public static final String GEORSS_GML_URI
public static final org.jdom.Namespace SIMPLE_NS
public static final org.jdom.Namespace W3CGEO_NS
public static final org.jdom.Namespace GML_NS
| Constructor Detail |
|---|
protected GeoRSSModule(Class beanClass,
String uri)
| Method Detail |
|---|
public void setGeometry(AbstractGeometry geometry)
geometry - geometrypublic AbstractGeometry getGeometry()
public Position getPosition()
public void setPosition(Position pos)
public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
copyFrom in interface com.sun.syndication.feed.CopyFrom
public Object clone()
throws CloneNotSupportedException
clone in interface com.sun.syndication.feed.module.Moduleclone in class com.sun.syndication.feed.module.ModuleImplCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||