public abstract class GeoRSSModule extends ModuleImpl
| Modifier and Type | Field and Description |
|---|---|
protected AbstractGeometry |
geometry |
static java.lang.String |
GEORSS_GEORSS_URI
namespace URI for georss simple: "http://www.georss.org/georss"
|
static java.lang.String |
GEORSS_GML_URI
namespace URI for GML georss : "http://www.opengis.net/gml"
|
static java.lang.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 java.lang.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(java.lang.Class<? extends GeoRSSModule> beanClass,
java.lang.String uri) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object.
|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
java.lang.Double |
getElev()
returns the elev of georss element
|
java.lang.String |
getFeatureNameTag()
The Feature Name tag of GeoRSS element
|
java.lang.String |
getFeatureTypeTag()
The Feature Type tag of GeoRSS element
|
java.lang.Integer |
getFloor()
returns the floor of georss element
|
AbstractGeometry |
getGeometry()
returns the geometry
|
Position |
getPosition()
Convenience method to return point geometry.
|
java.lang.Double |
getRadius()
returns the radius of georss element
|
java.lang.String |
getRelationshipTag()
The Relationship tag of GeoRSS element
|
void |
setElev(java.lang.Double elev)
Elevation, specified in GeoRSS elements, can be expressed as "elev".
|
void |
setFeatureNameTag(java.lang.String featureNameTag)
Set Feature Name tag of GeoRSS element
|
void |
setFeatureTypeTag(java.lang.String featureTypeTag)
Set Feature Type tag of GeoRSS element
|
void |
setFloor(java.lang.Integer floor)
Elevation, specified in GeoRSS elements, can be expressed as "floor".
|
void |
setGeometry(AbstractGeometry geometry)
Set geometry of georss element
|
void |
setPosition(Position pos)
Convenience method to set point geometry.
|
void |
setRadius(java.lang.Double radius)
"radius" indicates the size in meters of a radius or buffer around the geometry object,
for example, radius of circular area around a point geometry.
|
void |
setRelationshipTag(java.lang.String relationshipTag)
Set Relationship tag of GeoRSS element
|
equals, getUri, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetInterfaceprotected AbstractGeometry geometry
public static final java.lang.String version
public static final java.lang.String GEORSS_GEORSS_URI
public static final java.lang.String GEORSS_W3CGEO_URI
public static final java.lang.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(java.lang.Class<? extends GeoRSSModule> beanClass, java.lang.String uri)
public void setGeometry(AbstractGeometry geometry)
geometry - geometrypublic AbstractGeometry getGeometry()
public java.lang.String getFeatureTypeTag()
public void setFeatureTypeTag(java.lang.String featureTypeTag)
featureTypeTag - public java.lang.String getRelationshipTag()
public void setRelationshipTag(java.lang.String relationshipTag)
relationshipTag - public java.lang.String getFeatureNameTag()
public void setFeatureNameTag(java.lang.String featureNameTag)
featureNameTag - public void setElev(java.lang.Double elev)
elev - elevpublic java.lang.Double getElev()
public void setFloor(java.lang.Integer floor)
floor - floorpublic java.lang.Integer getFloor()
public void setRadius(java.lang.Double radius)
radius - radiuspublic java.lang.Double getRadius()
public Position getPosition()
public void setPosition(Position pos)
public void copyFrom(CopyFrom obj)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
obj - the instance to copy properties from.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
ModuleImplclone in interface Moduleclone in class ModuleImpljava.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.Copyright © 2025. All rights reserved.