com.sun.syndication.feed.module.georss
Class GeoRSSPoint

java.lang.Object
  extended by 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

Constructor Summary
GeoRSSPoint()
           
 
Method Summary
 java.lang.Object clone()
           
 double getLatitude()
           
 double getLongitude()
           
 void setLatitude(double latitude)
           
 void setLongitude(double longitude)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoRSSPoint

public GeoRSSPoint()
Method Detail

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