Revision 27057 branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/Geocoder.java

View differences:

Geocoder.java
27 27

  
28 28
package org.gvsig.geocoding;
29 29

  
30
import java.util.List;
31 30
import java.util.Set;
32 31

  
33 32
import org.gvsig.fmap.dal.exception.DataException;
......
44 43
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
45 44
 * 
46 45
 */
47
public interface Geocoder {	
46
public interface Geocoder {
48 47

  
49
	public Set<GeocodingResult> geocode(Address address) throws InitializeException, LocatorException, DataException;
48
	public Set<GeocodingResult> geocode(Address address)
49
			throws InitializeException, LocatorException, DataException;
50 50

  
51 51
}

Also available in: Unified diff