A B C D E F G H I J L N O P Q S T V 

A

addCountryCode(String) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Limit search results to a specific country (or a list of countries).
addExcludedlaceId(String) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
If you do not want certain openstreetmap objects to appear in the search result, give a list of the place_id's you want to skip.
Address - Class in fr.dudie.nominatim.model
Represents a search result.
Address() - Constructor for class fr.dudie.nominatim.model.Address
 
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

BooleanSerializer - Class in fr.dudie.nominatim.client.request.paramhelper
Serializes a boolean parameter to nominatim expected format.
BooleanSerializer() - Constructor for class fr.dudie.nominatim.client.request.paramhelper.BooleanSerializer
 
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
 
BoundingBoxSerializer - Class in fr.dudie.nominatim.client.request.paramhelper
Serializes a bounding box parameter.
BoundingBoxSerializer() - Constructor for class fr.dudie.nominatim.client.request.paramhelper.BoundingBoxSerializer
 

C

CoordinatesReverseQuery - Class in fr.dudie.nominatim.client.request
Holds coordinates of the reverse geocoding request.
CoordinatesReverseQuery(double, double) - Constructor for class fr.dudie.nominatim.client.request.CoordinatesReverseQuery
 
CoordinatesReverseQuery(int, int) - Constructor for class fr.dudie.nominatim.client.request.CoordinatesReverseQuery
 

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
DoubleSerializer - Class in fr.dudie.nominatim.client.request.paramhelper
 
DoubleSerializer() - Constructor for class fr.dudie.nominatim.client.request.paramhelper.DoubleSerializer
 

E

Element - Class in fr.dudie.nominatim.model
Represents an address element or nameDetails element.
Element() - Constructor for class fr.dudie.nominatim.model.Element
 
ENCODING_UTF_8 - Static variable in class fr.dudie.nominatim.client.JsonNominatimClient
UTF-8 encoding.
ExtendedSearchQuery - Class in fr.dudie.nominatim.client.request
Holds parameters for an extended search query.
ExtendedSearchQuery() - Constructor for class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 

F

fr.dudie.nominatim.client - package fr.dudie.nominatim.client
 
fr.dudie.nominatim.client.request - package fr.dudie.nominatim.client.request
 
fr.dudie.nominatim.client.request.paramhelper - package fr.dudie.nominatim.client.request.paramhelper
 
fr.dudie.nominatim.gson - package fr.dudie.nominatim.gson
 
fr.dudie.nominatim.model - package fr.dudie.nominatim.model
 
from(String) - Static method in enum fr.dudie.nominatim.client.request.paramhelper.OsmType
 

G

getAcceptLanguage() - Method in class fr.dudie.nominatim.client.NominatimOptions
Gets the preferred locale for results.
getAcceptLanguage() - Method in class fr.dudie.nominatim.client.request.NominatimLookupRequest
Gets the preferred language order for showing search results which overrides the browser value.
getAcceptLanguage() - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
Gets the preferred language order for showing search results which overrides the browser value.
getAcceptLanguage() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Gets the preferred language order for showing search results which overrides the browser value.
getAddress(NominatimReverseRequest) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
Reverse geocoding request.
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
Deprecated. 
getAddress(NominatimReverseRequest) - Method in interface fr.dudie.nominatim.client.NominatimClient
Reverse geocoding request.
getAddress() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
When true, include a breakdown of the address into elements.
getAddressDetails() - Method in class fr.dudie.nominatim.client.request.NominatimLookupRequest
Include a breakdown of the address into elements.
getAddressDetails() - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
Include a breakdown of the address into elements.
getAddressElements() - Method in class fr.dudie.nominatim.model.Address
Gets the elements describing the address (ex: road, city, coutry...).
getBounded() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Gets whether or not the results will be bounded to the given NominatimSearchRequest.viewBox.
getBoundingBox() - Method in class fr.dudie.nominatim.model.Address
Gets the bounding box enclosing the element.
getCity() - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
getCountry() - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
getCountryCodes() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Gets the country codes.
getCounty() - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
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).
getExcludePlaceIds() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
A list of OSM elements ids to be excluded from search results.
getGeojson() - Method in class fr.dudie.nominatim.model.Address
 
getId() - Method in class fr.dudie.nominatim.client.request.OsmTypeAndIdReverseQuery
 
getImportance() - Method in class fr.dudie.nominatim.model.Address
Gets the address importance.
getKey() - Method in class fr.dudie.nominatim.model.Element
Gets the key.
getLatitude() - Method in class fr.dudie.nominatim.client.request.CoordinatesReverseQuery
 
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.
getLimit() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Gets the maximum number of results to be returned.
getLongitude() - Method in class fr.dudie.nominatim.client.request.CoordinatesReverseQuery
 
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.
getName() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
When true, include a list of alternative names in the results.
getNameDetails() - Method in class fr.dudie.nominatim.model.Address
Sets the elements describing the namedetails (ex: name, operator, short name...).
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.
getPlaceRank() - Method in class fr.dudie.nominatim.model.Address
Gets the elements rank (ex: 30 = building).
getPolygonFormat() - Method in class fr.dudie.nominatim.client.NominatimOptions
Gets the default polygon points format.
getPolygonFormat() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Gets the output geometry format.
getPolygonPoints() - Method in class fr.dudie.nominatim.model.Address
Gets the polygon points representing the element.
getPostalCode() - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
getQuery() - Method in class fr.dudie.nominatim.client.request.NominatimLookupRequest
 
getQuery() - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
 
getQuery() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Gets the query parameters.
getQuery() - Method in class fr.dudie.nominatim.client.request.SimpleSearchQuery
 
getQueryString() - Method in class fr.dudie.nominatim.client.request.NominatimRequest
Generates the query string to be sent to nominatim to execute a request.
getSouth() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the south.
getSouthE6() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the south.
getState() - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
getStreet() - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
getType() - Method in class fr.dudie.nominatim.client.request.OsmTypeAndIdReverseQuery
 
getTypeId() - Method in class fr.dudie.nominatim.client.request.OsmTypeAndIdLookupQuery
 
getValue() - Method in class fr.dudie.nominatim.model.Element
Gets the value.
getViewBox() - Method in class fr.dudie.nominatim.client.NominatimOptions
Gets the preferred search bounds.
getViewBox() - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Gets the preferred area to find search results.
getWest() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the west.
getWestE6() - Method in class fr.dudie.nominatim.model.BoundingBox
Gets the west.
getWkt() - Method in class fr.dudie.nominatim.model.Address
Gets polygon's WKT string.
getZoom() - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
Gets the level of detail requested. 0 is country and 18 is house/building.

H

handle(Object) - Method in class fr.dudie.nominatim.client.request.paramhelper.BooleanSerializer
Converts the input value into a nominatim boolean parameter.
handle(Object) - Method in class fr.dudie.nominatim.client.request.paramhelper.BoundingBoxSerializer
Converts the input value to a left,top,right,bottom string representation.
handle(Object) - Method in class fr.dudie.nominatim.client.request.paramhelper.DoubleSerializer
Converts the input value into a string.
handle(Object) - Method in class fr.dudie.nominatim.client.request.paramhelper.ListSerializer
Converts the list to a comma separated representation.
handle(Object) - Method in interface fr.dudie.nominatim.client.request.paramhelper.QueryParameterSerializer
Converts the input value into a string.
handle(Object) - Method in class fr.dudie.nominatim.client.request.paramhelper.ToStringSerializer
Converts the input value into a string.
handleResponse(HttpResponse) - Method in class fr.dudie.nominatim.client.NominatimResponseHandler

I

