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) |
Double |
getElev()
returns the elev of georss element
|
String |
getFeatureNameTag()
The Feature Name tag of GeoRSS element
|
String |
getFeatureTypeTag()
The Feature Type tag of GeoRSS element
|
Integer |
getFloor()
returns the floor of georss element
|
AbstractGeometry |
getGeometry()
returns the geometry
|
Position |
getPosition()
Convenience method to return point geometry.
|
Double |
getRadius()
returns the radius of georss element
|
String |
getRelationshipTag()
The Relationship tag of GeoRSS element
|
void |
setElev(Double elev)
Elevation, specified in GeoRSS elements, can be expressed as "elev".
|
void |
setFeatureNameTag(String featureNameTag)
Set Feature Name tag of GeoRSS element
|
void |
setFeatureTypeTag(String featureTypeTag)
Set Feature Type tag of GeoRSS element
|
void |
setFloor(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(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(String relationshipTag)
Set Relationship tag of GeoRSS element
|
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 String getFeatureTypeTag()
public void setFeatureTypeTag(String featureTypeTag)
featureTypeTag - public String getRelationshipTag()
public void setRelationshipTag(String relationshipTag)
relationshipTag - public String getFeatureNameTag()
public void setFeatureNameTag(String featureNameTag)
featureNameTag - public void setElev(Double elev)
elev - elevpublic Double getElev()
public void setFloor(Integer floor)
floor - floorpublic Integer getFloor()
public void setRadius(Double radius)
radius - radiuspublic Double getRadius()
public Position getPosition()
public void setPosition(Position pos)
public Object clone() throws CloneNotSupportedException
clone in interface Moduleclone in class ModuleImplCloneNotSupportedExceptionCopyright © 2021. All rights reserved.