public abstract class GeoRSSModule extends ModuleImpl implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
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.jdom2.Namespace |
GML_NS
Namespace for gml georss : xmlns:gml="http://www.opengis.net/gml"
|
static org.jdom2.Namespace |
SIMPLE_NS
Namespace for georss simple : xmlns:georss="http://www.georss.org/georss"
|
static String |
version |
static org.jdom2.Namespace |
W3CGEO_NS
Namespace for w3c georss : xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
|
| Modifier | Constructor and Description |
|---|---|
protected |
GeoRSSModule(Class<? extends GeoRSSModule> beanClass,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copyFrom(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.
|
equals, getUri, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetInterfaceprotected 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.jdom2.Namespace SIMPLE_NS
public static final org.jdom2.Namespace W3CGEO_NS
public static final org.jdom2.Namespace GML_NS
protected GeoRSSModule(Class<? extends GeoRSSModule> beanClass, String uri)
public void setGeometry(AbstractGeometry geometry)
geometry - geometrypublic AbstractGeometry getGeometry()
public Position getPosition()
public void setPosition(Position pos)
public Object clone() throws CloneNotSupportedException
clone in interface Moduleclone in class ModuleImplCloneNotSupportedExceptionCopyright © 2017. All rights reserved.