protected void setUpInternal() throws Exception { super.setUpInternal(); CoordinateReferenceSystem epsgTarget = CRS.decode(TARGET_CRS_CODE); CoordinateReferenceSystem epsg32615 = CRS.decode("urn:x-ogc:def:crs:EPSG:6.11.2:32615"); tx = CRS.findMathTransform(epsg32615, epsgTarget); }
protected void oneTimeTearDown() throws Exception { super.oneTimeTearDown(); new File(this.spatialiteLibraryUrl).delete(); }
protected void oneTimeSetUp() throws Exception { super.oneTimeSetUp(); this.spatialiteLibraryUrl = MultiLibs.loadExtension(); this.TempDataBaseUrl = null; }