com.gisgraphy.geoloc
Class ZipcodeNormalizer

java.lang.Object
  extended by com.gisgraphy.geoloc.ZipcodeNormalizer

public class ZipcodeNormalizer
extends Object


Constructor Summary
ZipcodeNormalizer()
           
 
Method Summary
static String normalize_ca(String string)
           
static String normalize_gb(String string)
           
static String normalize(String string, String countryCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipcodeNormalizer

public ZipcodeNormalizer()
Method Detail

normalize_ca

public static String normalize_ca(String string)

normalize_gb

public static String normalize_gb(String string)

normalize

public static String normalize(String string,
                               String countryCode)
Returns:
a string that prepare zipcode to be search because for canada we only got first char and so does for GB


Copyright © 2012. All Rights Reserved.