A B D F G H J N P S 

A

Address - Class in fr.dudie.nominatim.model
Represents a searche result.
Address() - Constructor for class fr.dudie.nominatim.model.Address
 
AddressElement - Class in fr.dudie.nominatim.model
Represents an address element.
AddressElement() - Constructor for class fr.dudie.nominatim.model.AddressElement
 
ArrayOfAddressElementsDeserializer - Class in fr.dudie.nominatim.gson
Deserializes the attribute named "address" of a response from the Nominatim API.
ArrayOfAddressElementsDeserializer() - Constructor for class fr.dudie.nominatim.gson.ArrayOfAddressElementsDeserializer
 
ArrayOfPolygonPointsDeserializer - Class in fr.dudie.nominatim.gson
Deserializes the attribute named "polygonpoints" of a response from the Nominatim API.
ArrayOfPolygonPointsDeserializer() - Constructor for class fr.dudie.nominatim.gson.ArrayOfPolygonPointsDeserializer
 

B

BoundingBox - Class in fr.dudie.nominatim.model
Represents a viewport.
BoundingBox() - Constructor for class fr.dudie.nominatim.model.BoundingBox
 
BoundingBoxDeserializer - Class in fr.dudie.nominatim.gson
Deserializes the attribute named "boundingbox" of a response from the Nominatim API.
BoundingBoxDeserializer() - Constructor for class fr.dudie.nominatim.gson.BoundingBoxDeserializer
 

D

deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class fr.dudie.nominatim.gson.ArrayOfAddressElementsDeserializer
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class fr.dudie.nominatim.gson.ArrayOfPolygonPointsDeserializer
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class fr.dudie.nominatim.gson.BoundingBoxDeserializer
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class fr.dudie.nominatim.gson.PolygonPointDeserializer

F

fr.dudie.nominatim.client - package fr.dudie.nominatim.client
 
fr.dudie.nominatim.gson - package fr.dudie.nominatim.gson
 
fr.dudie.nominatim.model - package fr.dudie.nominatim.model
 

G

getAddress(double, double) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
Reverse geocode the given coordinates.
getAddress(double, double, int) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
Reverse geocode the given coordinates using a specific zoom level
getAddress(int, int) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
A convenience method to do the same as NominatimClient.getAddress(double, double) but with int E6 latitude and longitude.
getAddress(String, long) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
Reverse geocode the given OSM id.
getAddress(double, double) - Method in interface fr.dudie.nominatim.client.NominatimClient
Reverse geocode the given coordinates.
getAddress(double, double, int) - Method in interface fr.dudie.nominatim.client.NominatimClient
Reverse geocode the given coordinates using a specific zoom level
getAddress(int, int) - Method in interface fr.dudie.nominatim.client.NominatimClient
A convenience method to do the same as NominatimClient.getAddress(double, double) but with int E6 latitude and longitude.
getAddress(String, long) - Method in interface fr.dudie.nominatim.client.NominatimClient
Reverse geocode the given OSM id.
getAddressElements() - Method in class fr.dudie.nominatim.model.Address
Gets the elements describing the address (ex: road, city, coutry...).
getBoundingBox() - Method in class fr.dudie.nominatim.model.Address
Gets the bounding box enclosing the element.
getDisplayName() - Method in class fr.dudie.nominatim.model.Address
Gets the address display name.
getEast() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the east.
getEastE6() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the east.
getElementClass() - Method in class fr.dudie.nominatim.model.Address
Gets the OpenStreetMap element class (ex: highway).
getElementType() - Method in class fr.dudie.nominatim.model.Address
Gets the penStreetMap element type (ex: residential).
getKey() - Method in class fr.dudie.nominatim.model.AddressElement
Gets the key.
getLatitude() - Method in class fr.dudie.nominatim.model.Address
Gets the address latitude.
getLatitude() - Method in class fr.dudie.nominatim.model.PolygonPoint
Gets the latitude.
getLatitudeE6() - Method in class fr.dudie.nominatim.model.Address
Gets the address latitude.
getLatitudeE6() - Method in class fr.dudie.nominatim.model.PolygonPoint
Gets the latitude.
getLicence() - Method in class fr.dudie.nominatim.model.Address
Gets the data licence.
getLongitude() - Method in class fr.dudie.nominatim.model.Address
Gets the address longitude.
getLongitude() - Method in class fr.dudie.nominatim.model.PolygonPoint
Gets the longitude.
getLongitudeE6() - Method in class fr.dudie.nominatim.model.Address
Gets the address longitude.
getLongitudeE6() - Method in class fr.dudie.nominatim.model.PolygonPoint
Gets the longitude.
getNorth() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the north.
getNorthE6() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the north.
getOsmId() - Method in class fr.dudie.nominatim.model.Address
Gets the OpenStreetMap identifier.
getOsmType() - Method in class fr.dudie.nominatim.model.Address
Gets the OpenStreetMap type.
getPlaceId() - Method in class fr.dudie.nominatim.model.Address
Gets the OpenStreetMap place id.
getPolygonPoints() - Method in class fr.dudie.nominatim.model.Address
Gets the polygon points representing the element.
getSouth() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the south.
getSouthE6() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the south.
getValue() - Method in class fr.dudie.nominatim.model.AddressElement
Gets the value.
getWest() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the west.
getWestE6() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the west.

