Package com.rometools.modules.georss
Class GeoRSSPoint
- java.lang.Object
-
- com.rometools.modules.georss.GeoRSSPoint
-
-
Constructor Summary
Constructors Constructor Description GeoRSSPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()doublegetLatitude()doublegetLongitude()voidsetLatitude(double latitude)voidsetLongitude(double longitude)
-
-
-
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:
clonein classObject- Throws:
CloneNotSupportedException
-
-