Revision 47432 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.api/src/main/java/org/gvsig/fmap/geom/primitive/Point.java

View differences:

Point.java
120 120
    @Override
121 121
    public Point force2D() throws GeometryOperationNotSupportedException, GeometryOperationException;
122 122

  
123
    public Point force3D();
123
    public Point force3D() throws GeometryOperationNotSupportedException, GeometryOperationException;
124 124

  
125
    public Point force2DM();
125
    public Point force2DM() throws GeometryOperationNotSupportedException, GeometryOperationException;
126 126

  
127
    public Point force3DM();
127
    public Point force3DM() throws GeometryOperationNotSupportedException, GeometryOperationException;
128 128

  
129 129
}

Also available in: Unified diff