Revision 12802 branches/F2/libraries/libJCRS/src-test/es/idr/test/TestGeotools21.java

View differences:

TestGeotools21.java
13 13
	 */
14 14
	public static void main(String[] args) {
15 15
		try {	        	
16
    		String strEpsgCode="EPSG:23030";
16
    		String strEpsgCode="EPSG:27572";
17 17
    		CoordinateReferenceSystem source;
18 18
    		source = CRS.decode(strEpsgCode);
19 19
        	System.out.println(source.toWKT());

Also available in: Unified diff