com.sun.syndication.feed.module.georss
Class GeoRSSPoint
java.lang.Object
com.sun.syndication.feed.module.georss.GeoRSSPoint
- All Implemented Interfaces:
- java.lang.Cloneable
public class GeoRSSPoint
- extends java.lang.Object
- implements java.lang.Cloneable
- Author:
- marc
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException