- 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
-
- 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
-
- 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.
- 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.