Revision 235 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/QueriedPoint.java

View differences:

QueriedPoint.java
10 10
    private double realX;
11 11
    private double realY;
12 12

  
13
    public QueriedPoint(double x,double y){
14
    	setRealCoords(x,y);
15
    }
13 16
	public void setRealCoords(double x, double y){
14 17
        this.realX = x;
15 18
        this.realY = y;

Also available in: Unified diff