Package org.ametys.cms.data
Class Geocode
- java.lang.Object
-
- org.ametys.cms.data.Geocode
-
-
Field Summary
Fields Modifier and Type Field Description private Double_latitudeprivate Double_longitudestatic StringLATITUDE_IDENTIFIERThe latitude identifierstatic StringLONGITUDE_IDENTIFIERThe longitude identifier
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DoublegetLatitude()Retrieves the latitudeDoublegetLongitude()Retrieves the longitudeinthashCode()
-
-
-
Field Detail
-
LONGITUDE_IDENTIFIER
public static final String LONGITUDE_IDENTIFIER
The longitude identifier- See Also:
- Constant Field Values
-
LATITUDE_IDENTIFIER
public static final String LATITUDE_IDENTIFIER
The latitude identifier- See Also:
- Constant Field Values
-
_longitude
private Double _longitude
-
-
Method Detail
-
getLongitude
public Double getLongitude()
Retrieves the longitude- Returns:
- the longitude
-
getLatitude
public Double getLatitude()
Retrieves the latitude- Returns:
- the latitude
-
-