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

View differences:

GeomMatchResult.java
40 40
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
41 41
 */
42 42

  
43
public class GeomMatchResult implements GeocodingResult, Comparable<GeomMatchResult> {
43
public class GeomMatchResult implements GeocodingResult,
44
		Comparable<GeomMatchResult> {
44 45

  
45 46
	private List<ScoredFeature> sources = new ArrayList<ScoredFeature>();
46 47
	private Geometry geom = null;
......
64 65
	/**
65 66
	 * 
66 67
	 */
67
	public double getScore() {		
68
	public double getScore() {
68 69
		return score;
69 70
	}
70 71

  

Also available in: Unified diff