Revision 277

View differences:

org.gvsig.projection.jcrs/trunk/org.gvsig.projection.jcrs/org.gvsig.projection.app.jcrs/org.gvsig.projection.app.jcrs.common/src/main/java/org/gvsig/crs/gui/panels/wizard/DefinirDatum.java
386 386
		ArrayList lengthUnits = new ArrayList();
387 387
				
388 388
		String sentence = "SELECT unit_of_meas_name " +
389
		  				"FROM epsg_unitofmeasure " +	                              
390
		  				"WHERE unit_of_meas_type = 'length'";
389
		  				"FROM epsg_unitofmeasure " +	
390
                        		  	"WHERE unit_of_meas_type = 'length' " +
391
		  				"AND uom_code > 9000";
391 392
		EpsgConnection connect = new EpsgConnection();
392 393
		connect.setConnectionEPSG();
393 394
		ResultSet result = Query.select(sentence,connect.getConnection());

Also available in: Unified diff