Revision 519 org.gvsig.proj/trunk/org.gvsig.proj/org.gvsig.proj.lib/org.gvsig.proj.lib.api/src/main/java/org/gvsig/proj/cts/DefaultICRSFactory.java

View differences:

DefaultICRSFactory.java
32 32
 * Java Map CoordinateReferenceSystem Library based implementation. Factory
33 33
 * of {@link IProjection} objects based on the usage of the
34 34
 * {@link CoordinateReferenceSystem} API.
35
 * 
35
 *
36 36
 * @author gvSIG Team
37 37
 */
38 38
public class DefaultICRSFactory implements ICRSFactory {
......
54 54
    }
55 55

  
56 56
    public IProjection get(String format, String value) {
57
        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
57
        // Not supported yet. Do nothing and return null
58
        return null;
58 59
    }
59 60

  
60 61
}

Also available in: Unified diff