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

View differences:

Geometry.java
956 956
     */
957 957
    public boolean out(Geometry geometry) throws GeometryOperationNotSupportedException, GeometryOperationException;
958 958

  
959
    /**
960
     * 
961
     * @return
962
     * @throws GeometryOperationNotSupportedException
963
     * @throws GeometryOperationException 
964
     * @deprecated use forceSubtype(Geometry.SUBTYPES.GEOM2D)
965
     */
959 966
    public Geometry force2D() throws GeometryOperationNotSupportedException, GeometryOperationException;
960 967
    
968
//    public Geometry force2DM() throws GeometryOperationNotSupportedException, GeometryOperationException;
969
//    
970
//    public Geometry force3D() throws GeometryOperationNotSupportedException, GeometryOperationException;
971
//    
972
//    public Geometry force3DM() throws GeometryOperationNotSupportedException, GeometryOperationException;
973

  
974
    public Geometry forceSubtype(int subtype) throws GeometryOperationNotSupportedException, GeometryOperationException;
975
    
961 976
    /**
962 977
     * Return true if the geometry can be transformed by the affine transform
963 978
     *

Also available in: Unified diff