Revision 12802 branches/F2/libraries/libJCRS/src/org/gvsig/crs/repository/EpsgRepository.java

View differences:

EpsgRepository.java
101 101
		}*/
102 102
		
103 103
		try {
104
			result.next();
104
			if (!result.next())
105
				return null;
105 106
			source_cod = result.getInt("source_geogcrs_code");
106 107
			projection_conv_code = result.getInt("projection_conv_code");
107 108
			crs_kind = result.getString("coord_ref_sys_kind");

Also available in: Unified diff