H

handleResponse(HttpResponse) - Method in class fr.dudie.nominatim.client.NominatimResponseHandler

J

JsonNominatimClient - Class in fr.dudie.nominatim.client
An implementation of the Nominatim Api Service.
JsonNominatimClient(HttpClient, String) - Constructor for class fr.dudie.nominatim.client.JsonNominatimClient
Creates the json nominatim client.
JsonNominatimClient(String, HttpClient, String, BoundingBox, boolean, boolean) - Constructor for class fr.dudie.nominatim.client.JsonNominatimClient
Creates the json nominatim client.

N

NominatimClient - Interface in fr.dudie.nominatim.client
Interface to use the Google Maps Service.
NominatimResponseHandler<T> - Class in fr.dudie.nominatim.client
Parses a json response from the Nominatim API for a reverse geocoding request.
NominatimResponseHandler(Gson, Type) - Constructor for class fr.dudie.nominatim.client.NominatimResponseHandler
Constructor.

P

PolygonPoint - Class in fr.dudie.nominatim.model
Represents a geographical location.
PolygonPoint() - Constructor for class fr.dudie.nominatim.model.PolygonPoint
 
PolygonPointDeserializer - Class in fr.dudie.nominatim.gson
Deserializes a polygonpoint as a PolygonPoint object.
PolygonPointDeserializer() - Constructor for class fr.dudie.nominatim.gson.PolygonPointDeserializer
 

S

search(String) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
Search for results with the given query.
search(String) - Method in interface fr.dudie.nominatim.client.NominatimClient
Search for results with the given query.
setAddressElements(AddressElement[]) - Method in class fr.dudie.nominatim.model.Address
Sets the elements describing the address (ex: road, city, coutry...).
setBoundingBox(BoundingBox) - Method in class fr.dudie.nominatim.model.Address
Sets the bounding box enclosing the element.
setDisplayName(String) - Method in class fr.dudie.nominatim.model.Address
Sets the address display name.
setEast(double) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the east.
setEastE6(int) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the east.
setElementClass(String) - Method in class fr.dudie.nominatim.model.Address
Sets the OpenStreetMap element class (ex: highway).
setElementType(String) - Method in class fr.dudie.nominatim.model.Address
Sets the penStreetMap element type (ex: residential).
setKey(String) - Method in class fr.dudie.nominatim.model.AddressElement
Sets the key.
setLatitude(double) - Method in class fr.dudie.nominatim.model.Address
Sets the address latitude.
setLatitude(double) - Method in class fr.dudie.nominatim.model.PolygonPoint
Sets the latitude.
setLatitudeE6(int) - Method in class fr.dudie.nominatim.model.Address
Sets the address latitude.
setLatitudeE6(int) - Method in class fr.dudie.nominatim.model.PolygonPoint
Sets the latitude.
setLicence(String) - Method in class fr.dudie.nominatim.model.Address
Sets the data licence.
setLongitude(double) - Method in class fr.dudie.nominatim.model.Address
Sets the address longitude.
setLongitude(double) - Method in class fr.dudie.nominatim.model.PolygonPoint
Sets the longitude.
setLongitudeE6(int) - Method in class fr.dudie.nominatim.model.Address
Sets the address longitude.
setLongitudeE6(int) - Method in class fr.dudie.nominatim.model.PolygonPoint
Sets the longitude.
setNorth(double) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the north.
setNorthE6(int) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the north.
setOsmId(String) - Method in class fr.dudie.nominatim.model.Address
Sets the OpenStreetMap identifier.
setOsmType(String) - Method in class fr.dudie.nominatim.model.Address
Sets the OpenStreetMap type.
setPlaceId(long) - Method in class fr.dudie.nominatim.model.Address
Sets the OpenStreetMap place id.
setPolygonPoints(PolygonPoint[]) - Method in class fr.dudie.nominatim.model.Address
Sets the polygon points representing the element.
setSouth(double) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the south.
setSouthE6(int) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the south.
setValue(String) - Method in class fr.dudie.nominatim.model.AddressElement
Sets the value.
setWest(double) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the west.
setWestE6(int) - Method in class fr.dudie.nominatim.model.BoundingBox
Sets the west.
A B D F G H J N P S 

Copyright © 2013. All Rights Reserved.