Revision 44612 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.jts/src/main/java/org/gvsig/fmap/geom/jts/primitive/point/Point2D.java

View differences:

Point2D.java
75 75
        this(null, new Coordinate(x, y));
76 76
    }
77 77

  
78
    public Point2D(IProjection proj, double x, double y) {
79
        this(proj, new Coordinate(x, y));
80
    }
81

  
78 82
    /*
79 83
     * (non-Javadoc)
80 84
     *
......
264 268
        return true;
265 269
    }
266 270

  
267
    
268 271
}

Also available in: Unified diff