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/AbstractPoint.java

View differences:

AbstractPoint.java
389 389
        return this.cloneGeometry();
390 390
    }
391 391

  
392
    @Override
393
    public Geometry force2D() throws GeometryOperationNotSupportedException, GeometryOperationException {
394
        Point2D p = new Point2D(this.getProjection(), this.coordinate.x, this.coordinate.y);
395
        return p;
396
    }
392 397

  
393 398
}

Also available in: Unified diff