- Geocoder - Class in address.book.application.geocoding
-
The Class Geocoder gets data from google and geohash.org.
- Geocoder() - Constructor for class address.book.application.geocoding.Geocoder
-
- GeoLocationService - Class in address.book.application.geocoding
-
The Class GeoLocationService is inspired from the internet
(http://xebee.xebia.in/2010/10/28/working-with-geolocations/).
- GeoLocationService() - Constructor for class address.book.application.geocoding.GeoLocationService
-
- GeoPointZipcode - Class in address.book.application.model
-
The Class GeoPointZipcode associate a Zipcodes Object with a GeoHashPoint Object.
- GeoPointZipcode(Zipcodes, GeoHashPoint) - Constructor for class address.book.application.model.GeoPointZipcode
-
Instantiates a new geo point zipcode.
- get(String) - Method in class address.book.restful.AddressesResource
-
- getAddress() - Method in interface address.book.application.model.LocationModel
-
- getAddressesService() - Method in class address.book.service.CountriesBusinessService
-
- getAddressesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the addresses business service.
- getCountriesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the countries business service.
- getCountriesToFederalstatesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding federal states as a List of Iso3166A2code String objects.
- getCountriesToFederalstatesAsStringMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding federal states as a List of Iso3166A2code String objects.
- getCountriesToFederalstatesMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding federal states as a List of Federalstates objects.
- getCountriesToFederalstatesMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding federal states as a List of Federalstates objects.
- getCountriesToZipcodesAndCitiesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes and cities as a List of String objects.
- getCountriesToZipcodesAndCitiesAsStringMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes and cities as a List of String objects.
- getCountriesToZipcodesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getCountriesToZipcodesAsStringMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getCountriesToZipcodesMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
- getCountriesToZipcodesMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
- getDistanceBetweenPoints(Point, Point, String) - Static method in class address.book.application.geocoding.GeoLocationService
-
Returns the distance between tow points.
- getEntityManager() - Method in class address.book.daos.AddressesDao
-
- getEntityManager() - Method in class address.book.daos.CountriesDao
-
- getEntityManager() - Method in class address.book.daos.FederalstatesDao
-
- getEntityManager() - Method in class address.book.daos.ZipcodesDao
-
- getExtremeLatitudesDiffForPoint(Point, double) - Static method in class address.book.application.geocoding.GeoLocationService
-
Returns the difference in degrees of latitude corresponding to the distance from the center
point.
- getExtremeLongitudesDiffForPoint(Point, double) - Static method in class address.book.application.geocoding.GeoLocationService
-
Returns the difference in degrees of longitude corresponding to the distance from the center
point.
- getExtremePointsFrom(Point, Double) - Static method in class address.book.application.geocoding.GeoLocationService
-
Returns an array of two extreme points corresponding to center point and the distance from
the center point.
- getFederalstate(String) - Method in interface address.book.service.api.FederalstatesService
-
Gets the Federalstates from the given String object.
- getFederalstate(String) - Method in class address.book.service.FederalstatesBusinessService
-
Gets the Federalstates from the given String object.
- getFederalstatesService() - Method in class address.book.service.AddressesBusinessService
-
- getFederalstatesService() - Method in class address.book.service.CountriesBusinessService
-
- getFederalstatesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the federalstates business service.
- getFullLocation(Addresses) - Static method in class address.book.application.util.AddressesUtils
-
Gets the location in the format first 2 character from zipcode plus the city.
- getGeocodingData(Zipcodes) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the geo code data from the given Zipcodes Object.
- getGeocodingData(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the geo code data from the given String that represents an xml string that is returned
from the google geo code service.
- getGeohashFirstAndSecondRingQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashFirstAndSecondRingSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashFirstRingQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashFirstRingSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeoHashPoint() - Method in class address.book.application.model.GeoPointZipcode
-
Gets the geo hash point.
- getGeohashQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeolocationAsXml(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the geolocation as xml.
- getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
- getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in class address.book.service.CountriesBusinessService
- getGermanCountriesToZipcodesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
- getGermanCountriesToZipcodesAsStringMap() - Method in class address.book.service.CountriesBusinessService
- getGermanCountriesToZipcodesMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getGermanCountriesToZipcodesMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getGoogleXmlResponse(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the google xml response.
- getInstance() - Static method in class address.book.factories.AddressBookFactory
-
Gets the single instance of UserManagementFactory.
- getJsonResponse(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the json response.
- getLocation() - Method in interface address.book.application.model.LocationModel
-
- getLocation(Addresses) - Static method in class address.book.application.util.AddressesUtils
-
Gets the location in the format first 2 character from zipcode plus the city.
- getPlainTextResponse(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the plain text response.
- getScriptFiles() - Method in class address.book.init.DatabaseInitialization
-
- getSelectedCountryName() - Method in interface address.book.application.model.LocationModel
-
- getUrlParameters(Map<String, String>) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the url parameters.
- getUrlParams(String, boolean) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the url params.
- getZipcode() - Method in class address.book.application.model.GeoPointZipcode
-
Gets the zipcode.
- getZipcode(String, String) - Method in interface address.book.service.api.ZipcodesService
-
Gets the Zipcodes object from the given zipcode string and city.
- getZipcode(String, String) - Method in class address.book.service.ZipcodesBusinessService
-
Gets the Zipcodes object from the given zipcode string and city.
- getZipcodesService() - Method in class address.book.service.AddressesBusinessService
-
- getZipcodesService() - Method in class address.book.service.CountriesBusinessService
-
- getZipcodesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the zipcodes business service.
- GoogleGeocodingHandler - Class in address.book.application.geocoding
-
- GoogleGeocodingHandler(Map<String, String>) - Constructor for class address.book.application.geocoding.GoogleGeocodingHandler
-