isBounded() - Method in class fr.dudie.nominatim.client.NominatimOptions
Gets whether or not the search is strictly bounded.

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 with the default base URL (.
JsonNominatimClient(HttpClient, String, NominatimOptions) - Constructor for class fr.dudie.nominatim.client.JsonNominatimClient
Creates the json nominatim client with the default base URL (.
JsonNominatimClient(String, HttpClient, String) - Constructor for class fr.dudie.nominatim.client.JsonNominatimClient
Creates the json nominatim client.
JsonNominatimClient(String, HttpClient, String, NominatimOptions) - Constructor for class fr.dudie.nominatim.client.JsonNominatimClient
Creates the json nominatim client.

L

ListSerializer - Class in fr.dudie.nominatim.client.request.paramhelper
Serializes list values.
ListSerializer() - Constructor for class fr.dudie.nominatim.client.request.paramhelper.ListSerializer
 
lookupAddress(NominatimLookupRequest) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
Address lookup request.
lookupAddress(List<String>) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
This method can be used to lookup addresses with an OSM type and ID
lookupAddress(List<String>) - Method in interface fr.dudie.nominatim.client.NominatimClient
This method can be used to lookup addresses with an OSM type and ID
lookupAddress(NominatimLookupRequest) - Method in interface fr.dudie.nominatim.client.NominatimClient
Address lookup request.

N

NominatimClient - Interface in fr.dudie.nominatim.client
Interface to use the Nominatim Service.
NominatimLookupRequest - Class in fr.dudie.nominatim.client.request
Holds request parameters for a lookup request.
NominatimLookupRequest() - Constructor for class fr.dudie.nominatim.client.request.NominatimLookupRequest
 
NominatimOptions - Class in fr.dudie.nominatim.client
Nominatim client options.
NominatimOptions() - Constructor for class fr.dudie.nominatim.client.NominatimOptions
 
NominatimRequest - Class in fr.dudie.nominatim.client.request
Classes extending this should be able to build URL query string parts to append to nominatim server URL to make requests.
NominatimRequest() - Constructor for class fr.dudie.nominatim.client.request.NominatimRequest
 
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.
NominatimReverseRequest - Class in fr.dudie.nominatim.client.request
Holds request parameters for a reverse geocoding request.
NominatimReverseRequest() - Constructor for class fr.dudie.nominatim.client.request.NominatimReverseRequest
 
NominatimSearchRequest - Class in fr.dudie.nominatim.client.request
Holds request parameters for a search request.
NominatimSearchRequest() - Constructor for class fr.dudie.nominatim.client.request.NominatimSearchRequest
 

O

OsmType - Enum in fr.dudie.nominatim.client.request.paramhelper
Enumerates OSM TYPE possible parameters values.
OsmTypeAndIdLookupQuery - Class in fr.dudie.nominatim.client.request
Holds OSM TYPE and ID of the lookup request.
OsmTypeAndIdLookupQuery(List<String>) - Constructor for class fr.dudie.nominatim.client.request.OsmTypeAndIdLookupQuery
 
OsmTypeAndIdReverseQuery - Class in fr.dudie.nominatim.client.request
Holds OSM TYPE and ID of the reverse geocoding request.
OsmTypeAndIdReverseQuery(OsmType, long) - Constructor for class fr.dudie.nominatim.client.request.OsmTypeAndIdReverseQuery
 

P

PolygonFormat - Enum in fr.dudie.nominatim.client.request.paramhelper
Enumerates OSM POLYGON FORMAT possible parameters values.
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
 

Q

QueryParameter - Annotation Type in fr.dudie.nominatim.client.request.paramhelper
Declare a field as an URL query parameter.
QueryParameterSerializer - Interface in fr.dudie.nominatim.client.request.paramhelper
Serializes a value to a String representation.

S

search(NominatimSearchRequest) - Method in class fr.dudie.nominatim.client.JsonNominatimClient
Search for addresses.
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.
search(NominatimSearchRequest) - Method in interface fr.dudie.nominatim.client.NominatimClient
Search for addresses.
setAcceptLanguage(Locale) - Method in class fr.dudie.nominatim.client.NominatimOptions
Sets the preferred locale for results.
setAcceptLanguage(String) - Method in class fr.dudie.nominatim.client.request.NominatimLookupRequest
Sets the preferred language order for showing search results, overrides the browser value.
setAcceptLanguage(String) - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
Sets the preferred language order for showing search results, overrides the browser value.
setAcceptLanguage(String) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Sets the preferred language order for showing search results, overrides the browser value.
setAddress(boolean) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Include a breakdown of the address into elements.
setAddressDetails(boolean) - Method in class fr.dudie.nominatim.client.request.NominatimLookupRequest
Include a breakdown of the address into elements.
setAddressDetails(boolean) - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
Include a breakdown of the address into elements.
setAddressElements(Element[]) - Method in class fr.dudie.nominatim.model.Address
Sets the elements describing the address (ex: road, city, coutry...).
setBounded(boolean) - Method in class fr.dudie.nominatim.client.NominatimOptions
Sets whether or not the search is strictly bounded.
setBounded(boolean) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Setting true will restrict the results to only items contained with the bounding box.
setBoundingBox(BoundingBox) - Method in class fr.dudie.nominatim.model.Address
Sets the bounding box enclosing the element.
setCity(String) - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
setCountry(String) - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
setCountryCodes(List<String>) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Limit search results to a specific country (or a list of countries).
setCounty(String) - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
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).
setExcludePlaceIds(List<String>) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
If you do not want certain openstreetmap objects to appear in the search result, give a list of the place_id's you want to skip.
setGeojson(Geometry) - Method in class fr.dudie.nominatim.model.Address
 
setId(long) - Method in class fr.dudie.nominatim.client.request.OsmTypeAndIdReverseQuery
 
setImportance(double) - Method in class fr.dudie.nominatim.model.Address
Gets the address importance.
setKey(String) - Method in class fr.dudie.nominatim.model.Element
Sets the key.
setLatitude(Double) - Method in class fr.dudie.nominatim.client.request.CoordinatesReverseQuery
 
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.
setLimit(Integer) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Limit the number of returned results.
setLongitude(Double) - Method in class fr.dudie.nominatim.client.request.CoordinatesReverseQuery
 
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.
setName(Boolean) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Include a list of alternative names in the results.
setNameDetails(Element[]) - Method in class fr.dudie.nominatim.model.Address
Sets the elements describing the namedetails (ex: name, operator, short name...).
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.
setPlaceRank(int) - Method in class fr.dudie.nominatim.model.Address
Sets the elements rank (ex: 30 = building).
setPolygonFormat(PolygonFormat) - Method in class fr.dudie.nominatim.client.NominatimOptions
Sets the default polygon points format.
setPolygonFormat(PolygonFormat) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Choose output geometry format.
setPolygonPoints(PolygonPoint[]) - Method in class fr.dudie.nominatim.model.Address
Sets the polygon points representing the element.
setPostalCode(String) - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
setQuery(LookupQuery) - Method in class fr.dudie.nominatim.client.request.NominatimLookupRequest
 
setQuery(List<String>) - Method in class fr.dudie.nominatim.client.request.NominatimLookupRequest
 
setQuery(ReverseQuery) - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
 
setQuery(OsmType, long) - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
 
setQuery(double, double) - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
 
setQuery(SearchQuery) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Sets query parameters.
setQuery(String) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Sets a simple query.
setQuery(String) - Method in class fr.dudie.nominatim.client.request.SimpleSearchQuery
 
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.
setState(String) - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
setStreet(String) - Method in class fr.dudie.nominatim.client.request.ExtendedSearchQuery
 
setType(OsmType) - Method in class fr.dudie.nominatim.client.request.OsmTypeAndIdReverseQuery
 
setTypeId(List<String>) - Method in class fr.dudie.nominatim.client.request.OsmTypeAndIdLookupQuery
 
setValue(String) - Method in class fr.dudie.nominatim.model.Element
Sets the value.
setViewBox(BoundingBox) - Method in class fr.dudie.nominatim.client.NominatimOptions
Sets the preferred search bounds.
setViewBox(BoundingBox) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Sets the preferred area to find search results;
setViewBox(double, double, double, double) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Sets the preferred area to find search results;
setViewBox(int, int, int, int) - Method in class fr.dudie.nominatim.client.request.NominatimSearchRequest
Sets the preferred area to find search results;
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.
setWkt(String) - Method in class fr.dudie.nominatim.model.Address
Sets a polygon's WKT string.
setZoom(int) - Method in class fr.dudie.nominatim.client.request.NominatimReverseRequest
Sets the level of detail required.
SimpleSearchQuery - Class in fr.dudie.nominatim.client.request
Holds parameters for a simple search query.
SimpleSearchQuery(String) - Constructor for class fr.dudie.nominatim.client.request.SimpleSearchQuery
 

T

toString() - Method in enum fr.dudie.nominatim.client.request.paramhelper.OsmType
 
toString() - Method in enum fr.dudie.nominatim.client.request.paramhelper.PolygonFormat
 
ToStringSerializer - Class in fr.dudie.nominatim.client.request.paramhelper
Serializes input value using Object.toString() unless the input object is an instance of NominatimRequest, then it uses NominatimRequest.getQueryString().
ToStringSerializer() - Constructor for class fr.dudie.nominatim.client.request.paramhelper.ToStringSerializer
 

V

valueOf(String) - Static method in enum fr.dudie.nominatim.client.request.paramhelper.OsmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.dudie.nominatim.client.request.paramhelper.PolygonFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.dudie.nominatim.client.request.paramhelper.OsmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.dudie.nominatim.client.request.paramhelper.PolygonFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L N O P Q S T V 

Copyright © 2010-2017 Dudie. All Rights Reserved.