Revision 15515 trunk/libraries/libJCRS/src/org/gvsig/crs/ogr/OGRSpatialReference.java

View differences:

OGRSpatialReference.java
58 58
			System.out.println(exp.getStrError());
59 59
		}
60 60
	}
61
	public void finalice() throws crsgdalException
62
	{
63
		deleteOGRSpatialReference();
61
	
62
	public void deleteOGRSpatialReference(){
63
			try {
64
				super.deleteOGRSpatialReference();
65
			} catch (crsgdalException e) {
66
				// TODO Auto-generated catch block
67
				e.printStackTrace();
68
			}
64 69
	}
65

  
70
	
66 71
}

Also available in: Unified diff