org.rometools.feed.module.georss
Class GeoRSSPoint

java.lang.Object
  extended by org.rometools.feed.module.georss.GeoRSSPoint
All Implemented Interfaces:
Cloneable

public class GeoRSSPoint
extends Object
implements Cloneable

Author:
marc

Constructor Summary
GeoRSSPoint()
           
 
Method Summary
 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 Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2013 ROME Project. All Rights Reserved.