Revision 13992

View differences:

branches/v10/extensions/extOracleSpatial/src/es/prodevelop/cit/gvsig/fmap/drivers/jdbc/oracle/OracleSpatialDriver.java
314 314
        loadSdoMetadata();
315 315
        oneRowMetadata();
316 316
        
317
        setDestProjection(lyrDef.getSRID_EPSG());
318
        
317 319
        IProjection viewProj = CRSFactory.getCRS("EPSG:" + destProj);
318 320
        IProjection tableProj = CRSFactory.getCRS("EPSG:" + epsgSRID);
319 321
        ICoordTrans reprojecter = viewProj.getCT(tableProj);

Also available in: Unified diff