Package de.narimo.commons.ws.geocode
Class Geocoder
- java.lang.Object
-
- de.narimo.commons.ws.geocode.Geocoder
-
public class Geocoder extends Object
-
-
Constructor Summary
Constructors Constructor Description Geocoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static de.narimo.commons.Pointgeocode(String place, String postcode, String street, String housenr, String countryCode, String geocodeUrl, String apiKey)static voidgeocodeCSVAddresses(File csvFile, File outputFile, int placeIndex, int postcodeIndex, int streetIndex, int housenrIndex, char sep, String countryCode, String geocodeUrl, String apiKey)static voidmain(String[] args)
-
-
-
Method Detail
-
geocode
public static de.narimo.commons.Point geocode(String place, String postcode, String street, String housenr, String countryCode, String geocodeUrl, String apiKey) throws Exception
- Throws:
Exception
-
geocodeCSVAddresses
public static void geocodeCSVAddresses(File csvFile, File outputFile, int placeIndex, int postcodeIndex, int streetIndex, int housenrIndex, char sep, String countryCode, String geocodeUrl, String apiKey) throws Exception
- Throws:
Exception
-
-