Revision 44040 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
58 58
    /**
59 59
     * Sets the point coordinates
60 60
     *
61
     * @param value
62
     *            The coordinates to set
61
     * @param values The coordinates to set
63 62
     * @deprecated Use {@link #setCoordinateAt(int, double))} instead
64 63
     */
65 64
	void setCoordinates(double[] values);
......
110 109
	 * The Y coordinate
111 110
	 */
112 111
	double getY();
112
        
113
        
114
        public Point cloneGeometry();
115
        
116
        public Point clone() throws CloneNotSupportedException;
113 117
}

Also available in: Unified diff