Revision 11399

View differences:

branches/F2/libraries/libJCRS/src-test/es/idr/crs/crsGT/CrsGTTest.java
16 16
	public static void main(String[] args) {
17 17
		EpsgRepositoryGT repo = new EpsgRepositoryGT();
18 18
		IProjection crs=null;
19
		crs = repo.getCrs("EPSG:23030");
19
		crs = repo.getCrs("23030");
20 20
		if (crs!=null){
21 21
			System.out.println(crs.getAbrev());
22 22
			System.out.println(((ICrs)crs).getCode());

Also available in: Unified diff