Package org.ametys.cms.data
Class Geocode
- java.lang.Object
-
- org.ametys.cms.data.Geocode
-
-
Field Summary
Fields Modifier and Type Field Description static String
LATITUDE_IDENTIFIER
The latitude identifierstatic String
LONGITUDE_IDENTIFIER
The longitude identifier
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Double
getLatitude()
Retrieves the latitudeDouble
getLongitude()
Retrieves the longitudeint
hashCode()
-
-
-
Field Detail
-
LATITUDE_IDENTIFIER
public static final String LATITUDE_IDENTIFIER
The latitude identifier- See Also:
- Constant Field Values
-
LONGITUDE_IDENTIFIER
public static final String LONGITUDE_IDENTIFIER
The longitude identifier- See Also:
- Constant Field Values
-
-
Method Detail
-
getLatitude
public Double getLatitude()
Retrieves the latitude- Returns:
- the latitude
-
getLongitude
public Double getLongitude()
Retrieves the longitude- Returns:
- the longitude
-
-