Package org.ametys.cms.data
Class Geocode
java.lang.Object
org.ametys.cms.data.Geocode
Class containing geographic coordinates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Retrieves the latitudeRetrieves the longitudeint
hashCode()
-
Field Details
-
LATITUDE_IDENTIFIER
The latitude identifier- See Also:
-
LONGITUDE_IDENTIFIER
The longitude identifier- See Also:
-
-
Constructor Details
-
Geocode
Constructs a Geocode- Parameters:
latitude
- the latitude of the geocodelongitude
- the longitude of the geocode
-
-
Method Details