org.rometools.feed.module.georss
Class GeoRSSPoint
java.lang.Object
org.rometools.feed.module.georss.GeoRSSPoint
- All Implemented Interfaces:
- Cloneable
public class GeoRSSPoint
- extends Object
- implements Cloneable
- Author:
- marc
GeoRSSPoint
public GeoRSSPoint()
getLatitude
public double getLatitude()
- Returns:
- the latitude
setLatitude
public void setLatitude(double latitude)
- Parameters:
latitude
- the latitude to set
getLongitude
public double getLongitude()
- Returns:
- the longitude
setLongitude
public void setLongitude(double longitude)
- Parameters:
longitude
- the longitude to set
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Copyright © 2013 ROME Project. All Rights Reserved.